An ensemble approach for large-scale identification of proteinprotein interactions using the alignments of multiple sequences

Size: px
Start display at page:

Download "An ensemble approach for large-scale identification of proteinprotein interactions using the alignments of multiple sequences"

Transcription

1 /, 217, Vol. 8, (No. 3), pp: An ensemble pproch for lrge-scle identifiction of proteinprotein interctions using the lignments of multiple sequences ei Wng 1,5,*, Zhu-Hong You 2,*, Xing Chen 3, Jin-Qing i 4, Xin Yn 6, Wei Zhng 5, Yu-An Hung 4 1 School of Computer Science nd Technology, Chin University of Mining nd Technology, Xuzhou , Chin 2 Xining Technicl Institute of Physics nd Chemistry, Chinese Acdemy of Science, Urumqi 8311, Chin 3 School of Informtion nd Electricl Engineering, Chin University of Mining nd Technology, Xuzhou , Chin 4 College of Computer Science nd Softwre Engineering, Shenzhen University, Shenzhen, Gungdong 5186, Chin 5 College of Informtion Science nd Engineering, Zozhung University, Zozhung, Shndong 2771, Chin 6 School of Foreign nguges, Zozhung University, Zozhung, Shndong 2771, Chin * Joint First Authors Correspondence to: Zhu-Hong You, emil: zhuhongyou@gmil.com Xing Chen, emil: xingchen@mss.c.cn Keywords: disese, position-specific scoring mtrix, multiple sequences lignments, cncer Received: October 11, 216 Accepted: November 15, 216 Published: December 22, 216 Reserch Pper ABSTRACT Protein Protein Interctions (PPI) is not only the criticl component of vrious biologicl processes in cells, but lso the key to understnd the mechnisms leding to helthy nd disesed sttes in orgnisms. However, it is time-consuming nd costintensive to identify the interctions mong proteins using biologicl experiments. Hence, how to develop more efficient computtionl method rpidly becme n ttrctive topic in the post-genomic er. In this pper, we propose novel method for inference of protein-protein interctions from protein mino cids sequences only. Specificlly, protein mino cids sequence is firstly trnsformed into Position- Specific Scoring Mtrix (PSSM) generted by multiple sequences lignments; then the Pseudo PSSM is used to extrct feture descriptors. Finlly, ensemble Rottion Forest (RF) lerning system is trined to predict nd recognize PPIs bsed solely on protein sequence feture. When performed the proposed method on the three benchmrk dt sets (Yest, H. pylori, nd independent dtset) for predicting PPIs, our method cn chieve good verge ccurcies of 98.38%, 89.75%, nd 96.25%, respectively. In order to further evlute the prediction performnce, we lso compre the proposed method with other methods using sme benchmrk dt sets. The experiment results demonstrte tht the proposed method consistently outperforms other stte-of-the-rt method. Therefore, our method is effective nd robust nd cn be tken s useful tool in exploring nd discovering new reltionships between proteins. A web server is mde publicly vilble t the UR for cdemic use. INTRODUCTION Protein Protein Interctions (PPIs) ply n importnt role in lmost every cellulr process [1, 2]. A vriety of biochemicl ctivities performed by PPIs re the foundtion of life, such s immune response, regultion of trnscription nd trnsltion, DNA repliction, nd endocrine function [3]. In recent decdes, in order to understnd the mechnisms of ll kinds of biochemicl ctivities, vriety of biologicl experimentl methods hve 5149 been designed to detect the interctions between proteins, for exmple, two-hybrid systems [4, 5], mss spectrometry [6, 7], immunoprecipittion [8], protein chip technology [9], etc. However, it is time-consuming, cost-intensive nd smll-scle to identify the interctions mong proteins using biologicl experiments only. Therefore, there is n urgent need to use computtionl methods to predict protein-protein interctions efficiently nd mssively. So fr, number of computtionl methods hve been proposed to predict protein-protein interctions. These

2 methods cn be roughly divided into three types: structurebsed methods [1 13], sequence-bsed methods [14 25] nd function-nnottion-bsed methods [26 29]. Among them, there is no need to know protein structure informtion nd pre-knowledge using the sequence-bsed pproches, which hs roused more nd more interests in reserchers. For exmple, Mrtin et l. developed computtionl model to identify the interctions mong proteins by using the signture descriptor [3]. This model chieved n ccurcy of 7% nd 8% when testing on the H. pylori nd Yest dt sets by 1-fold cross-vlidtion. Shen et l. proposed the conoint trid pproch to predict humn PPIs considering the locl environments of residues [16]. In the experiment, the ccurcy of this model reched 83.9%. Ahmd et l. proposed n lgorithm to predict the DNA-binding sites bsed on the neurl network, which dopted mino cid sequences evolutionry informtion in terms of their position specific-scoring mtrices [31]. In this pper, we propose novel sequence-bsed computtionl method for predicting potentil proteinprotein interctions. Specificlly, we first convert the protein mino cids sequence into the Position Specific Scoring Mtrix (PSSM) [32] tht contins the informtion of evolution; Then use the Pseudo Position-Specific Score Mtrix (PsePSSM) [33 35] lgorithm to extrct fetures expecting more informtion. Finlly, the Rottion Forest (RF) [36, 37] clssifier is pplied to determine whether the proteins re relted or not. In the experiment, the proposed method is implemented on the Yest dt set, nd the ccurcy of five-fold cross-vlidtion is 98%. At the sme time, we lso verified on the Helicobcter. pylori, C.elegns, E.coli, H.spiens nd M.musculus dt sets, nd yielded the ccurcy of 89.75%, 98.5%, 91.%, 97.45% nd 98.8%, respectively. In order to further evlute the prediction performnce, we lso compre the proposed method with other excellent methods. Comprison results show tht the proposed method consistently outperforms other stte-of-the-rt methods. RESUTS AND DISCUSSIONS Evlution mesures Four stndrd criteri re used to evlute the performnce of our pproch, including ccurcy (Accu.), sensitivity (Sen.), precision (Prec.) nd Mtthews correltion coefficient (MCC). MCC represents the correltion coefficient between the observed nd the predicted clss. It rnges from -1 (the best predictive model) to 1 (the worst predictive model). These mesures re defined s follows: MCC = TP + TN Accu. = (1) TP + TN + FP + FN Sen. TP = TP + FN (2) Prec. TP = TP + FP (3) TP TN FP FN (4) TP + FP TP + FN TN + FP ( TN + FN ) ( )( )( ) where TP denotes the number of positive smples to be correctly predicted; FP denotes the number of negtive smples to be incorrectly predicted; TN denotes the number of negtive smples to be correctly predicted; FN denotes the number of positive smples to be incorrectly predicted, respectively. In ddition, the receiver operting chrcteristic (ROC) [38] curve is used to ccess the performnce of clssifier. In the ROC curve, the defult Figure 1: Accurcy surfce obtined of rottion forest for optimizing regulriztion prmeters K nd. 515

3 Tble 1: 5-fold cross-vlidtion results obtined by using proposed method on Yest dt set Testing set Accu.(%) Prec.(%) Sen.(%) MCC(%) Averge 98.38± ± ± ±.66 threshold for the clssifier is.5. The threshold will be chnged with the true positive rte versus the flse positive rte when new set of prediction result is ccepted; this chnge will be expressed through grphics. Assessment of prediction bility In order to chieve the best performnce of the rottion forest, we use the grid serch method to dust the corresponding prmeters. In this study, PCA [36] ws chosen s rottion forest trnsformtion method nd the J48 decision tree [39] derived from the WEKA mchine lerning workbench ws selected s the bse clssifier. Figure 1 shows the ccurcy of the clssifier under different prmeter vlues. From the Figure 1 we cn see tht our method performs well, the verge prediction ccurcy is rpidly incresing with the increse of the vlue of t the beginning nd increse rte becomes slow when the vlue of is greter thn 5. However, the ccurcy lwys presents fluctution stte with the increse of the vlue of the prmeter K. After comprehensive ssessment, we choose the optiml prmeters of K=8 nd =5 ultimtely. In this pper, 5-fold cross-vlidtion technique is used s mens to evlute our model. More specificlly, the entire feture dt set is rndomly divided into five pproximtely equl subsets. Four of these subsets re used for trining nd the rest of the subset for testing. The cross-vlidtion process is repeted 5 times so tht ech dt set cn be used for testing once. Tble 1 lists the results of our predictions on Yest dt set, the vlue of verge ccurcy, precision, sensitivity, nd MCC re 98.38%, 99.92%, 96.84%, nd 96.82%, respectively. The prediction ccurcy of the five models re ll greter thn 98.17%, the precisions re greter thn 99.62%, the sensitivities re greter thn 96.32%, nd the MCC re greter thn 96.4%. The ROC curves performed on Yest dt set is shown in Figure 2. In this figure, X-ry depicts Figure 2: ROC curves performed by proposed method on Yest dt set. 5151

4 Tble 2: 5-fold cross-vlidtion results obtined by using proposed method on H. pylori dt set Testing set Accu.(%) Prec.(%) Sen.(%) MCC(%) Averge 89.75± ± ± ±2.69 flse positive rte (FPR) while y-ry depicts true positive rte (TPR). The performnce of the proposed method on the H. pylori dt set To better evlute the performnce of the proposed model in PPIs prediction, we focused on the testing of H. pylori dt set. We use the sme feture extrction method nd the sme RF prmeters to verify its effect, the results chieved s shown in Tble 2. On the H. pylori dt set we obtin the ccurcy of the 5 models re 92.45%, 88.16%, 9.5%, 89.37%, nd 88.7%, respectively. We cn see from Tble 2 tht the excellent prediction performnce of our model with n verge precision vlue of 89.75%, precision vlue of 9.18%, sensitivity vlue of 89.12%, nd MCC vlue of 81.62%. Additionlly, it cn lso be seen from Tble 2 tht the stndrd devition of ccurcy, precision, sensitivity nd MCC is s low s.167,.274,.183 nd.269. The ROC curves re shown in Figure 3. Comprison with previous method In recent yers, mny reserchers hve proposed vrious models to predict the PPIs nd chieved good results. In order to further evlute the prediction performnce, we compre the proposed method with these excellent methods in the sme benchmrk dt sets. In ddition, s the stte-of-the-rt clssifiction lgorithm, SVM hs been successfully used to predict PPIs. In this experiment, we lso compre the clssifiction performnce between Rottion Forest clssifier nd SVM clssifier on the Yest dt set. The corresponding Figure 3: ROC curves performed by the proposed method on H. pylori dt set. 5152

