forked from StartBootstrap/startbootstrap-simple-sidebar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
publications.html
101 lines (84 loc) · 6.09 KB
/
publications.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, shrink-to-fit=no, initial-scale=1">
<meta name="description" content="Fanchi Meng publications">
<meta name="author" content="Fanchi">
<title>Fanchi Meng</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/simple-sidebar.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<!-- Sidebar -->
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand">
<a href="index.html">Home</a>
</li>
<li>
<a href="projects.html">Projects</a>
</li>
<li>
<a href="publications.html">Publications</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
<!-- /#sidebar-wrapper -->
<!-- Page Content -->
<div id="page-content-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<h1>Publications</h1>
<h4>Journal Papers</h4>
<p id="pubs">[1] F. Meng and L. Kurgan, "High-throughput Prediction of Disordered Moonlighting Regions in Protein Sequences", <i><b>Proteins: Structure, Function, and Bioinformatics</b></i>, doi:10.1002/prot.25590, 2018</p>
<p id="pubs">[2] F. Meng, C. Wang and L. Kurgan, "fDETECT webserver: fast predictor of propensity for protein production, purification, and crystallization", <i><b>BMC Bioinformatics</b></i>, 18:580, 2017</p>
<p id="pubs">[3] F. Meng, V. N. Uversky and L. Kurgan, "Comprehensive Review of Methods for Prediction of Intrinsic Disorder and its Molecular Functions", <i><b>Cellular and Molecular Life Sciences</b></i>, 74(17):3069-3090, 2017</p>
<p id="pubs">[4] I. Na, F. Meng, L. Kurgan, and V. N. Uversky, "Autophagy-related intrinsically disordered proteins in intra-nuclear compartments"<i>, <b>Molecular BioSystems</b></i>, vol. 12, pp. 2798-2817, 2016.</p>
<p id="pubs">[5] F. Meng and L. Kurgan, "DFLpred: High-throughput prediction of disordered flexible linker regions in protein sequences", <i><b>Bioinformatics</b></i>, vol. 32, pp. i341-i350, 2016.</p>
<p id="pubs">[6] F. Meng, I. Na, L. Kurgan, and V. N. Uversky, "Compartmentalization and Functionality of Nuclear Disorder: Intrinsic Disorder and Protein-Protein Interactions in Intra-Nuclear Compartments", <i><b>International Journal of Molecular Sciences</b></i>, vol. 17, p. 24, 2015.</p>
<p id="pubs">[7] F. Meng, R. A. Badierah, H. A. Almehdar, E. M. Redwan, L. Kurgan, and V. N. Uversky, "Unstructural biology of the dengue virus proteins", <i><b>FEBS Journal</b></i>, vol. 282, pp. 3368-3394, 2015.</p>
<p id="pubs">[8] F. Meng, C. Cai, and H. Yan, "A Bicluster-Based Bayesian Principal Component Analysis Method for Microarray Missing Value Estimation", <i><b>IEEE Journal of Biomedical and Health Informatics</b></i>, vol. 18, pp. 863-871, 2014.</p>
<p id="pubs">[9] F. Meng and C. Cai, "Microarray missing value estimation by local Bayesian principal component analysis", <i><b>ICIC Express Letters</b></i>, vol. 7, pp. 535-9, 2013.</p>
<p id="pubs">[10] C. Cai and F. Meng, "Gene missing value imputation by matrix completion and local least square", <i><b>ICIC Express Letters</b></i>, vol. 6, pp. 1229-1234, 2012.</p>
<h4>Book Chapters</h4>
<p id="pubs">[1] F. Meng V. N. Uversky and L. Kurgan, "Computational Prediction of Intrinsic Disorder in Proteins", in <i><b>Current Protocols in Protein Science</b></i>, 88:2.16.1–2.16.14, Wiley, (ISBN 978-0-4711-4086-3), 2017</p>
<p id="pubs">[2] F. Meng and L. Kurgan, "Computational Prediction of Protein Secondary Structure from Sequence", in <i><b>Current Protocols in Protein Science</b></i>, 86:2.3.1-2.3.10, Wiley (ISBN 978-0-4711-4086-3), 2016</p>
<h4>Conference Paper</h4>
<p id="pubs">[1] F. Meng, C. Cai, and S. Li, "Performance evaluation of L1-norm-based microarray missing value imputation", in <i><b>IEEE International Conference on Signal Processing, Communications and Computing</b></i>, Hong Kong, 2012, pp. 723-727.</p>
<br>
<a href="#menu-toggle" class="btn btn-default" id="menu-toggle">Show/Hide sidebar</a>
</div>
</div>
</div>
</div>
<!-- /#page-content-wrapper -->
</div>
<!-- /#wrapper -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Menu Toggle Script -->
<script>
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
</script>
</body>
</html>