-
Notifications
You must be signed in to change notification settings - Fork 1
/
references.bib
executable file
·1540 lines (1292 loc) · 38.6 KB
/
references.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{uetz2006,
author={Uetz, P. and Dong, Y. A. and others},
title={Herpesviral protein networks and their interaction with the human proteome},
journal={Science},
number={311},
pages={239--242},
year={2006}
}
@article{mtpl,
title={Multi-task learning for Host-Pathogen protein interactions},
author={M. Kshirsagar and J. G. Carbonell and J. Klein-Seetharaman},
journal={Bioinformatics},
year={2013}
}
@article{hf,
title={Urinary proteome analysis in hypertensive patients with left ventricular diastolic dysfunction},
author={Tatiana Kuznetsova and Harald Mischak and William Mullen and Jan A. Staessen},
journal={European Heart Journal},
year={2012}
}
@article{cad,
title={Urinary Proteomic Biomarkers in Coronary Artery Disease},
author={Lukas U. Zimmerli and Eric Schiffer and others},
journal={Molecular and Cellular Proteomics},
year={2012}
}
@articoe{ckd,
title={Naturally Occurring Human Urinary Peptides for Use in Diagnosis of Chronic Kidney Disease},
author={David M. Good and Petra Zurbig and others},
journal={Molecular \& Cellular Proteomics},
year={2010}
}
@article{shiprec,
title={SHIPREC. Salmonella Host Interactions PRoject European Consortium},
note={\url{http://www.erasysbio.net/}}
}
@article{jalali2010,
title={A dirty model for multi-task learning},
author={Jalali, Ali and Sanghavi, Sujay and Ruan, Chao and Ravikumar, Pradeep K},
journal={Advances in Neural Information Processing Systems},
pages={964--972},
year={2010}
}
@article{chen2012,
title={Learning incoherent sparse and low-rank patterns from multiple tasks},
author={Chen, Jianhui and Liu, Ji and Ye, Jieping},
journal={ACM Transactions on Knowledge Discovery from Data (TKDD)},
volume={5},
number={4},
pages={22},
year={2012},
publisher={ACM}
}
@article{ando2005,
title={A framework for learning predictive structures from multiple tasks and unlabeled data},
author={Ando, Rie Kubota and Zhang, Tong},
journal={The Journal of Machine Learning Research},
volume={6},
pages={1817--1853},
year={2005},
publisher={JMLR. org}
}
@article{chen2013,
title={A convex formulation for learning a shared predictive structure from multiple tasks},
author={Chen, Jianhui and Tang, Lei and Liu, Jun and Ye, Jieping},
journal={Pattern Analysis and Machine Intelligence, IEEE Transactions on},
volume={35},
number={5},
pages={1025--1038},
year={2013},
publisher={IEEE}
}
@inproceedings{ji2009,
title={An accelerated gradient method for trace norm minimization},
author={Ji, Shuiwang and Ye, Jieping},
booktitle={Proceedings of the 26th Annual International Conference on Machine Learning},
pages={457--464},
year={2009},
organization={ACM}
}
@article{menon_ecml11,
title={Link Prediction via Matrix Factorization},
author={A. K. Menon and C. Elkan},
journal={ECML},
year={2011}
}
@article{cao_icml2010,
author={Bin Cao and Nathan N. Liu and Qiang Yang},
title={Transfer Learning for Collective Link Prediction in Multiple Heterogenous Domains},
journal={International Conference on Machine Learning},
year={2010}
}
@article{mtl_review,
author={Qian Xu and Qiang Yang},
title={A Survey of Transfer and Multitask Learning in Bioinformatics},
journal={Journal of Computing Science and Engineering},
year={2011},
volume=5,
number=3,
pages={257--268}
}
@article{candes08,
author={E. Candes and B. Recht},
title={Exact matrix completion via convex optimization},
journal={Foundations of Computational Mathematics},
year={2008}
}
@article{wang13,
author={Hua Wang and Heng Huang and Chris Ding and Feiping Nie},
title={Predicting Protein–Protein Interactions from Multimodal Biological Data Sources via Nonnegative Matrix Tri-Factorization},
journal={Journal of Computational Biology},
year={2013}
}
@article{mmmf,
author={N. Srebro and J. D. M. Rennie and T. S. Jaakkola},
title={Maximum-Margin Matrix Factorization},
journal={Neural Information Processing Systems},
year={2005}
}
@article{martial10,
author={H. Martial and R. Michael and J. P. Vert and others},
title={Large-scale prediction of protein–protein interactions from structures},
journal={BMC Bioinformatics},
year={2010}
}
@article{recht07,
author={B. Recht and M. Fazel and P. A. Parrilo},
title={Guaranteed minimum-rank solutions of linear matrix equations via nuclear norm minimization},
journal={Forty-Fifth Annual Allerton Conference},
year={2007}
}
@article{gsesame,
author = {Z. Du and L. Li and Chin-Fu Chen and P. S. Yu and J. Z. Wang},
title = {G-SESAME: web tools for go term based gene similarity analysis and knowledge discovery},
journal={Nucleic Acids Research},
volume={37},
number={Web Server issue},
pages={W345--9},
year={2009}
}
@article{netBlast,
author={Sharan, R. and Suthram, S. and Kelley, R.M. and Kuhn, T. and McCuine, S. and Uetz, P. and Sittler, T. and Karp, R.M. and Ideker, T.},
title={Conserved patterns of protein interaction in multiple species},
journal={Proc. Natl. Academy Sciences (PNAS)},
year={2005}
}
@article{phyKernel,
author={N. C. Toussaint and C. Widmer and O. Kohlbacher and G. Ratsch},
title={Exploiting physico-chemical properties in string kernels},
journal={BMC Bioinformatics},
year={2010}
}
@article{specRBF,
author={Leslie C and Eskin E and Noble WS},
title={The spectrum kernel: a string kernel for SVM protein classification},
journal={Pac. Symposium Biocomputing},
year={2002}
}
@article{virusmint,
REMauthor={Chatraryamontri A and Ceol A and Peluso D and Nardozza A and Panni S and Sacco F and Tinti M and Smolyar A and Castagnoli L and Vidal M and Cusick ME and Cesareni G},
author={A Chatraryamontri and A Ceol and D Peluso and others},
title={VirusMINT: a viral protein interaction database},
journal={Nucleic Acids Research},
volume={37},
year={2009}
}
@article{virusmentha,
author={Alberto Calderone and Luana Licata and Gianni Cesareni},
title={VirusMentha: a new resource for virus-host protein interactions},
journal={Nucleic Acids Research},
year={2014}
}
@article{1bitmc,
author={Mark A. Davenport and Yaniv Plan and Ewout van den Berg and Mary Wootters},
title={1-Bit Matrix Completion},
journal={Information and Inference},
year={2014}
}
@article{kmm,
author={J. Huang and A. Smola and A. Gretton and K.M. Borgwardt and B. Scholkopf},
title={Correcting Sample Selection Bias by Unlabeled Data},
journal={Neural Information Processing Systems},
year={2007}
}
@article{me_ismb_2013,
author={M. Kshirsagar and J. G. Carbonell and J. Klein-Seetharaman},
title={Multi-task learning for Host-Pathogen protein interactions},
journal={Bioinformatics},
year={2013}
}
@article{nagarajan,
author={Nagarajan Natarajan and Inderjit S. Dhillon},
title={Inductive matrix completion for predicting gene–disease associations},
journal={Bioinformatics},
year={2014}
}
@article{iedb,
title={The immune epitope database (IEDB) 3.0},
author={Vita, Randi and Overton, James A and Greenbaum, Jason A and others},
journal={Nucleic acids research},
volume={43},
number={D1},
pages={D405--D412},
year={2015},
publisher={Oxford Univ Press}
}
@article{nanbo2010,
title={Ebolavirus is internalized into host cells via macropinocytosis in a viral glycoprotein-dependent manner},
REMauthor={Nanbo, Asuka and Imai, Masaki and Watanabe, Shinji and Noda, Takeshi and Takahashi, Kei and Neumann, Gabriele and Halfmann, Peter and Kawaoka, Yoshihiro},
author={Nanbo, Asuka and Imai, Masaki and Watanabe, Shinji and others},
journal={PLoS pathogens},
volume={6},
number={9},
pages={e1001121},
year={2010},
REMpublisher={Public Library of Science}
}
@article{prateek,
author={Prateek Jain and Inderjit S. Dhillon},
title={Provable Inductive Matrix Completion},
year={2013}
}
@article{,
author={},
title={},
journal={},
year={}
}
@article{xu09,
author={Zhao Xu and Kristian Kersting and Volker Tresp},
title={Multi-relational learning with gaussian processes},
journal={IJCAI},
year={2009}
}
@article{sylvia,
author={S. Schleker and J. Sun and B. Raghavan and others},
year={2012},
volume={6},
number={1-2},
pages={117--33},
title={The current Salmonella-host interactome},
journal={Proteomics Clin Appl.}
}
@article{yeast,
author = {X. Wu and L. Zhu and J. Guo and others},
title = {Prediction of yeast protein-protein interaction network: insights from the Gene Ontology and annotations},
volume={34},
pages={2137--50},
number={7},
journal={Nucleic Acids Research},
year={2006}
}
@article{scott,
author = {M.S. Scott and G.J. Barton},
title = {Prediction and ranking of human protein-protein interactions within a Bayesian framework},
journal={BMC Systems Biology},
volume={1},
number={1},
pages={P66},
year={2007}
}
@article{struct2net,
author = {R. Singh and J. Xu and B. Berger},
title = {STRUCT2NET: Integrating structure into protein-protein interaction prediction},
journal={Pacific Symposium on Biocomputing},
year={2006}
}
@article{me12,
author={M. Kshirsagar and J. G. Carbonell and J. Klein-Seetharaman},
title={Techniques to cope with missing data in host-pathogen protein interaction prediction},
journal={Bioinformatics},
year={2012}
}
@article{ranga,
author={A. Yuille and A. Rangarajan},
title={The Concave-Convex Procedure},
journal={Neural Computation},
year={2003}
}
@article{cccp09,
author={John Yu and T. Joachims},
title={Learning Structural SVMs with Latent Variables},
journal={International Conference on Machine Learning},
year={2009}
}
@article{dcprog,
author={R. Horst and N. V. Thoai},
title={DC Programming: Overview},
journal={J. of Optimization Theory and Applns.},
year={1999}
}
@article{pid,
author={C. F. Schaefer and K. Anthony and S. Krupa and others},
title={PID: The Pathway Interaction Database},
journal={Nucleic Acids Research},
year={2009}
}
@article{reactome,
author={L. Matthews and G. Gopinath and M. Gillespie and others},
title={Reactome knowledgebase of biological pathways and processes},
journal={Nucleic Acids Research},
year={2008}
}
@article{cif,
author={Gregory Jubelin and Frederic Taieb and others},
title={Pathogenic Bacteria Target NEDD8-Conjugated Cullins to Hijack Host-Cell Signaling Pathways},
journal={PLOS Pathogens},
year={2010}
}
@article{hpidb,
author={R. Kumar and B. Nanduri},
title={HPIDB--a unified resource for host-pathogen interactions},
journal={BMC Bioinformatics},
year={2010}
}
@article{phisto,
author={S. D. Tekir and Ali S. and Tunahan C. and Kutlu O. U.},
title={Infection strategies of bacterial and viral pathogens through pathogen-host protein protein interactions },
journal={Frontiers in Microbial Immunology},
year={2012}
}
@article{clusMTL,
author={L. Jacob and F. Bach and J. P. Vert},
title={Clustered multi-task learning: a convex formulation},
journal={Neural Information Processing Systems},
year={2009}
}
@article{cmf,
author={A. P. Singh and G. J. Gordon},
title={Relational learning via collective matrix factorization},
journal={KDD},
year={2008}
}
@article{ppi_cmf,
author={Q. Xu and E. W. Xiang and Q. Yang},
title={Protein-protein interaction prediction via collective matrix factorization},
journal={International Conference on Bioinformatics and Biomedicine},
year={2010}
}
@article{qi2010,
author={Y. Qi and O. Tastan and J. G. Carbonell and J. Klein-Seetharaman and J. Weston},
title={Semi-supervised multi-task learning for predicting interactions between HIV-1 and human proteins},
journal={Bioinformatics},
year={2010}
}
@article{pontil08,
author={A. Argyriou and T. Evgeniou and M. Pontil},
title={Convex multi-task feature learning},
journal={Machine Learning},
year={2008}
}
@article{pontil07,
author={A. Argyriou and T. Evgeniou and M. Pontil},
title={Multi-task feature learning},
journal={Neural Information Processing Systems},
year={2007}
}
@article{marlin,
author = {Benjamin M. Marlin},
title = {Missing Data Problems in Machine Learning},
journal = {Thesis},
year={2008}
}
@article{tastan09,
author = {Tastan, O. and others},
title = {Prediction of interactions between hiv-1 and human proteins by information integration},
journal={Pac. Symp. Biocomput.},
number={14},
pages={516--527},
year={2009}
}
@article{qi06,
author = {Qi, Y. and others},
title = {Evaluation of different biological data and computational classification methods for use in protein interaction prediction},
volume={63},
number={3},
pages={490--500},
journal={Proteins},
year={2006}
}
@article{siv,
title={Alternative paths in HIV-1 targeted human signal transduction pathways},
author={S. Balakrishnan and others},
journal={BMC Genomics},
year={2009}
}
@article{liblinear,
title={LIBLINEAR: A library for large linear classification},
journal={JMLR},
author={R.E. Fan and others},
volume={9},
note={Software available at \url{http://www.csie.ntu.edu.tw/~cjlin/liblinear}},
year={2008}
}
@article{grouplasso,
title={Union support recovery in high-dimensional multivariate regression},
author = {G. Obozinski and others},
journal={Neural Information Processing Systems},
year={2008}
}
@article{liew,
author = {Alan Wee-Chung Liew and others},
title = {Missing value imputation for gene expression data: computational techniques to recover missing data from available information},
journal = {Briefings in Bioinformatics},
volume={12},
number={5},
pages={498--513},
year = {2010},
number = {doi: 10.1093/bib/bbq080}
}
@article{aitto,
author = {Tero Aittokallio},
title = {Dealing with missing values in large-scale studies: microarray data imputation and beyond},
journal={Briefings in Bioinformatics},
volume = {11},
pages = {2},
year={2009}
}
@book{bootstrap,
author={B. Efron and R. Tibshirani},
title={An Introduction to the Bootstrap},
year={1994},
publisher={Chapman \& Hill}
}
@article{libsvm,
author = {Chang, Chih-Chung and Lin, Chih-Jen},
title = {{LIBSVM}: A library for support vector machines},
journal = {ACM Transactions on Intelligent Systems and Technology},
volume = {2},
issue = {3},
year = {2011},
pages = {27:1--27:27},
note = {Software available at \url{http://www.csie.ntu.edu.tw/~cjlin/libsvm}}
}
@article{svm,
author={B. Boser and others},
title={An training algorithm for optimal margin classifiers},
year={1992},
journal={COLT}
}
@book{hastie,
author={T. Hastie and R. Tibshirani and J. Friedman},
title={The Elements of Statistical Learning: Data Mining, Inference, and Prediction},
publisher={Springer},
year={2009}
}
@article{little,
author = {Little, R.J.A. and D.B. Rubin},
title = {Statistical Analysis with Missing Data},
journal={J. Wiley \& Sons},
year={1987}
}
@article{marlin,
author = {Benjamin M. Marlin},
title = {Missing Data Problems in Machine Learning},
journal = {Thesis},
year={2008}
}
@article{qi05,
author = {Y. Qi and others},
title = {Random Forest Similarity for Protein-Protein Interaction Prediction from Multiple Sources},
journal={PSB},
volume = {10},
pages = {531--542},
year={2005}
}
@article{thahir,
title={Active learning for human protein-protein interaction prediction},
author = {T. P. Mohamed and others},
journal={BMC Bioinformatics},
volume = {11},
year={2010}
}
@article{brieman,
title={Random Forests},
author = {L. Breiman},
journal={Machine Learning Journal},
volume = {45},
number = {1},
year={2001}
}
@article{dal,
title={Dual Augmented Lagrangian Method for Efficient Sparse Reconstruction},
author = {Ryota Tomioka and Masashi Sugiyama},
journal={IEEE Signal Processing Letters},
volume = {16},
number = {12},
pages = {1067--1070},
year={2009}
}
@article{kriti,
title={Multi-population GWA mapping via multi-task regularized regression},
author = {K. Puniyani and others},
journal={Bioinformatics},
volume = {26},
number = {12},
year={2010}
}
@article{shen:2007,
title={Predicting protein-protein interactions based only on sequences information},
author = {J. Shen and others},
journal={PNAS},
volume = {104},
pages = {4337-4341},
year={2007}
}
@article{missAda,
title={Handling Missing Features with Boosting Algorithms for Protein–Protein Interaction Prediction},
author = {F. Smeraldi and others},
journal={LNCS},
volume = {6254/2010},
pages = {132--147},
year={2010}
}
@article{abstAda,
title={Improved Boosting Algorithms Using Confidence-rated Predictions},
author = {R.E. Schapire and Y. Singer},
journal={Machine Learning},
volume = {37},
number = {3},
pages = {297-336},
year={1999}
}
@article{davis,
author = {Davis, F. P. and Barkan, D. T. and Eswar, N. and others},
title = {Host-pathogen protein interactions predicted by comparative modeling},
volume={16},
number={12},
pages={2585--96},
journal={Protein Science},
year={2007}
}
@article{hart,
author = {Hart, G.T. and Ramani, A.K. and Marcotte, E.M.},
title = {How complete are current yeast and human protein-interaction networks?},
volume={7},
number={11},
pages={120},
journal={Genome Biol.},
year={2006},
}
@article{sprinzak,
author = {Sprinzak, E. and Sattath, S. and Margalit, H.},
title = {How reliable are experimental protein-protein interaction data?},
volume={327},
number={5},
pages={919--23},
journal={J Mol Biol},
year={2003}
}
@article{evans,
author = {Evans, P. and Dampier, W. and Ungar, L. and others},
title = {Prediction of hiv-1 virus-host protein interactions using virus and host sequence motifs},
journal={BMC Med Genomics},
volume={2},
pages={27},
year={2009}
}
@article{rhodes,
author = {Rhodes, D.R. and Tomlins, S.A. and Varambally, S. and others},
title = {Probabilistic model of the human protein-protein interaction network},
journal={Nat Biotechnol},
volume={23},
number={8},
pages={951--9},
year={2005}
}
@article{krishnadev,
author = {Krishnadev, O. and Srinivasan, N.},
title = {Prediction of protein-protein interactions between human host and a pathogen and its application to three pathogenic bacteria},
journal={Int J Biol Macromol},
volume={48},
number={6},
pages={613--9},
year={2011}
}
@article{doolittle,
author = {J.M. Doolittle and S.M. Gomez},
title = {Structural similarity-based predictions of protein interactions between hiv-1 and homo sapiens},
journal={Virol J},
volume={7},
pages={82},
year={2010}
}
@article{kernels,
author = {S. Martin and W.M. Brown and J.L. Faulon},
title = {Using Product Kernels to Predict Protein Interactions},
journal={In Advances in Biochemical Engineering},
year={2007},
volume={110},
pages={215--45},
publisher={Springer-Verlag.}
}
@article{jansen,
author = {R. Jansen and H. Yu and D. Greenbaum and others},
title = {A Bayesian Networks Approach for Predicting Protein-Protein Interactions from Genomic Data},
volume={302},
number={5644},
pages={449--53},
journal={Science},
year={2003}
}
@article{survey,
author = {A. Thompson and G. Rowley and M. Alston and others},
title = {Salmonella transcriptomics: relating regulons, stimulons and regulatory networks to the process of infection},
journal={Current Opinion in Microbiology},
volume={9},
number={1},
pages={109--16},
year={2006}
}
@article{study1,
author = {Graham, S.},
title = {Nontyphoidal salmonellosis in {Africa}},
journal={Current Opinion Infectious Diseases},
volume={23},
number={5},
pages={409--14},
year={2010}
}
@article{adaboost,
author = {Y. Freund and R.E. Schapire},
title = {A decision-theoretic generalization of on-line learning and an application to boosting},
journal={Journal of Computer and System Sciences},
volume={55},
number={1},
pages={119-139},
year={1997}
}
@article{tastanThesis,
author = {O. Tastan},
title = {Prediction of Host-Virus Protein-Protein Interactions},
journal={PhD. Thesis},
year={2011}
}
@article{uniprot,
author={{UniProt Consortium}},
title={Ongoing and future developments at the Universal Protein Resource},
journal={Nucl. Acids Research},
volume={39},
pages={D214-D219},
year={2011}
}
@article{newuniprot,
author={M. Magrane and others},
journal={Database},
REMnumber={doi: 10.1093/database/bar009},
year={2011}
}
@misc{RF,
title = {Random Forests},
note = {\url{http://www.stat.berkeley.edu/~breiman/RandomForests/}},
year={2004},
author={L. Breiman and A. Cutler}
}
@misc{weka,
author={M. Hall and E. Frank and G. Holmes and others},
title={The WEKA Data Mining Software: An Update},
journal={SIGKDD explorations},
year={2009},
note = {\url{http://www.cs.waikato.ac.nz/ml/weka}}
}
@article{rnaI,
author = {B. Misselwitz and others},
title = {RNAi screen of Salmonella invasion shows role of COPI in membrane targeting of cholesterol and Cdc42},
journal={Mol Syst Biol.},
volume={7},
pages={474},
REMnumber={doi: 10.1038/msb.2011.7},
year={2011}
}
@article{funcAsso,
author = {G.F. Berriz and O.D. King and B. Bryant and others},
title = {Characterizing gene sets with FuncAssociate},
journal={Bioinformatics},
volume={19},
pages={2502--04},
number={18},
year={2003},
}
@article{yeast1,
author = {X. Wu and L. Zhu and J. Guo and others},
title = {Prediction of yeast protein-protein interaction network: insights from the Gene Ontology and annotations},
volume={34},
pages={2137--50},
number={7},
journal={Nucl. Acids Research},
year={2006}
}
@article{yeast2,
author = {Pitre, S. and Dehne, F. and Chan, A. and others},
title = {PIPE: a protein-protein interaction prediction engine based on the re-occurring short polypeptide sequences between known interacting protein pairs},
journal={BMC Bioinformatics},
volume={7},
pages={365},
year={2006}
}
@article{lda,
author = {X. Pan and Y. Zhang and H. Shen},
title = {Large-Scale Prediction of Human Protein-Protein Interactions from Amino Acid Sequence Based on Latent Topic Features},
journal={J. Proteome Research},
volume = {9},
number = {10},
pages = {4992--5001},
year={2010}
}
@article{nanni,
author = {Nanni, L. and Lumini, A.},
title = {An ensemble of K-local hyperplanes for predicting protein-protein interactions},
journal={Bioinformatics},
volume = {22},
number = {10},
pages = {1207-10},
year={2006}
}
@inproceedings{sarwar01,
title={Item-based collaborative filtering recommendation algorithms},
author={Sarwar, Badrul and Karypis, George and Konstan, Joseph and Riedl, John},
REMbooktitle={Proceedings of the 10th international conference on World Wide Web},
booktitle={WWW},
pages={285--295},
year={2001},
organization={ACM}
}
@inproceedings{phung09,
title={Ordinal Boltzmann machines for collaborative filtering},
author={Phung, Dinh Q and Venkatesh, Svetha and others},
booktitle={UAI},
REMbooktitle={Proceedings of the Twenty-fifth Conference on Uncertainty in Artificial Intelligence},
pages={548--556},
year={2009},
organization={AUAI Press}
}
@inproceedings{jin02,
title={Preference-based graphic models for collaborative filtering},
author={Jin, Rong and Si, Luo and Zhai, ChengXiang},
REMbooktitle={Proceedings of the Nineteenth conference on Uncertainty in Artificial Intelligence},
booktitle={UAI},
pages={329--336},
year={2002},
REMorganization={Morgan Kaufmann Publishers Inc.}
}
@inproceedings{li09,
title={Transfer learning for collaborative filtering via a rating-matrix generative model},
author={Li, Bin and Yang, Qiang and Xue, Xiangyang},
booktitle={International Conference on Machine Learning},
pages={617--624},
year={2009},
organization={ACM}
}
@inproceedings{li11,
title={Cross-domain collaborative filtering: A brief survey},
author={Li, Bin},
booktitle={Tools with Artificial Intelligence (ICTAI), 2011 23rd IEEE International Conference on},
pages={1085--1086},
year={2011},
organization={IEEE}
}
@article{zhang12,
title={Multi-domain collaborative filtering},
author={Zhang, Yu and Cao, Bin and Yeung, Dit-Yan},
journal={arXiv preprint arXiv:1203.3535},
year={2012}
}
@article{koren09,
title={Matrix factorization techniques for recommender systems},
author={Koren, Yehuda and Bell, Robert and Volinsky, Chris},
journal={IEEE Computers},
number={8},
pages={30--37},
year={2009},
}
@article{domainGA,
author = {Singhal, M. and Resat, H.},
title = {A domain-based approach to predict protein-protein interactions.},
journal={BMC Bioinformatics},
year={2007}
}
@article{svmAC,
author = {Guo, Y. and Yu, L. and Wen, Z. and Li, M.},
title = {Using support vector machine combined with auto covariance to predict protein-protein interactions from protein sequences.},
journal={Nucl. Acids Research},
volume = {36},
number = {9},
pages = {3025-30},
year={2008}
}
@article{pips,
author = {M.D. McDowall and M.S. Scott and G.J. Barton},
title = {PIPs: human protein–protein interaction prediction database},
journal={Nucl. Acids Research},
volume={37},
number={Database issue},
pages={D651--6},
year={2008}
}
@article{scott,
author = {M.S. Scott and G.J. Barton},
title = {Prediction and ranking of human protein-protein interactions within a Bayesian framework},
journal={BMC Systems Biology},
volume={1},
number={1},
pages={P66},
year={2007}
}
@article{hivQi,
author = {Y. Qi and O. Tastan and J.G Carbonell and others},
title = {Semi-Supervised Multi-Task Learning for Predicting Interactions between HIV-1 and Human Proteins},
journal={Bioinformatics},
volume={26},
number={18},
pages={i645--52},
year={2010}
}
@article{ilia,
author = {I. Nouretdinov and others},
title = {Determining confidence of predicted interactions between HIV-1 and human proteins using conformal method},
journal={PSB},
volume={17},
year={2012}
}
@article{hprd,
author = {T.S.K. Prasad and others},
title = {Human Protein Reference Database - 2009 Update.},
volume = {3},
number={Database issue},
pages={D767-72},
journal={Nucl. Acids Research},
year={2009}
}
@article{pathCom,
author = {E. G. Cerami and others},
title = {Pathway Commons, a web resource for biological pathway data},
journal={Nucl. Acids Research},