5 Tble 3: Performnce comprison of different models on Yest dt set Model Test set Accu.(%) Prec.(%) Sen.(%) MCC(%) Guos work [17] ACC 89.33± ± ±3.68 N/A AC 87.36± ± ±4.68 N/A Zhous work [4] SVM + D 88.56± ± ± ±.68 Yngs work [41] Cod1 75.8± ± ±1.2 N/A Cod2 8.4± ± ±.69 N/A Cod3 8.41± ± ±.9 N/A Cod ± ± ±1.74 N/A Yous work [42] PCA-EEM 87.± ± ± ±.44 Our method SVM+PSSM 95.19± ± ± ±.75 RF + PSSM 98.38± ± ± ±.66 Tble 4: Performnce comprison of different models on H. pylori dt set Model Accu.(%) Prec.(%) Sen.(%) MCC(%) Phylogentic bootstrp [43] N/A HKNN [44] N/A Signture products [3] N/A Ensemble of HKNN [45] N/A Boosting [46] Ensemble EM [42] Our method Tble 5: Prediction results on four species bsed on our model Species Test pirs Accu.(%) C.elegns E.coli H.spiens M.musculus prmeters of the SVM were selected by the grid serch method, nd finlly we set c=.1 nd g=.2, respectively. The IBSVM tools we dopted re downloded t Tble 3 nd Tble 4 summrize the results of these comprisons. Tble 3 shows the verge prediction results of the different models on the Yest dt set, we cn see tht the ccurcy obtined by other methods re between 75.8% nd 89.33%, the verge ccurcy obtined by our method is 98.38%. In the comprison of clssifiers, the ccurcy obtined on the rottion forest clssifier is higher thn those obtined on the support vector mchine clssifier. Tble 4 shows the performnce of different methods on the H. pylori dt sets. We cn see from the Tble 4 tht the ccurcies of the other six methods re 75.8%, 84.%, 83.4%, 86.6%, 79.52% nd 87.5%, while our method is 89.75%; the precisions of the other six methods re 8.2%, 84.%, 85.7%, 85.%, 81.69% nd 86.15%, while our method is 9.18%; the sensitivity of the other six methods re 69.8%, 86.%, 79.9%, 86.7%, 5153

6 Tble 6: The newly confirmed PPIs with high possibility in the Yest dt set Protein ID Protein ID The probbility of proteinprotein interctions Evidence DIP:1113N DIP:655N.9917 DIP sw:p29295 sw:p MINT sw:p4754 sw:p IntAct DIP:14N DIP:2463N.9891 DIP sw:p45 sw:p MINT DIP:288N DIP:6282N.9854 DIP DIP:148N DIP:6416N.9848 DIP DIP:1558N DIP:237N.9846 DIP DIP:537N DIP:799N.984 DIP sw:q12176 sw:q MINT, IntAct DIP:1364N DIP:2483N.9836 DIP DIP:1726N DIP:834N.9833 DIP DIP:2417N DIP:563N.9831 DIP sw:p18888 sw:p MINT, IntAct sw:q467 sw:p MINT, IntAct 8.37% nd 88.95%, while our method is 89.12%. The results obtined by these methods re significntly lower thn ours. Performnce on independent dt sets After completing the experiment on the Yest nd H. pylori dt sets, we continue to test the performnce of the proposed method on the independent dt sets (C.elegns, E.coli, H. spiens nd M.musculus). In the experiment, we tke ll the Yest dt set s trining set, independent dt sets s the test set to predict protein-protein interctions. Tble 5 lists the ccurcy of our method on four dt sets. It cn be seen from the tble tht the highest ccurcy of the proposed method is 98.5% on the C.elegns dt set, nd even the lowest ccurcy chieved on the E.coli dt Figure 4: The schemtic digrm of the prediction model. 5154

7 set reched 91.%. It is demonstrtes tht our method hs good ccurcy in predicting the interction of other species. Vlidte potentil protein-protein interctions from the PPIs dtbse After evluting the effectiveness of the proposed model by using the 5-fold cross vlidtion method, we here clculte the interction probbility for ll potentil protein-protein pirs in the dtsets of Yest. Specificlly, the whole negtive nd positive dt explored in 5-fold cross vlidtion experiments re used for trining nd ll the unknown protein-protein pirs re used s testing set. The predicted protein pirs with top-1 rnks in the potentil PPI lists re considered s highly potentil protein-protein interctions nd further verified by three public dtbses (i.e. DIP [47], MINT [48] nd IntAct [49]). These dtbses hve been supplemented by some newly detected protein-protein interctions since the gold stndrd dt explored in this study were collected in 27. All the predicted possibilities for top 1 potentil PPIs in Yest cn be obtined in Supplementry Tble S1. As shown in Tble 6, 15 new protein-protein interctions re finlly confirmed. Note tht the high-rnked interctions tht re not reported yet my lso exist in relity. Bsed on these results, we nticipte tht the proposed model is fesible to predict new protein-protein interctions. MATERIAS AND METHODS Dt sources We evlute our model focus on publicly vilble Scchromyces cerevisie dt set introduced by Guo et l. [17]. The PPIs dt were extrcted from Scchromyces cerevisie core subset of dtbse of intercting proteins (DIP) [47], version DIP_ Through the two lgorithms, prlogous verifiction method (PVM) nd expression profile relibility (EPR) [5], the core subset of relibility is tested. And less thn 5 residues of the protein of protein pirs re removed. In order to reduce pirwise sequence redundncy, multiple sequence lignment tool, CD-Hit [51, 52], ws dopted with threshold of 4% identity. Eventully the 5594 proteins re left to form the positive dt set. The negtive dtset consists of 5594 dditionl protein pirs, which re selected t different subcellulr locliztion. Therefore, the positive nd negtive dt set ech ccounted for hlf of the protein pirs constitute the finl dt set. As comprison, we further ssess the cpbilities of our model in the H. pylori dt set, which ws described by Rin et l. [53]. It cn be downloded t cs.sndi.gov/~smrtin/softwre.html. This dt set contins 2916 protein pirs which include hlf intercting pirs nd hlf non-intercting pirs. It provides pltform for compring different methods [3, 42, 43, 45, 46]. Position-specific scoring mtrix Position-Specific Scoring Mtrix (PSSM) is used to detect the distntly relted proteins, nd initilly introduced by Gribskov et l. [32]. It hs mde outstnding chievements in these res: protein secondry structure prediction [54], prediction of disordered regions [55], nd protein binding site prediction [56]. A PSSM is n 2 mtrix, which cn be denoted { } s PSSM = : i = 1 nd = 1 2, where i, denotes protein sequence length nd the number of 2 is due to 2 mino cids. Ech element PSSM (i, ) of the mtrix is defined s follows: PSSM = 1,1 1,2 1,2 2,1 2,2 2,2 M M M M,1,2,2 where i, in the i row of PSSM mens tht the probbility of the ith residue being mutted into type of 2 ntive mino cids during the procession of evolutionry in the protein from multiple sequence lignments. In order to extrct the evolutionry informtion, ech protein sequence in the dt set is used to lign nd serch homogenous sequences from SwissProt dtbse by the Position Specific Iterted BAST (PSI-BAST) [57] tool. PSI-BAST will return 2-dimensionl vector which indictes the probbilities of conservtion ginst muttions to 2 different mino cids including its own. To get brod nd high homologous sequences, we select in this study the vlue of e-vlue is.1 nd the vlue of itertions is 3, respectively. Applictions of PSI-BAST nd SwissProt dtbse cn be downloded t ncbi.nlm.nih.gov/blst.cgi. Pseudo position-specific score mtrix In order to reduce the probbility of missing sequence-order informtion, we introduced the concept of pseudo mino cid composition by Chou et l. [58]. In this rticle the smple of protein sequence PSSM is represented by Eqution 5 nd PsePSSM obtined from the following Eqution: i, = i, k= 1 ik, u= 1 iu, k= 1 ik, (5) 2 i=1 2, =1 2 (6) 5155

