#!/usr/bin/perl print "Content-type: text/html\n\n"; print (""); print ("Protein Chip Data Archive"); print (""); print (""); $hvar = `perl /web/genecensus/header/header.cgi protein_chip`; print "$hvar"; print ("


Analysis of Yeast Protein Kinases Using Protein Chips


"); print ("

For the autophosphorylation assay, the kinases were directly adhered to the treated PDMS wells and 33P-g-ATP was added; for substrate reactions, the substrates were bound to the wells, and then kinases and 33P-g-ATP were added. After the reactions were completed, the slides were washed and the phosphorylation signals were acquired and quantified using a high resolution phosphoimager. To identify kinase activities, the quantified signals were converted into fold increases relative to GST controls.
"); print("

Download Table"); print("

"); $local_data = "kinase.dat"; print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print ("\n"); open (DATAFILE, "<$local_data"); while () { ($orf, $Auto, $Axl2, $Casein, $polyEY, $Gic2, $Histone, $Hog1, $MBP, $Mek1, $Rad9, $Red1, $Swi6, $Hsl1, $Tub4, $Ptk2, $Hog1D, $GST) = split(/,/); print_row($orf, $Auto, $Axl2, $Casein, $polyEY, $Gic2, $Histone, $Hog1, $MBP, $Mek1, $Rad9, $Red1, $Swi6, $Hsl1, $Tub4, $Ptk2, $Hog1D, $GST); } sub print_row { ($orf, $Auto, $Axl2, $Casein, $polyEY, $Gic2, $Histone, $Hog1, $MBP, $Mek1, $Rad9, $Red1, $Swi6, $Hsl1, $Tub4, $Ptk2, $Hog1D, $GST) = @_; print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print (""); print ("\n"); } print ("
Protein Kinase Phosphorylation Data (log fold increases)
KinaseAutoAxl2CaseinpolyEYGic2HistoneHog1MBPMek1Rad9Red1Swi6Hsl1Tub4Ptk2Hog1DGST
$orf$Auto$Axl2$Casein$polyEY$Gic2$Histone$Hog1$MBP$Mek1$Rad9$Red1$Swi6$Hsl1$Tub4$Ptk2$Hog1D$GST



"); print ("
Paul Bertone
6/15/00

"); print ("\n"); exit(0);