8 where i, represents the originl scores directly generted by the PSI-BAST, nd its vlue is typiclly positive integers or negtive integers. This is not wht we wnt stndrdized scores, which my hve zero mens if more thn 2 mino cids nd my remin unchnged if it continues through the sme conversion progrm. The positive score implies tht the corresponding muttion ppers more frequently in the lignment thn expected by chnce, nd the negtive score, on the contrry, implies tht the corresponding muttion ppers less frequently in the lignment thn expected by chnce. However, ccording to the definition of PSSM, different lengths of proteins will correspond to different rows number in mtrices. Eqution 7 is employed to express the protein smple PSSM, so tht the PSSM descriptor cn be represented s uniform pttern. nd P = PSSM (7) 1 = = 1..2 i= 1 i, where denotes the verge score when the mino cid residues in protein P in the process of running the lgorithm ws evolved into mino cid type. However, if only P PSSM is used to represent the protein P, ll the sequence informtion will be lost during evolution. In order to prevent the occurrence of missing ll informtion of sequence-order, the thought of pseudo mino cid ws introduced to improve the Eqution 7. Hence, bsed on the Eqution 9 segmented PsePSSM fetures cn be obtined: = 1 i= 1 i, = 1..2, ε = 1 ε 2 ( ) i= 1 i, i+ ε, ε = 1..2, ε < where is the correltion fctors of mino cid type. Although the vlue llowed for e cn be, 1, 2,, or 49, considering the time costs nd efficiency fctors, we took e to,1,2,3,4, so totl of 2-dimensionl vectors re eventully used in this study. Rottion forest Rottion Forest (RF) is novel proposed ensemble clssifier tht uses independently trined decision trees. The min ide of the Rottion Forest simultneously encourges individul ccurcy nd diversity within the ensemble. In order to generte the trining smples of the bse clssifier, the feture set is rndomly divided into K subsets. The liner trnsformtion method is pplied to ech subset, nd retins ll the principl components to (8) (9) mintin the precision of dt. The rottion formed the trining smple of new fetures to ensure the diversity of dt. Hence the rottion forest cn enhnce the ccurcy of individul clssifier nd the diversity in the ensemble t the sme time. Suppose tht { x, y i i} contins N trining smples, where xi = ( xi 1, xi2,, xid ) be D-dimensionl feture T vector, X=( x1, x2,, x n ) be the trining smple set (n D mtrix), which is composed of n observtion T feture vector composition, Y= ( y, y,, y ) be the 1 2 n corresponding lbels, nd S be the feture set. Assuming tht the number of decision trees in the rottion forest is, expressed s R, R,, R, respectively, nd the feture 1 2 set is rndomly divided into K subsets of equl size. The preprocessing steps for n individul clssifier is: the first select the pproprite prmeters K which is fctor of n, nd S rndomly divided into K disoint subsets, so the number of fetures contined in ech feture subset is C = n ; the second from the trining dtset X to select k the corresponding column of the feture in the subset R i,, form new mtrix X i,. Then the bootstrp subset of obects extrcts three-qurters the size of the dt set from ' X to construct new trining subset X i ; The third mtrix, ' X i is used s the feture trnsform for producing the, coefficients in mtrix M i,, which th column coefficient s the chrcteristic component th; nd the finl sprse rottion mtrix Mt i is formed, nd its coefficients in mtrix M i, is expressed s Eqution 1: Mti = (1),, ( C1 ) i,1 i,1 (1) C,, ( 2 ) i,2 i,2 M M M O (1) ( Ck ) ik,,, ik, In the prediction phse, given test smple x, let d ( XMt ) be the probbility produced by the clssifier i, i R i to the hypothesis in which x belongs to clss y i. Then the confidence for clss cn be computed ccording to the verge combined method shown in Eqution 11: µ ()= x 1 d XMt i= 1 i, i ( ) (11) Therefore, the test smple x esily ssigned to the clsses with the gretest possible. The schemtic digrm of the prediction model is shown in Figure 4. CONCUSION (1) In this pper, we proposed novel method to predict protein-protein interctions using the Rottion Forest 5156

9 combine with Pseudo Position-Specific Score Mtrix. In order to preserve s much informtion s possible, we first convert the protein mino cids sequences into the PSSM mtrix, nd then extrct the fetures using the PsePSSM lgorithm, finlly determine whether there is n interction between protein pirs through the RF clssifier. To evlute the performnce of the proposed method, we implement it on the Yest, H. pylori nd independent dt sets. In ddition, we lso compre the proposed method with other excellent methods. Excellent experimentl results demonstrte tht the proposed method is fesible nd effective in the prediction of protein interctions. The low stndrd devition of these criterion vlues indictes tht our method is stble nd robust. In future studies, we will focus on improving the clssifiction lgorithm to expect higher predictive ccurcy nd less time consumption in predicting protein-protein interctions. WEBSERVER In order to fcilitte the use of reserchers, we hve built web server to implement the proposed prediction model. The web server provides the source code nd the Yest dt sets used in this rticle for users to downlod. It cn be ccessed to t PsePSSM/. Users cn query the predicted results of the Yest dt sets through the webpge nd receive the predict results by e-mil. ACKNOWEDGMENTS This work is supported in prt by the Ntionl Nturl Science of Foundtion of Chin, under Grnt No , , , , in prt by the Reserch Innovtion Progrm for College Grdutes of Jingsu Province, under Grnt No. KYX16_535, in prt by the Pioneer Hundred Tlents Progrm of Chinese Acdemy of Sciences, nd in prt by the Nturl Science foundtion of Gungdong Province, under Grnt No. 214A , nd in prt by the Technology Plnning Proect from Gungdong Province, under Grnt No. 214B CONFICTS OF INTEREST The uthors declre no conflicts of interest. Author contributions W nd ZHY conceived the lgorithm, crried out nlyses, prepred the dt sets, crried out experiments, nd wrote the mnuscript; XC, JQ, XY, WZ nd YH designed, performed nd nlyzed experiments nd wrote the mnuscript; All uthors red nd pproved the finl mnuscript. REFERENCES 1. Brun P, Gingrs A-C. History of protein-protein interctions: From egg-white to complex networks. Proteomics. 212; 12: Ehrenberger T, Cntley C, Yffe MB. Computtionl prediction of protein-protein interctions. Methods in moleculr biology (Clifton, NJ). 215; 1278: Alon U. Biologicl networks: The tinkerer s n engineer. Science. 23; 31: Fields S, Song O. A novel genetic system to detect proteinprotein interctions. Nture. 1989; 34: Ito T, Chib T, Ozw R, Yoshid M, Httori M, Skki Y. A comprehensive two-hybrid nlysis to explore the yest protein interctome. Proceedings of the Ntionl Acdemy of Sciences of the United Sttes of Americ. 21; 98: Gvin AC, Bosche M, Kruse R, Grndi P, Mrzioch M, Buer A, Schultz J, Rick JM, Michon AM, Crucit CM, Remor M, Hofert C, Schelder M, Brenovic M, Ruffner H, Merino A, et l. Functionl orgniztion of the yest proteome by systemtic nlysis of protein complexes. Nture. 22; 415: Ho Y, Gruhler A, Heilbut A, Bder GD, Moore, Adms S, Millr A, Tylor P, Bennett K, Boutilier K, Yng Y, Wolting C, Donldson I, Schndorff S, Shewnrne J, Vo M, et l. Systemtic identifiction of protein complexes in Scchromyces cerevisie by mss spectrometry. Nture. 22; 415: Willims NE. Immunoprecipittion procedures. Methods in Cell Biology, Vol 62. 2; 62: Zhu H, Bilgin M, Bnghm R, Hll D, Csmyor A, Bertone P, n N, Jnsen R, Bidlingmier S, Houfek T, Mitchell T, Miller P, Den RA, Gerstein M, Snyder M. Globl nlysis of protein ctivities using proteome chips. Science. 21; 293: Aloy P, Russell RB. Interrogting protein interction networks through structurl biology. Proceedings of the Ntionl Acdemy of Sciences of the United Sttes of Americ. 22; 99: Aloy P, Russell RB. InterPreTS: protein Interction Prediction through Tertiry Structure. Bioinformtics. 23; 19: Bock JR, Gough DA. Predicting protein-protein interctions from primry structure. Bioinformtics. 21; 17: Zhng QC, Petrey D, Deng, Qing, Shi Y, Thu CA, Bisikirsk B, efebvre C, Accili D, Hunter T, Mnitis T, Clifno A, Honig B. Structure-bsed prediction of proteinprotein interctions on genome-wide scle. Nture. 212; 49: Hung TW, Tien AC, ee YCG, Hung WS, Peng C, Tseng HH, Ko CY, Hung CYF. POINT: dtbse for the prediction of protein-protein interctions bsed 5157

10 on the orthologous interctome. Bioinformtics. 24; 2: Espdler J, Romero-Isrt O, Jckson RM, Oliv B. Prediction of protein-protein interctions using distnt conservtion of sequence ptterns nd structure reltionships. Bioinformtics. 25; 21: Shen J, Zhng J, uo X, Zhu W, Yu K, Chen K, i Y, Jing H. Predictin protein-protein interctions bsed only on sequences informtion. Proceedings of the Ntionl Acdemy of Sciences of the United Sttes of Americ. 27; 14: Guo Y, Yu, Wen Z, i M. Using support vector mchine combined with uto covrince to predict proteinprotein interctions from protein sequences. Nucleic Acids Reserch. 28; 36: Zhng Y-N, Pn X-Y, Hung Y, Shen H-B. Adptive compressive lerning for prediction of protein-protein interctions from primry sequence. Journl of Theoreticl Biology. 211; 283: iu CH, i K-C, Yun S. Humn protein-protein interction prediction by novel sequence-bsed co-evolution method: co-evolutionry divergence. Bioinformtics. 213; 29: Go ZG, Wng, Xi SX, You ZH, Yn X, Zhou Y. Ens-PPI: A Novel Ensemble Clssifier for Predicting the Interctions of Proteins Using Autocovrince Trnsformtion from PSSM. Biomed Reserch Interntionl. 216: You ZH, ei YK, Gui J, Hung DS, Zhou XB. Using mnifold embedding for ssessing nd predicting protein interctions from high-throughput experimentl dt. Bioinformtics. 21; 26: ei YK, You ZH, Ji Z, Zhu, Hung DS. Assessing nd predicting protein interctions by combining mnifold embedding with multiple informtion integrtion. Bmc Bioinformtics. 212; uo X, You ZH, Zhou MC, i S, eung H, Xi YN, Zhu QS. A Highly Efficient Approch to Protein Interctome Mpping Bsed on Collbortive Filtering Frmework. Scientific Reports. 215; You Z-H, Zhou M, uo X, i S. Highly Efficient Frmework for Predicting Interctions Between Proteins Hung Y-A, You Z-H, i X, Chen X, Hu P, i S, uo X. Construction of relible protein protein interction networks using weighted sprse representtion bsed clssifier with pseudo substitution mtrix representtion fetures. Neurocomputing. 216; 218: Ben-Hur A, Noble WS. Kernel methods for predicting protein-protein interctions. Bioinformtics. 25; 21:I38-I Xu Y, Hu W, Chng Z, DunMu H, Zhng S, i Z, i Z, Yu, i X. Prediction of humn protein-protein interction by mixed Byesin model nd its ppliction to exploring underlying cncer-relted pthwy crosstlk. Journl of the Royl Society Interfce. 211; 8: Sh I, Zubek J, Klingstrom T, Forsberg S, Wiknder J, Kierczk M, Mulik U, Plewczynski D. Ensemble lerning prediction of protein-protein interctions using proteins functionl nnottions. Moleculr Biosystems. 214; 1: Yng, Tng X. Protein-Protein Interctions Prediction Bsed on Itertive Clique Extension with Gene Ontology Filtering. Scientific World Journl Mrtin S, Roe D, Fulon J. Predicting protein-protein interctions using signture products. Bioinformtics. 25; 21: Ahmd S, Sri A. PSSM-bsed prediction of DNA binding sites in proteins. Bmc Bioinformtics. 25; Gribskov M, Mcchln AD, Eisenberg D. Profile nlysis: detection of distntly relted proteins. Proceedings of the Ntionl Acdemy of Sciences of the United Sttes of Americ. 1987; 84: Chou K-C, Shen H-B. MemType-2: A Web server for predicting membrne proteins nd their types by incorporting evolution informtion through Pse-PSSM. Biochemicl nd Biophysicl Reserch Communictions. 27; 36: Nnni, umini A, Brhnm S. An empiricl study on the mtrix-bsed protein representtions nd their combintion with sequence-bsed pproches. Amino Acids. 213; 44: Shen H-B, Chou K-C. Nuc-Poc: new web-server for predicting protein subnucler locliztion by fusing PseAA composition nd PsePSSM. Protein Engineering Design & Selection. 27; 2: Rodriguez JJ, Kunchev I. Rottion forest: A new clssifier ensemble method. Ieee Trnsctions on Pttern Anlysis nd Mchine Intelligence. 26; 28: Nnni, umini A. Ensemble genertion nd feture selection for the identifiction of students with lerning disbilities. Expert Systems with Applictions. 29; 36: Zweig MH, Cmpbell G. Receiver-operting chrcteristic (ROC) plots: fundmentl evlution tool in clinicl medicine. Clinicl chemistry. 1993; 39: Chtfield C. Sttisticl dt mining nd knowledge discovery. Journl of the Royl Sttisticl Society Series -Sttistics in Society. 24; 167: Zhou YZ, Go Y, Zheng YY. Prediction of Protein-Protein Interctions Using ocl Description of Amino Acid Sequence. Advnces in Computer Science nd Eduction Applictions, Pt Ii. 211; 22: Yng, Xi J-F, Gui J. Prediction of Protein-Protein Interctions from Protein Sequence Using ocl Descriptors. Protein nd Peptide etters. 21; 17: You Z-H, ei Y-K, Zhu, Xi J, Wng B. Prediction of protein-protein interctions from mino cid sequences 5158

11 with ensemble extreme lerning mchines nd principl component nlysis. Bmc Bioinformtics. 213; Bock JR, Gough DA. Whole-proteome interction mining. Bioinformtics. 23; 19: Nnni. Hyperplnes for predicting protein-protein interctions. Neurocomputing. 25; 69: Nnni, umini A. An ensemble of K-locl hyperplnes for predicting protein-protein interctions. Bioinformtics. 26; 22: iu B, Yi J, Aishwry SV, n X, M Y, Hung THM, eone G, Jin VX. QChIPt: quntittive method to identify distinct binding ptterns for two biologicl ChIPseq smples in different experimentl conditions. Bmc Genomics. 213; Xenrios I, Slwinski, Dun XQJ, Higney P, Kim SM, Eisenberg D. DIP, the Dtbse of Intercting Proteins: reserch tool for studying cellulr networks of protein interctions. Nucleic Acids Reserch. 22; 3: Chtr-rymontri A, Ceol A, Plzzi M, Nrdelli G, Schneider MV, Cstgnoli nd Cesreni G. MINT: the moleculr INTerction dtbse. Nucleic Acids Reserch. 27; 35:D572-D Kerrien S, Alm-Fruque Y, Arnd B, Bncrz I, Bridge A, Derow C, Dimmer E, Feuermnn M, Friedrichsen A, Huntley R, Kohler C, Khdke J, eroy C, ibn A, ieftink C, Montecchi-Plzzi, et l. IntAct - open source resource for moleculr interction dt. Nucleic Acids Reserch. 27; 35:D561-D Dene CM, Slwinski, Xenrios I, Eisenberg D. Protein interctions - Two methods for ssessment of the relibility of high throughput observtions. Moleculr & Cellulr Proteomics. 22; 1: i WZ, Jroszewski, Godzik A. Clustering of highly homologous sequences to reduce the size of lrge protein dtbses. Bioinformtics. 21; 17: i W, Godzik A. Cd-hit: fst progrm for clustering nd compring lrge sets of protein or nucleotide sequences. Bioinformtics. 26; 22: Rin JC, Selig, De Reuse H, Bttgli V, Reverdy C, Simon S, enzen G, Petel F, Wocik J, Schchter V, Chemm Y, bigne AS, egrin P. The protein-protein interction mp of Helicobcter pylori. Nture. 21; 49: Jones DT. Protein secondry structure prediction bsed on position-specific scoring mtrices. Journl of moleculr biology. 1999; 292: Jones DT, Wrd JJ. Prediction of disordered regions in proteins from position specific score mtrices. Proteins- Structure Function nd Bioinformtics. 23; 53: Chen X-W, Jeong JC. Sequence-bsed prediction of protein interction sites with n integrtive method. Bioinformtics. 29; 25: Altschul SF, Mdden T, Schffer AA, Zhng J, Zhng Z, Miller W, ipmn DJ. Gpped BAST nd PSI-BAST: new genertion of protein dtbse serch progrms. Nucleic cids reserch. 1997; 25: Chou KC. Prediction of protein cellulr ttributes using pseudo-mino cid composition. Proteins-Structure Function nd Genetics. 21; 43:

Primer in Population Genetics

Primer in Population Genetics Primer in Popultion Genetics Hierrchicl Orgniztion of Genetics Diversity Primer in Popultion Genetics Defining Genetic Diversity within Popultions Polymorphism number of loci with > 1 llele Number of lleles

More information

PERFORMANCE ANALYSIS OF HYBRID COOLING TOWER BASED ON THE EFFECTIVENESS-NTU APPROACH

PERFORMANCE ANALYSIS OF HYBRID COOLING TOWER BASED ON THE EFFECTIVENESS-NTU APPROACH Proceedings of the Asin Conference on Therml Sciences 2017, 1st ACTS Mrch 26-30, 2017, Jeju Islnd, Kore ACTS-P00478 PERFORMANCE ANALYSIS OF HYBRID COOLING TOWER BASED ON THE EFFECTIVENESS-NTU APPROACH

More information

High strength fine grained structural steel, thermo-mechanically rolled, for high temperature application

High strength fine grained structural steel, thermo-mechanically rolled, for high temperature application P420M HT High strength fine grined structurl steel, thermo-mechniclly rolled, for high temperture ppliction Specifiction DH-E52-D, edition April 2016 1 P420M HT is high strength thermomechniclly rolled

More information

Cellular automata urban growth model calibration with genetic algorithms

Cellular automata urban growth model calibration with genetic algorithms 2007 Urbn Remote Sensing Joint Event Cellulr utomt urbn growth model clibrtion with genetic lgorithms SHARAF AL-KHEDER, JUN WANG, JIE SHAN Geomtics Engineering School of Civil Engineering Purdue University,

More information

Nonlinear Mixed Effects Model for Swine Growth

Nonlinear Mixed Effects Model for Swine Growth Nonliner Mixed Effects Model for Swine Growth A. P. Schinckel nd B. A. Crig Deprtment of Animl Sciences nd Deprtment of Sttistics, Purdue University Introduction Severl nonliner growth functions model

More information

2nd International Conference on Electronic & Mechanical Engineering and Information Technology (EMEIT-2012)

2nd International Conference on Electronic & Mechanical Engineering and Information Technology (EMEIT-2012) 2nd Interntionl Conference on Electronic & Mechnicl Engineering nd Informtion Technology (EMEIT-2012) Comprehensive Evlution of Air Conditioning Cold/Het Source System Bsed on Fuzzy Mthemtics Theory Gng

More information

p Coaches j i m Recruitment Dimensions Report Name Ali Example Date of Report: 29/06/2016 Elements report 3

p Coaches j i m Recruitment Dimensions Report Name Ali Example Date of Report: 29/06/2016 Elements report 3 Report Nme Ali Exmple Dte of Report: 29/06/2016 Elements report 3 Also Recommended: Trit Profile, Competency Report Who could use components of this report: p Coches j i HR professionls Trined prctitioners

More information

Three-Phase Wound-Rotor Induction Machine with a Short- Circuited Rotor

Three-Phase Wound-Rotor Induction Machine with a Short- Circuited Rotor Exercise 1 Three-Phse Wound-Rotor Induction Mchine with Short- Circuited Rotor EXERCISE OBJECTIVE When you hve completed this exercise, you will know how three-phse woundrotor induction mchine cn operte

More information

Genome-wide association analysis of GAW17 data using an empirical Bayes variable selection

Genome-wide association analysis of GAW17 data using an empirical Bayes variable selection PROCEEDINGS Open Access Genome-wide ssocition nlysis of GAW7 dt using n empiricl Byes vrible selection Vitr Pungppong, Libo Wng, Ynzhu Lin, Dbo Zhng, Min Zhng * From Genetic Anlysis Workshop 7 Boston,

More information

How do Texas Conventional and Organic Producers Differ in their Perceptions of Barriers to Organic Production?

How do Texas Conventional and Organic Producers Differ in their Perceptions of Barriers to Organic Production? The Texs Journl of Agriculture nd Nturl Resources 26:56-67 (2013) 56 How do Texs Conventionl nd Orgnic Producers Differ in their Perceptions of Brriers to Orgnic Production? Mud Roucn-Kne *,1 Foy D. Mills,

More information

Numerical Analysis of a Reinforced Concrete Slab-Column Connection Subjected to Lateral & Vertical Loading

Numerical Analysis of a Reinforced Concrete Slab-Column Connection Subjected to Lateral & Vertical Loading , Mrch 15-17, 2017, Hong Kong Numericl Anlysis of Reinforced Concrete Slb-Column Connection Subjected to Lterl & Verticl Loding Mostfiz Emtiz, A.S.M. Aluddin Al Azd, H. M. Shhin b nd Sultn Al Shfin c Abstrct

More information

p Coaches j i n C Dimensions Report Name Ali Example Date of Report: 29/06/2016 Team Profile 3

p Coaches j i n C Dimensions Report Name Ali Example Date of Report: 29/06/2016 Team Profile 3 Report Nme Ali Exmple Dte of Report: 29/06/2016 Tem Profile 3 Also Recommended: Behviourl Type t Work Profile, Composite Tem Report Who could use components of this report: p Coches j i HR professionls

More information

An insight into itraq: where do we stand now?

An insight into itraq: where do we stand now? Anlyticl nd Bionlyticl Chemistry Electronic Supplementry Mteril An insight into itraq: where do we stnd now? Croline Evns, Josselin Noirel, Sw Yen Ow, Mlind Slim, An G. Pereir-Medrno, Nrciso Couto, Jgroop

More information

HUMAN RESOURCES MANAGEMENT REFORM TIME FRAME

HUMAN RESOURCES MANAGEMENT REFORM TIME FRAME Distribution: Restricted REPL.VII/4/R.10 1 October 2005 Originl: English Agend Item 10 English IFAD Consulttion on the Seventh Replenishment of IFAD s Resources Fourth Session Doh (Qtr), 1-2 October 2005

More information

Contrast Pattern Mining with Gap Constraints for Peptide Folding Prediction*

Contrast Pattern Mining with Gap Constraints for Peptide Folding Prediction* Proceedings of the Twenty-First Interntionl FLAIRS Conference (2008) Contrst Pttern Mining with Gp Constrints for Peptide Folding Prediction* Chinr C. Shh, Xingqun Zhu, Tghi M. Khoshgoftr, Justin Beyer

More information

A Genetic Algorithm based Approach for Cost worthy Route Selection in Complex Supply Chain Architecture

A Genetic Algorithm based Approach for Cost worthy Route Selection in Complex Supply Chain Architecture A Genetic Algorithm bsed Approch for Cost worthy Route Selection in Complex Supply Chin Architecture Arft Hbib ~, Nfi Rhmn*, Jhid Alm *, Asif Jorder *, Mrji Hque * ~ Deprtment of Computer Science nd Engineering,

More information

Food Arthropod Abundance Associated with Rest-Rotation Livestock Grazing. Hayes B. Goosey. Department of Animal and Range Sciences

Food Arthropod Abundance Associated with Rest-Rotation Livestock Grazing. Hayes B. Goosey. Department of Animal and Range Sciences Food Arthropod Aundnce Associted with Rest-Rottion Livestock Grzing Hyes B. Goosey Deprtment of Animl nd Rnge Sciences Montn Stte University We hve completed the second seson of investigtion into the response

More information

CHAPTER 5 SEISMIC RESERVOIR CHARACTERIZATION.

CHAPTER 5 SEISMIC RESERVOIR CHARACTERIZATION. CHAPTER 5 ISMIC RERVOIR CHARACTERIZATION. ISMIC RERVOIR CHARACTERIZATION Centrl Scotin Slope Study CANADA June 2016 Ojectives: Chrcterize the snd distriution, using the Mrthon nd Verits 3D post-stck seismic

More information

IMPACT OF MOTIVATION ON EFFECTIVENESS OF SALES FORCE THROUGH TRAINING: A STUDY OF TELECOMMUNICATION SECTOR. Rajul Dutt* 1

IMPACT OF MOTIVATION ON EFFECTIVENESS OF SALES FORCE THROUGH TRAINING: A STUDY OF TELECOMMUNICATION SECTOR. Rajul Dutt* 1 ISSN 2277-2685 IJESR/Sept. 2015/ Vol-5/Issue-9/1254-1259 Rjul Dutt et.l.,/ Interntionl Journl of Engineering & Science Reserch IMPACT OF MOTIVATION ON EFFECTIVENESS OF SALES FORCE THROUGH TRAINING: A STUDY

More information

In situ evaluation of DGT techniques for measurement of trace. metals in estuarine waters: a comparison of four binding layers

In situ evaluation of DGT techniques for measurement of trace. metals in estuarine waters: a comparison of four binding layers Electronic Supplementry Mteril (ESI) for Environmentl Science: Processes & Impcts. This journl is The Royl Society of Chemistry 2015 Supplementry Informtion for: In situ evlution of DGT techniques for

More information

Three-Phase Wound-Rotor Induction Machine with Rotor Resistance

Three-Phase Wound-Rotor Induction Machine with Rotor Resistance Exercise 2 Three-Phse Wound-Rotor Induction Mchine with Rotor Resistnce EXERCISE OBJECTIVE When you hve completed this exercise, you will know the effects of vrying the rotor resistnce of three-phse wound-rotor

More information

EXTRA 14/11/2006. Executive Training for Research Application Formation en utilisation de la recherche pour cadres qui exercent dans la santé

EXTRA 14/11/2006. Executive Training for Research Application Formation en utilisation de la recherche pour cadres qui exercent dans la santé Executive Trining for Reserch Appliction Formtion en utilistion de l recherche p cdres qui exercent dns l snté Implementing Blnced Scorecrd in Continuing C Orgniztion: One Orgniztion s Jney in Evidence

More information

Biofilm Formation by Escherichia coli csga and fima mutants

Biofilm Formation by Escherichia coli csga and fima mutants Journl of Undergrdute Reserch t Minnesot Stte University, Mnkto Volume 14 Article 9 2014 Biofilm Formtion by Escherichi coli csga nd fima mutnts Nicole Snyder Minnesot Stte University, Mnkto Sen Willert

More information

Best Practices for PCR Assays in Seed Health Tests Version 3.0; June 2018

Best Practices for PCR Assays in Seed Health Tests Version 3.0; June 2018 Best Prctices for PCR Assys in Seed Helth Tests Version 3.0; June 2018 Polymerse Chin Rection (PCR) is currently the most commonly utilized moleculr technique in seed helth testing. This document provides

More information

Fluorescence Intensities of. GFP-PAC-1 Strains

Fluorescence Intensities of. GFP-PAC-1 Strains DOI: 10.1038/ncb3168 Arbitrry Fluorescence Units 2500 2000 1500 1000 500 0 full length (1-4) Fluorescence Intensities of GFP-PAC-1 Strins ΔPH 392-838 575-4 GFP-PAC-1 Strins 2-610 1-574 b control c pc-1(3

More information

Web Crippling of Wide Deck Sections

Web Crippling of Wide Deck Sections Missouri University of Science nd Technology Scholrs' Mine Interntionl Specilty Conference on Cold- Formed Steel Structures (1990) - 10th Interntionl Specilty Conference on Cold-Formed Steel Structures

More information

Modular ( agent-agnostic ) Human-in-the-loop RL. Owain Evans University of Oxford

Modular ( agent-agnostic ) Human-in-the-loop RL. Owain Evans University of Oxford Modulr ( gent-gnostic ) Humn-in-the-loop RL University of Oxford Collbortors Dvid Abel (Brown) Andres Stuhlmueller (Stnford) John Slvtier (Oxford) 2 Overview 1. Autonomous vs. humn-controlled / interctive

More information

Harmony/ESW An Agile Real-time Development Process. Jeff Vodov

Harmony/ESW An Agile Real-time Development Process. Jeff Vodov Hrmony/ESW An Agile Rel-time Development Process Jeff Vodov Objectives Provide high-level overview of Hrmony Chllenges of SE nd SW Development Hrmony Best Prctices Rtionl / Telelogic Process Rodmp Provide

More information

ENVIRONMENTAL AUDIT OF THE SITES IMPACTED BY THE PROBO KOALA TOXIC WASTE DUMPING IN ABIDJAN, CÔTE D IVOIRE

ENVIRONMENTAL AUDIT OF THE SITES IMPACTED BY THE PROBO KOALA TOXIC WASTE DUMPING IN ABIDJAN, CÔTE D IVOIRE ENVIRONMENTAL AUDIT OF THE SITES IMPACTED BY THE PROBO KOALA TOXIC WASTE DUMPING IN ABIDJAN, CÔTE D IVOIRE This series of fct sheets ws prepred s prt of UN Environment s environmentl udit of the sites

More information

H. Randall Smith; Ph.D. Agronomy and Wayne Porter: Ph.D. Horticulture Mississippi State University Extension Service

H. Randall Smith; Ph.D. Agronomy and Wayne Porter: Ph.D. Horticulture Mississippi State University Extension Service Effect of SumGrow on growth, development nd yield of Irish pottoes (Solnum tuerosum) t the Beumont Reserch Sttion (Mississippi Stte University) during 217 H. Rndll Smith; Ph.D. Agronomy nd yne Porter:

More information

The Exploration and Application of Urban Agriculture in China. Dr. WEI Lingling Managing Director Beijing IEDA Protected Horticulture Co., Ltd.

The Exploration and Application of Urban Agriculture in China. Dr. WEI Lingling Managing Director Beijing IEDA Protected Horticulture Co., Ltd. The Explortion nd Appliction of Urbn Agriculture in Chin Dr. WEI Lingling Mnging Director Beijing Protected Horticulture Co., Ltd. 1 WHO WE ARE 2 WHAT WE NEED 3 WELCOME TO OUR PARK About Beijing Protected

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION SI Fig. PrpS is single copy gene k 3. 9... EcoRV EcoRV k 5 BmH Pst c well k HindIII HindIII HindIII.3.5 3.. Southern lots of Ppver genomic DNA from plnts with SS8 hplotypes, hyridized with PrpS proe..

More information

Business Continuity Software Buyer s Guide

Business Continuity Software Buyer s Guide Business Continuity Softwre Buyer s Guide Opertionlly strtegic nd deployble, business continuity plns re criticl to ensuring your orgniztion cn survive nd succeed following n unplnned incident. Mny orgniztions

More information

Structure study on rapidly solidified hydrogen storage alloy Zr(NiM) 2.1

Structure study on rapidly solidified hydrogen storage alloy Zr(NiM) 2.1 Journl of Alloys nd Compounds 293 29 (1999) 107 112 L Structure study on rpidly solidified hydrogen storge lloy Zr(NiM) 2.1 G.L. Lu *, K.Y. Shu, L.S. Chen, X.Y. Song, X.G. Yng, Y.Q. Lei, Q.D. Wng, b b

More information

Metody pro predikci s vysokodimenzionálními daty genových expresí

Metody pro predikci s vysokodimenzionálními daty genových expresí Vysoké učení technické v Brně Fkult informčních technologií Ústv počítčové grfiky multimédií Ing. Jn Šilhvá Methods for clss prediction with high-dimensionl gene expression dt Metody pro predikci s vysokodimenzionálními

More information

The basic model for inventory analysis

The basic model for inventory analysis The bsic model for inventory nlysis Lecture Notes for ME515 Prepred by Joyce Smith Cooper Professor of Mechnicl Engineering University of Wshington cooperjs@uw.edu See Chpter 2 of Heijungs nd Suh (22)

More information

Two level production inventory model with exponential demand and time dependent deterioration rate

Two level production inventory model with exponential demand and time dependent deterioration rate Mly Journl of Mtemtik, Vol. S, No., 0-4, 08 https://doi.org/0.667/mjm0s0/06 wo level production inventory model with exponentil demnd nd time dependent deteriortion rte Nrendr Kumr *, Dhrmendr Ydv nd Rchn

More information

2016 Prelim Essay Question 2

2016 Prelim Essay Question 2 216 Prelim Essy Question 2 In recent yers, the price of nturl fertilisers for orgnic brown rice production hs risen nd helthy living cmpigns re seeing more consumers switching from nonorgnic white rice

More information

Chickpeas Respond Well To Inoculation With TagTeam

Chickpeas Respond Well To Inoculation With TagTeam Chickpes Respond Well To Inocultion With TgTem S.M. Phelps, nd E. Hgele Philom Bios Inc., 318-111 Reserch Drive, Ssktoon, SK S7N 3R2 Abstrct Rhizobi strins were tested in TgTem pet nd grnule formultions

More information

Crop Performance and Plant Microbe-Interactions are Affected by the Sequence and Frequency of Pulse Crops in the Canadian Prairie

Crop Performance and Plant Microbe-Interactions are Affected by the Sequence and Frequency of Pulse Crops in the Canadian Prairie Crop Performnce nd Plnt Microbe-Interctions re Affected by the Sequence nd Frequency of Pulse Crops in the Cndin Pririe Nvrro-Borrell A 1,2 ; Di M 2 ; Hmel C 1,2 ; Fernndez MR 2 ; Gn Y 2 ; Germid J 1.

More information

Study on the initial allocation of carbon emission permits in the. provinces of China based on Shapley method

Study on the initial allocation of carbon emission permits in the. provinces of China based on Shapley method Study on the initil lloction of crbon emission permits in the provinces of Chin bsed on Shpley method Mu Hilin1, Hung Yuxun1,, Li Nn1, Xue Zhoqun1, LI Longxi1 1805, College of Energy nd Power Engineering,

More information

RMC Capability of Multi-cycle HFP Full Core Burnup Simulation. Department of Engineering Physics, Tsinghua University, Beijing , China b

RMC Capability of Multi-cycle HFP Full Core Burnup Simulation. Department of Engineering Physics, Tsinghua University, Beijing , China b RMC Cpbility of Multi-cycle HFP Full Core Burnup Simultion Shichng Liu, Gng Wng, Jingng Ling b, Feng Yng, Zonghun Chen, Xioyu Guo, Qu Wu, JunJun Guo, Yishu Qiu, Xio Tng, Zegung Li c, Kn Wng Deprtment of

More information

A BEHAVIOR OF ELASTIC AND PLASTIC STRAIN FOR (α+γ) DUAL PHASE STAINLESS STEELS IN ROTATING BENDING TEST

A BEHAVIOR OF ELASTIC AND PLASTIC STRAIN FOR (α+γ) DUAL PHASE STAINLESS STEELS IN ROTATING BENDING TEST Copyright JCDS - Interntionl Centre for Diffrction Dt 24, Advnces in X-ry Anlysis, Volume 47. 39 ISSN 197-2 A BEHAVIOR OF ELASTIC AND LASTIC STRAIN FOR (+) DUAL HASE STAINLESS STEELS IN ROTATING BENDING

More information

Chapter 9. Quadratics

Chapter 9. Quadratics Chpter 9 Qudrtics Artificil Body Prts 9.1 Solving Qudrtic Equtions by Fctoring 9. Completing the Squre 9.3 The Qudrtic Formul 9.4 Eponentil Functions (Growth nd Decy) Chpter Review Chpter Test 147 Section

More information

Does Trust Matter for User Preferences? A study on Epinions ratings

Does Trust Matter for User Preferences? A study on Epinions ratings Does Trust Mtter for User Preferences? A study on Epinions rtings Georgios Pitsilis, Pern Hui Chi Q2S * NTNU O. S. Brgstds plss 2E Trondheim 7491 Norwy {pitsilis, chi}@q2s.ntnu.no Abstrct. Recommender

More information

Table 8. Vacuum filter performance for processing municipal sludges conditioned by ferric chloride and lime. a

Table 8. Vacuum filter performance for processing municipal sludges conditioned by ferric chloride and lime. a Tble 8. Vcuum filter performnce for processing municipl sludges conditioned by ferric chloride nd lime. Type of Sludge Solids Loding (lb/hr-ft 2 ) Percent Solids Cke Fresh primry 6-8 25-38 Fresh primry

More information

a b c Nature Neuroscience: doi: /nn.3632

a b c Nature Neuroscience: doi: /nn.3632 c Supplementry Figure 1. The reltion etween stndrd devition (STD) nd men of inter-press intervls (IPIs) under different schedules. -c, Disproportionlly fster decrese of the stndrd devition compred to the

More information

SAMPLING INTENSITY AND NORMALIZATIONS: EXPLORING COST-DRIVING FACTORS IN NATIONWIDE MAPPING OF TREE CANOPY COVER

SAMPLING INTENSITY AND NORMALIZATIONS: EXPLORING COST-DRIVING FACTORS IN NATIONWIDE MAPPING OF TREE CANOPY COVER 21 Joint Meeting of the Forest Inventory nd Anlysis (FIA) Symposium nd the Southern Mensurtionists SAMPLIG ITESITY AD ORMALIZATIOS: EXPRIG COST-DRIVIG FACTORS I ATIOWIDE MAPPIG OF TREE CAOPY COVER John

More information

IBM Rational Software

IBM Rational Software IBM Rtionl Softwre Development Conference 2008 Build better softwre nd systems nd improve business processes with Enterprise Lifecycle Mngement Udy Rvi Business Development Director - Telelogic Enterprise

More information

The Effect of SFAS No. 131 on the Diversification Discount

The Effect of SFAS No. 131 on the Diversification Discount The Effect of SFAS No. 131 on the Diversifiction Discount Seoungpil Ahn Sogng Business School, Sogng University PA706, 35 Bekbeom-ro, Mpo-gu, Seoul 121-742, Kore E-mil: sphn@sogng.c.kr Received: July 2,

More information

ESTIMATION AND UTILIZATION OF STRUCTURE ANISOTROPY IN FORMING PIECES

ESTIMATION AND UTILIZATION OF STRUCTURE ANISOTROPY IN FORMING PIECES www.cermics-silikty.cz Cermics-Silikáty 61 (), 141-146 (17) doi: 1.13168/cs.17.9 ESTIMATION AND UTILIZATION OF STRUCTURE ANISOTROPY IN FORMING PIECES MAROS MARTINKOVIC Slovk University of Technology in

More information

Experimental Research on Heat/Mass Transfer Features of Corrugated Plate Spray Humidification Air Coolers

Experimental Research on Heat/Mass Transfer Features of Corrugated Plate Spray Humidification Air Coolers 379 A publiction of CHEMICAL ENGINEERING TRANSACTIONS VOL. 6, 017 Guest Editors: Fei Song, Hibo Wng, Fng He Copyright 017, AIDIC Servizi S.r.l. ISBN 978-88-95608-60-0; ISSN 83-916 The Itlin Assocition

More information

Return Temperature in DH as Key Parameter for Energy Management

Return Temperature in DH as Key Parameter for Energy Management Interntionl OPEN ACCESS Journl Of Modern Engineering Reserch (IJMER) Return Temperture in DH s Key Prmeter for Energy Mngement Normunds Tlcis 1, Egīls Dzelzītis 2, Agnese Līckrstiņ 2 *JSC Rīgs siltums

More information

Western Illinois University- School of Agriculture Organic Research Program 2013 Dry Humate/Fertility Studies Dr. Joel Gruver and Andy Clayton

Western Illinois University- School of Agriculture Organic Research Program 2013 Dry Humate/Fertility Studies Dr. Joel Gruver and Andy Clayton Western Illinois University- School of Agriculture Orgnic Reserch Progrm 0 Dry Humte/Fertility Studies Dr. Joel Gruver nd Andy Clyton Introduction Orgnic grin frmers generlly use less purchsed inputs thn

More information

An Empirical Study on How Third-Party Websites Influence the. Feedback Mechanism between Online Word-of-Mouth and Retail. Sales

An Empirical Study on How Third-Party Websites Influence the. Feedback Mechanism between Online Word-of-Mouth and Retail. Sales An Empiricl Study on How Third-Prty Websites Influence the Feedbck Mechnism between Online Word-of-Mouth nd Retil Sles Wenqi Zhou* Deprtment of Accounting, Informtion Systems Mngement, nd Supply Chin Mngment

More information

Effect of Tantalum Additions to a Cobalt-Chromium-Nickel

Effect of Tantalum Additions to a Cobalt-Chromium-Nickel Effect of Tntlum Additions to Coblt-Chromium-Nickel Bse Alloy A. P. ROWE, W. C. BIGELOW, nd K. ASGAR University of Michign, School of Dentistry, Ann Arbor, Michign 48104, USA An investigtion by electron

More information

SLASH PINE FAMILIES IDENTIFIED WITH HIGH RESISTANCE TO FUSIFORM RUST. C. H. Walkinshaw '

SLASH PINE FAMILIES IDENTIFIED WITH HIGH RESISTANCE TO FUSIFORM RUST. C. H. Walkinshaw ' SLASH PINE FAMILIES IDENTIFIED WITH HIGH RESISTANCE TO FUSIFORM RUST C. H. Wlkinshw ' Abstrct.--Fusiform rust redily kills slsh pine, Pinus elliottii Engelm. vr. elliottii. When the number of rust-infected

More information

[ HOCl] Chapter 16. Problem. Equilibria in Solutions of Weak Acids. Equilibria in Solutions of Weak Acids

[ HOCl] Chapter 16. Problem. Equilibria in Solutions of Weak Acids. Equilibria in Solutions of Weak Acids Equilibri in Solutions of Wek Acids Chpter 16 Acid-Bse Equilibri Dr. Peter Wrburton peterw@mun.c http://www.chem.mun.c/zcourses/1011.php The dissocition of wek cid is n equilibrium sitution with n equilibrium

More information

Original Article INTRODUCTION. Mahsa Saffari Farsani, Masoud Reza Aghabozorgi Sahhaf, Vahid Abootalebi

Original Article INTRODUCTION. Mahsa Saffari Farsani, Masoud Reza Aghabozorgi Sahhaf, Vahid Abootalebi Originl Article www.jmss.mui.c.ir Performnce Improvement of the Goertzel Algorithm in Estimting of Protein Coding Regions Using Modified Antinotch Filter nd Liner Predictive Coding Model Mhs Sffri Frsni,

More information

Introduction. and Hispanics as $1.3 trillion.

Introduction. and Hispanics as $1.3 trillion. Introduction Supplier diversity is the proctive business progrm supporting minority owned, women owned, vetern owned, LGBT owned, service disbled vetern owned, historiclly underutilized business nd SBA

More information

Small Business Cloud Services

Small Business Cloud Services Smll Business Cloud Services Summry. We re thick in the midst of historic se-chnge in computing. Like the emergence of personl computers, grphicl user interfces, nd mobile devices, the cloud is lredy profoundly

More information

The advanced agronomic training system in Morocco

The advanced agronomic training system in Morocco The dvnced gronomic trining system in Morocco Firdwcy L. in Hervieu B. (ed.). Agronomic trining in countries the Mediterrnen region Montpellier : CIHEAM Options Méditerrnéennes : Série Etudes; n. 1988II

More information

STATUS OF LAND-BASED WIND ENERGY DEVELOPMENT IN GERMANY

STATUS OF LAND-BASED WIND ENERGY DEVELOPMENT IN GERMANY Yer STATUS OF LAND-BASED WIND ENERGY Deutsche WindGurd GmbH - Oldenburger Strße 65-26316 Vrel - Germny +49 (4451)/9515 - info@windgurd.de - www.windgurd.com Annul Added Cpcity [MW] Cumultive Cpcity [MW]

More information

Chapter 02 - Putting the Customer First

Chapter 02 - Putting the Customer First 1. About hlf of every dollr tht consumers spend on products pys for mrketing costs. LEARNING OBJECTIVES: SEM.KO.4.LO: 2.1-1 - LO: 2.1-1 2. The mrketing concept requires mintennce of importnt reltionships

More information

Agenda. Aligning requirements across the development lifecycle

Agenda. Aligning requirements across the development lifecycle Agend Connected Requirements Aligning requirements cross the development lifecycle Requirements Gthering nd Definition Techniques RM in Fst-Pced Softwre Development Projects DOORS Demo 1 Connected Requirements

More information

SIMULATING SAMPLING EFFICIENCY IN AIRBORNE LASER SCANNING BASED FOREST INVENTORY

SIMULATING SAMPLING EFFICIENCY IN AIRBORNE LASER SCANNING BASED FOREST INVENTORY SIMULATING SAMPLING EFFICIENCY IN AIRBORNE LASER SCANNING BASED FOREST INVENTORY L. Ene, E. Næsset b, T. Gobkken b Norwegin University of Life Sciences, Grdute student - liviue@student.umb.no b Norwegin

More information

Planning & Performance Reporting Officer. Job Description

Planning & Performance Reporting Officer. Job Description 1. Min purpose of the job Plnning & Performnce Reporting Mnger Job Description To work collbortively with theme tems nd other senior collegues to develop nd operte performnce reporting systems (including

More information

A Fuzzy GM(1,1) Model Based Possibility Check for Predicting CO2 Emissions

A Fuzzy GM(1,1) Model Based Possibility Check for Predicting CO2 Emissions Interntionl Journl of Mchine Lerning nd Computing, Vol. 5, No., Februry 05 A Fuzzy GM(,) Model Bsed Possibility Check for Predicting CO Emissions Zhiyi Meng intensity in this region hs incresed quickly

More information

Grey Model for Evaluation and Analysis of Competitiveness in the Packaging and Testing Industry

Grey Model for Evaluation and Analysis of Competitiveness in the Packaging and Testing Industry Interntionl Journl of Mngement, Economics nd Socil Sciences 2016, Vol.5(3), pp. 87 94. ISSN 2304 1366 http://www.mess.com Grey Model for Evlution nd Anlysis of Competitiveness in the Pckging nd Testing

More information

145 ~ 175 m km m. 175 m m km 2[1,2] 175 m m ~ 155 m 155 ~ 165 m 165 ~ 54% 175 m

145 ~ 175 m km m. 175 m m km 2[1,2] 175 m m ~ 155 m 155 ~ 165 m 165 ~ 54% 175 m 42 6 2 2 Chinese Journl of Soil Science Vol.42,No.6 Dec.,2, 2, 3, 2, 2 *. 4374 2. 4374 3. 49 7 m 2 ph 6.93 ~ 7.9 ; 4 S8.3 A 64-394(2)6-44- 7 7 m 3.93 m 3 4 ~ 7 m 6 km 84 2 68 3 km 2 8 km 2[,2] 7 m -. 7

More information

CHAPTER 2 RELATIONAL MODEL

CHAPTER 2 RELATIONAL MODEL CHAPTER RELATIONAL MODEL Chpter : Reltionl Model Structure of Reltionl Dtbses Fundmentl Reltionl Algebr Opertions Additionl Reltionl Algebr Opertions Extended Reltionl-Algebr-Opertions Null Vlues Modifiction

More information

THERMODYNAMICS OF As, Sb AND Bi DISTRIBUTION DURING REVERB FURNACE SMELTING

THERMODYNAMICS OF As, Sb AND Bi DISTRIBUTION DURING REVERB FURNACE SMELTING Journl of Mining nd Metllurgy, 38 (1 2) B (2002) 93-102 THERMODYNAMICS OF As, Sb AND Bi DISTRIBUTION DURING REVERB FURNACE SMELTING N.Mitevsk* nd @.D.@ivkovi}** *RTB BOR, Copper Institute, 19210 Bor, Yugoslvi

More information

CONSERVATION TILLAGE IMPROVES SOIL PHYSICAL PROPERTIES ON DIFFERENT LANDSCAPE POSITIONS OF A COASTAL PLAIN SOIL.

CONSERVATION TILLAGE IMPROVES SOIL PHYSICAL PROPERTIES ON DIFFERENT LANDSCAPE POSITIONS OF A COASTAL PLAIN SOIL. CONSERVATION TILLAGE IMPROVES SOIL PHYSICAL PROPERTIES ON DIFFERENT LANDSCAPE POSITIONS OF A COASTAL PLAIN SOIL Frncisco J. Arrig* 1, Andre S. Biscro 2, Kipling S. Blkcom 1, Joey N. Shw 3, Edzrd vn Snten

More information

Proceedings of the 4th European Conference on Microfluidics - Microfluidics Limerick, December 10-12, 2014

Proceedings of the 4th European Conference on Microfluidics - Microfluidics Limerick, December 10-12, 2014 µflu14-89 A MICROFLUIDICS TOOL FOR HIGH-THROUGHPUT, REAL-TIME MULTIMODAL IMAGING OF NANOPARTICLE-CELL INTERACTIONS C. A. Cunh-Mtos 1, O. M. Millington 2, A. W. Wrk 3, M. Zgnoni 4* 1 Deprtment of Biomedicl

More information

Quantifying the Total Cost of Ownership for Entry-Level and Mid-Range Server Clusters

Quantifying the Total Cost of Ownership for Entry-Level and Mid-Range Server Clusters Quntifying the Totl Cost of Ownership for Entry-Level nd Mid-Rnge Server Clusters A Detiled Anlysis of the Totl Cost of Ownership of OpenVMS, IBM AIX nd Sun Solris server clusters. June 2007 Version 1.0

More information

EMPLOYER HUB APPRENTICESHIPS THE. 2019/20 Apprenticeships. Information for applicants. The college of choice

EMPLOYER HUB APPRENTICESHIPS THE. 2019/20 Apprenticeships. Information for applicants. The college of choice EMPLOYER HUB APPRENTICESHIPS THE 2019/20 Apprenticeships Informtion for pplicnts The college of choice Contents Why Nescot? 04 Wht is n pprenticeship? 04 Wht re the benefits of doing n pprenticeship?

More information

EVALUATION OF STRIP-TILLAGE AND FERTILIZER PLACEMENT IN SOUTHERN IDAHO CORN PRODUCTION. D.Tarkalson and D. Bjorneberg USDA-ARS, Kimberly, ID

EVALUATION OF STRIP-TILLAGE AND FERTILIZER PLACEMENT IN SOUTHERN IDAHO CORN PRODUCTION. D.Tarkalson and D. Bjorneberg USDA-ARS, Kimberly, ID EVALUATION OF STRIP-TILLAGE AND FERTILIZER PLACEMENT IN SOUTHERN IDAHO CORN PRODUCTION D.Trklson nd D. Bjorneberg USDA-ARS, Kimberly, ID ABSTRACT Strip tillge (ST) nd ssocited nutrient plcement cn potentilly

More information

High-voltage electric pulse welding of magnetic cores made of rings of magnetic soft alloy 49K2FA

High-voltage electric pulse welding of magnetic cores made of rings of magnetic soft alloy 49K2FA IOP Conference Series: Mterils Science nd Engineering PAPER OPEN ACCESS High-voltge electric pulse welding of mgnetic cores mde of rings of mgnetic soft lloy 49K2FA To cite this rticle: A V Yudin et l

More information

Copyright 1982 by ASME. Combined Cycles

Copyright 1982 by ASME. Combined Cycles THE AMERICAN OCIETY OF MECHANICAL ENGINEER 345 E. 47 t., New York, N.Y. 117 82-GT-38 ^,+ w The ociety shll not be responsible for sttements or opinions dvnced in ppers or in C discussion t meetings of

More information

CLOUD-EXTENSIBLE TRANSCODING AVOID THE TRAP OF SINGLE CLOUD OVER-DEPENDENCY

CLOUD-EXTENSIBLE TRANSCODING AVOID THE TRAP OF SINGLE CLOUD OVER-DEPENDENCY CLOUD-EXTENSIBLE TRANSCODING AVOID THE TRAP OF SINGLE CLOUD OVER-DEPENDENCY compny Cloud-Extensible Trnscoding TABLE OF CONTENTS Trnscode Worklod Chllenges... 3 Cloud Dependency... 4 Cloud-Extensibility...

More information

Tree Shelters Fail to Enhance Height Growth of Northern Red Oak in the Upper Peninsula of Michigan. 1

Tree Shelters Fail to Enhance Height Growth of Northern Red Oak in the Upper Peninsula of Michigan. 1 Tree Shelters Fil to Enhnce Height Growth of Northern Red Ok in the Upper Peninsul of Michign. 1 Dougls O. Lntgne, Associte Professor, MSU Deprtment of Forestry nd Rymond Miller, Resident Forester, Upper

More information

Platform quick guide. Stockbroking Pro platform. stockbroking

Platform quick guide. Stockbroking Pro platform. stockbroking Stockbroking Pro pltform Pltform quick guide This concise guide hs been put together to help you quickly fmilirise yourself with the mny fetures nd tools vilble on the CMC Mrkets Stockbroking Pro pltform.

More information

Disposable bioreactor systems are

Disposable bioreactor systems are Oxygen Mss Trnsfer Correltion for Rocking- Motion Biorector System Erin Shughnessey, Armin Opitz, nd Jck Prior Disposble biorector systems re technologies commonly used in bioprocessing. They provide costeffective

More information

Theoretical Foundation for Mechanical Products Service Life Prediction

Theoretical Foundation for Mechanical Products Service Life Prediction Theoreticl Foundtion for Mechnicl Products Service Life Prediction V V Konovodov 1, A V Vlentov, T V Lfetov 1, M N Bslev 1 Novosibirsk Stte Agrrin University 147 Nikitin St, 630039 Novosibirsk, Russi;

More information

Crystal Structure. Dragica Vasileska and Gerhard Klimeck

Crystal Structure. Dragica Vasileska and Gerhard Klimeck Crystl Structure Drgic Vsilesk nd Gerhrd Klimeck Crystl Structure Issues tht re ddressed in this lecture include:. Periodic rry of toms. Fundmentl types of lttices 3. Index system for crystl plnes 4. Simple

More information

ATEGI International purchasing

ATEGI International purchasing ATEGI Interntionl purchsing We specilise in the purchsing process nd look for the progress of our customers Our gol is to help our customers become more cost-efficient nd competitive, wherever they re

More information

A new method of CDOM absorption in China east coastal waters

A new method of CDOM absorption in China east coastal waters new method of COM bsorption in Chin est costl wters XINGGUNG ZHNG, YONGSHENG XU* Institute of Ocenology Chinese cdemy of Sciences 7 Nnhi od, Qingdo, Shndong, 66071 CHIN E-mil: yongsheng.xu@qdio.c.cn bstrct:

More information

Efficiency Improvements of Air-Cooled Chillers Equipped With High Static Condenser Fans

Efficiency Improvements of Air-Cooled Chillers Equipped With High Static Condenser Fans Purdue University Purdue e-pubs Interntionl Refrigertion nd Air Conditioning Conference School of Mechnicl Engineering 2006 Efficiency Improvements of Air-Cooled Chillers Equipped With High Sttic Condenser

More information

In the steel industry, environmental concerns and the

In the steel industry, environmental concerns and the Rotry herth furnce dvnced design methods A computtionl fluid dynmic model ble to simulte industril heting furnces hs been used to help revmp the rotry herth furnce t TenrisDlmine pipe mill. The model is

More information

EFFECT OF TEMPERATURE ON ADHESION OF CLAY SOIL TO STEEL

EFFECT OF TEMPERATURE ON ADHESION OF CLAY SOIL TO STEEL Cercetări Agronomice în Moldov Vol. XLV, No. 2 (150) / 2012 EFFECT OF TEMPERATURE ON ADHESION OF CLAY SOIL TO STEEL B. AZADEGAN 1, J. MASSAH 2 * *E-mil: jmssh@ut.c.ir Received April 14, 2012 ABSTRACT.

More information

Our Missio n. Silver/ Petrucelli+ Associates, Inc. is dedicated. to providing the highest quality services to

Our Missio n. Silver/ Petrucelli+ Associates, Inc. is dedicated. to providing the highest quality services to Silver/ Petrucelli+ Assocites, Inc. is dedicted to providing highest qulity services to our clients, producing cretive nd effective design solutions tht re fisclly responsible nd environmentlly sensitive.

More information

Direct Power Comparisons between Simple LOD Scores and NPL Scores for Linkage Analysis in Complex Diseases

Direct Power Comparisons between Simple LOD Scores and NPL Scores for Linkage Analysis in Complex Diseases Am. J. Hum. Genet. 65:847 857, 1999 Direct Power Comprisons between Simple LOD Scores nd NPL Scores for Linkge Anlysis in Complex Diseses Pul C. Abreu, 1 Dvid A. Greenberg, 3 nd Susn E. Hodge 1,2,4 1 Division

More information

The MTF Quality Method. a P a

The MTF Quality Method. a P a The MTF Qulity Method P P All llogrft tissue is the sme. Isn t it? Actully, you d be very surprised. There re ntionl stndrds for tissue bnks, set by the AATB nd FDA. But they set only miniml bseline for

More information

A Little More Advanced Biotechnology Tools. Engineered plasmids. Selection for plasmid uptake. Better Plasmids. Antibiotic becomes a selecting agent

A Little More Advanced Biotechnology Tools. Engineered plasmids. Selection for plasmid uptake. Better Plasmids. Antibiotic becomes a selecting agent A Little More Advnced Biotechnology Tools Better Plsmids Engineered plsmids Building custom plsmids restriction enzyme sites ntibiotic resistnce genes s selectble mrker EcoRI BmHI HindIII restriction sites

More information

SEEDING CLOVERS OR GRASSES INTO OLDER ALFALFA BENEFITS AND HAZARDS ABSTRACT INTRODUCTION

SEEDING CLOVERS OR GRASSES INTO OLDER ALFALFA BENEFITS AND HAZARDS ABSTRACT INTRODUCTION SEEDING CLOVERS OR GRASSES INTO OLDER ALFALFA BENEFITS AND HAZARDS STANDS- Mick Cnevri1, Dn Putnm2, Brbr Reed3, Rchel Long4, Steve Orlo~, Tom Lnini6, nd Lrry Godfrey7 ABSTRACT Deciding wht to do with n

More information

CORRELATION BETWEEN MELT POOL TEMPERATURE AND CLAD FORMATION IN PULSED AND CONTINUOUS WAVE ND:YAG LASER CLADDING OF STELLITE 6

CORRELATION BETWEEN MELT POOL TEMPERATURE AND CLAD FORMATION IN PULSED AND CONTINUOUS WAVE ND:YAG LASER CLADDING OF STELLITE 6 Proceedings of the st Pcific Interntionl Conference on Appliction of sers nd Optics 4 CORREATION BETWEEN ET POO TEPERATURE AN CA FORATION IN PUSE AN CONTINUOUS WAVE N:YAG

More information

6.1 Damage Tolerance Analysis Procedure

6.1 Damage Tolerance Analysis Procedure 6. Dmge Tolernce Anlysis Procedure For intct structure the nlysis procedures for Slow Crck Growth nd Fil Sfe structure re essentilly the sme. An initil flw is ssumed nd its growth is nlyzed until filure

More information

De Novo Peptide Sequencing and Identification with Precision Mass Spectrometry

De Novo Peptide Sequencing and Identification with Precision Mass Spectrometry De Novo Peptide Sequencing nd Identifiction with Precision Mss Spectrometry Ari M. Frnk,*, Mikhil M. Svitski, Michel L. Nielsen, Romn A. Zubrev, nd Pvel A. Pevzner*, Deprtment of Computer Science & ngineering,

More information

Spatiotemporal Variability of Productivity and Nutrient Availability in Flooded Rice Soils across Field Scales

Spatiotemporal Variability of Productivity and Nutrient Availability in Flooded Rice Soils across Field Scales 2006-2011 Mission Kerney Foundtion of Soil Science: Understnding nd Mnging Soil-Ecosystem Functions Across Sptil nd Temporl Scles Finl Report: 2007017, 1/1/2009-12/31/2009 Sptiotemporl Vribility of Productivity

More information

Pig breeding, selection and hybridisation in Italy

Pig breeding, selection and hybridisation in Italy Pig breeding, selection nd hybridtion in Itly Russo V. in Aumître A. (ed.). The production pig met in Mediterrnen Countries Pr : CIHEAM Options Méditerrnéennes : Série Etudes; n. 1989-I 1989 pges 91-97

More information