Review Special Issues

Amyloid misfolding, aggregation, and the early onset of protein deposition diseases: insights from AFM experiments and computational analyses

  • Received: 17 March 2015 Accepted: 12 May 2015 Published: 17 May 2015
  • The development of Alzheimer's disease is believed to be caused by the assembly of amyloid β proteins into aggregates and the formation of extracellular senile plaques. Similar models suggest that structural misfolding and aggregation of proteins are associated with the early onset of diseases such as Parkinson's, Huntington's, and other protein deposition diseases. Initially, the aggregates were structurally characterized by traditional techniques such as x-ray crystallography, NMR, electron microscopy, and AFM. However, data regarding the structures formed during the early stages of the aggregation process were unknown. Experimental models of protein deposition diseases have demonstrated that the small oligomeric species have significant neurotoxicity. This highlights the urgent need to discover the properties of these species, to enable the development of efficient diagnostic and therapeutic strategies. The oligomers exist transiently, making it impossible to use traditional structural techniques to study their characteristics. The recent implementation of single-molecule imaging and probing techniques that are capable of probing transient states have enabled the properties of these oligomers to be characterized. Additionally, powerful computational techniques capable of structurally analyzing oligomers at the atomic level advanced our understanding of the amyloid aggregation problem. This review outlines the progress in AFM experimental studies and computational analyses with a primary focus on understanding the very first stage of the aggregation process. Experimental approaches can aid in the development of novel sensitive diagnostic and preventive strategies for protein deposition diseases, and several examples of these approaches will be discussed.

    Citation: Yuri L. Lyubchenko. Amyloid misfolding, aggregation, and the early onset of protein deposition diseases: insights from AFM experiments and computational analyses[J]. AIMS Molecular Science, 2015, 2(3): 190-210. doi: 10.3934/molsci.2015.3.190

    Related Papers:

    [1] Shiyong Zhang, Qiongfen Zhang . Normalized solution for a kind of coupled Kirchhoff systems. Electronic Research Archive, 2025, 33(2): 600-612. doi: 10.3934/era.2025028
    [2] Jiayi Fei, Qiongfen Zhang . On solutions for a class of Klein–Gordon equations coupled with Born–Infeld theory with Berestycki–Lions conditions on $ \mathbb{R}^3 $. Electronic Research Archive, 2024, 32(4): 2363-2379. doi: 10.3934/era.2024108
    [3] Shuai Yuan, Sitong Chen, Xianhua Tang . Normalized solutions for Choquard equations with general nonlinearities. Electronic Research Archive, 2020, 28(1): 291-309. doi: 10.3934/era.2020017
    [4] Tao Zhang, Tingzhi Cheng . A priori estimates of solutions to nonlinear fractional Laplacian equation. Electronic Research Archive, 2023, 31(2): 1119-1133. doi: 10.3934/era.2023056
    [5] Haijun Luo, Zhitao Zhang . Existence and stability of normalized solutions to the mixed dispersion nonlinear Schrödinger equations. Electronic Research Archive, 2022, 30(8): 2871-2898. doi: 10.3934/era.2022146
    [6] Xiaoyong Qian, Jun Wang, Maochun Zhu . Existence of solutions for a coupled Schrödinger equations with critical exponent. Electronic Research Archive, 2022, 30(7): 2730-2747. doi: 10.3934/era.2022140
    [7] Chungen Liu, Huabo Zhang . Ground state and nodal solutions for fractional Kirchhoff equation with pure critical growth nonlinearity. Electronic Research Archive, 2021, 29(5): 3281-3295. doi: 10.3934/era.2021038
    [8] Christos Sourdis . A Liouville theorem for ancient solutions to a semilinear heat equation and its elliptic counterpart. Electronic Research Archive, 2021, 29(5): 2829-2839. doi: 10.3934/era.2021016
    [9] Yaning Li, Yuting Yang . The critical exponents for a semilinear fractional pseudo-parabolic equation with nonlinear memory in a bounded domain. Electronic Research Archive, 2023, 31(5): 2555-2567. doi: 10.3934/era.2023129
    [10] Milena Dimova, Natalia Kolkovska, Nikolai Kutev . Global behavior of the solutions to nonlinear Klein-Gordon equation with critical initial energy. Electronic Research Archive, 2020, 28(2): 671-689. doi: 10.3934/era.2020035
  • The development of Alzheimer's disease is believed to be caused by the assembly of amyloid β proteins into aggregates and the formation of extracellular senile plaques. Similar models suggest that structural misfolding and aggregation of proteins are associated with the early onset of diseases such as Parkinson's, Huntington's, and other protein deposition diseases. Initially, the aggregates were structurally characterized by traditional techniques such as x-ray crystallography, NMR, electron microscopy, and AFM. However, data regarding the structures formed during the early stages of the aggregation process were unknown. Experimental models of protein deposition diseases have demonstrated that the small oligomeric species have significant neurotoxicity. This highlights the urgent need to discover the properties of these species, to enable the development of efficient diagnostic and therapeutic strategies. The oligomers exist transiently, making it impossible to use traditional structural techniques to study their characteristics. The recent implementation of single-molecule imaging and probing techniques that are capable of probing transient states have enabled the properties of these oligomers to be characterized. Additionally, powerful computational techniques capable of structurally analyzing oligomers at the atomic level advanced our understanding of the amyloid aggregation problem. This review outlines the progress in AFM experimental studies and computational analyses with a primary focus on understanding the very first stage of the aggregation process. Experimental approaches can aid in the development of novel sensitive diagnostic and preventive strategies for protein deposition diseases, and several examples of these approaches will be discussed.


    Several variants of combinatorial optimization problems are defined on the path structure in graphs. One of the most important problems is the maximum capacity path problem. It is to find a path joining two prescribed nodes whose capacity, that is the minimum capacity of its arcs, is maximized. This problem is also known as the bottleneck path problem, the max-min path problem, and the widest path problem. Due to the fact that the problem can be seen as a network flow optimization problem, it admits a wide range of applications. For example, in telecommunication networks, the Multiprotocol Label Switching (MpLS) is a protocol to send a packet along a path whose minimum bandwidth is maximized [11]. As another application, single service units (e.g., fire fighter, police) estimate the quality of a route by the maximum distance to an available service location [5].

    As other instances of combinatorial optimization problems defined on path structure, shortest and longest path problems have completely different behaviours: the shortest path problem is polynomially solvable, whereas the longest path problem is NP-hard in general [3]. However, the maximum capacity path problem and its minimum version, namely the min-max path problem, have the same behaviour. Indeed, one can use any algorithm solving one to obtain an optimal path of the other. A recursive algorithm is the best-known algorithm that is capable of solving maximum capacity path problems in linear time [15].

    This paper concentrates on an inverse version of maximum capacity path problems, called the maximum capacity path expansion problem. In general, three types of inverse problems are definable for any optimization problem:

    ● Given an initial feasible solution, the goal is to change some parameters of the problem as little as possible so that the solution becomes optimal.

    ● The problem is to change some parameters as little as possible such that the objective value of the optimization problem is bounded by a prescribed value.

    ● The goal is to modify some parameters under a budget constraint in a way that the optimal value of the optimization problem is improved as much as possible.

    It is customary that the first category is called the inverse optimization [9,10,20]. To distinguish from the first, the problems belonging to the second category are referred to as the reverse optimization problems [18,19], and optimization improvement problems [24,25]. Third category has not any formal name in the literature. However, for the special case that the objective function is bottleneck-type (namely, min-max or max-min), the third category's problems are called the bottleneck capacity expansion problems (BCEPs) [13,23,26]. It is obvious that the problems of second and third categories have a close relationship together because if one interchanges the objective function and the budget constraint of a problem in the third category, then its corresponding problem in the second category is obtained.

    Suppose that $ E = \{e_1, e_2, \ldots, e_m\} $ is a ground set and $ F\subseteq 2^{E} $. Let each $ e_i\in E $ be associated to a capacity $ c_i $. A (max-min) bottleneck-type combinatorial optimization problem is to find a $ f\in F $ so that the minimum capacity of its elements is maximized, i.e.,

    $ maxfFmineifci.
    $
    (1.1)

    This problem is an extension of several combinatorial optimization problems, such as maximum capacity path problem [14], max-min spanning tree problem [21].

    For every type of problem (1.1), one can define a capacity expansion problem. It is to increase capacities under some budget and bound constraints so that the capacity of the optimal solution of problem (1.1) is increased as much as possible. This problem is the same BCEP which can be formulated as

    $ maxxiXmaxfFmineifci+xi,
    $
    (1.2)

    in which $ X $ is a feasible region to restrict capacity increments.

    Yang and Zhang [22] were the first in considering BCEPs defined on networks. They studied the problem of increasing arc capacities under a budget constraint so that the capacities of maximum capacity paths between every pair of nodes are maximized. They proposed a strongly polynomial-time algorithm which requires to solve a minimum spanning tree at every iteration. Subsequently, Chao and Jinglin [8] investigated the capacity expansion problem in spanning trees. They showed that the problem is reducible to a parametric spanning tree problem. Then, they presented a strongly polynomial-time algorithm to solve the problem. Li and Zhu [13] used the dynamic programming technique to present a pseudopolynomial-time algorithm for expanding the capacity of maximum capacity path from a source to a sink. Then, they designed polynomial-time algorithms for two special cases of the problem. Bukard et al. [6] studied the weight reduction problems with the min-max objective function, instead of max-min. They proved that the problem is NP-hard in general. Then, they reduced the problem to a parametric optimization problem which can be used for solving the problem in the special case of spanning trees. Chao and Jianzhong [7] considered three types of BCEPs (path, spanning-tree, and maximum flow) in two arc-expanding and node-expanding cases. They presented some results on their complexity.

    BCEPs are also studied in the general case. A modified binary search algorithm [23] and a discrete-type Newton algorithm [26] are presented to solve BCEPs in the general case.

    As a special case of BCEPs, this paper focuses on the maximum capacity path expansion problem (MCPEP) in two distinct cases: (I) fixed modification costs; (II) linear modification costs. To the best of our knowledge, the fixed-cost case is not investigated in the literature. In this case, a simple algorithm based on binary search is presented to solve the problem in strongly polynomial time. In the linear-cost case, a two-phase algorithm is developed to solve the problem in polynomial time. The first phase applies the same fixed-cost algorithm to find an interval containing the optimal value. The second phase converts the resulted problem into a maximum ratio path problem. Then, it uses a proposed hybrid Secant-Newton algorithm to solve exactly the problem. To validate our proposed algorithm, we theoretically and computationally compare it with the algorithms presented in [23] and [26].

    Let us now state an application of MCPEP in transforation systems. Depending on the type of vehicle crossing a road, a capacity can be assigned to each road. For example, if only light vehicles are allowed to pass, the capacity can be equal to a small number, and if any type of light and heavy vehicles is allowed to pass, the capacity can be equal a large number. The capacity of a road depends on various factors such as road width, and road infrastructure. It is clear that the capacity of a route is equal to the minimum capacity of its roads. Now suppose we want to increase road capacities under a budget constraint so that heavy vehicles can pass between two specific points. This is a typical application of MCPEPs.

    The rest of this paper is organized as follows. Section 2 states formally the problem and gives some initial results. Section 3 concentrates on the problem with fixed costs. Section 4 focuses on the problem with linear costs. It presents a strongly polynomial-time algorithm and compares it with the others. Section 5 presents our concluding remarks.

    This section recalls the definition of maximum capacity path problems and introduces its expansion version. Then, it presents some initial results used throughout the paper.

    Suppose that a connected and directed network $ G(V, A, \mathbf{c}) $ is given in which $ V = \{1, 2, \ldots, n\} $ is the node set; $ A $ is the arc set containing $ m $ arcs. Each arc $ (i, j) $ is associated to a nonnegative capacity $ c_{ij} $. The network contains two specific nodes $ s $ and $ t $ which are called the origin and the destination, respectively. A sequence $ v_0-v_1-\ldots-v_k $ of nodes is said to be a walk if $ (v_{i-1}, v_i)\in A $ for $ i = 1, 2, \ldots, k $. A path is a walk without any repetition of nodes. A cycle is a path $ v_0-v_1-\ldots-v_k $ together with the arc $ (v_k, v_0) $. It is obvious that one can simply obtain a path from a given walk $ P $ by removing its all cycles. This paper concentrates on paths from the origin $ s $ to the destination $ t $, called $ st $-paths. Any $ st $-path $ P $ has a capacity $ c_P $ which is the minimum capacity of its arcs, i.e., $ c_P = \min_{(i, j)\in P}c_{ij} $.

    A classical combinatorial optimization problem, called the maximum capacity path problem (MCPP), is to find an $ st $-path whose capacity is the maximum among all $ st $-paths. Similar to the formulation of shortest path problems [3], one can simply formulate MCCP in the form of a zero-one linear programming problem as follows:

    $ maxz
    $
    (2.1a)
    $ s.tzcij+C(1xij)
    $
    (2.1b)
    $ (i,j)A+ixij(j,i)Aixji={1i=s,0is,t,1i=t,ıV,
    $
    (2.1c)
    $ (i,j)A+ixij1iV,
    $
    (2.1d)
    $ xij{0,1}(i,j)A.
    $
    (2.1e)

    in which $ C = \max_{(i, j)\in A}\{c_{ij}\} $. Constraint (2.1b) guarantees that $ z $ equals the maximum capacity of the path $ P $ determined by constraints (2.1c). $ x_{ij} $ is a zero-one variable which takes one if and only if $ (i, j) $ belongs to the desired path $ P $. The purpose of $ A_{i}^+ $ ($ A^-_i $) is the set of arcs enumerating from (terminating at) $ i $. Moreover, constraint (2.1d) is added to prevent node repetitions in the obtained path. On the other word, the solution is a path, and not only a walk. If the objective value of problem (2.1) is equal to $ z^* $, then we simply say that the maximum capacity of $ G(V, A, \mathbf{c}) $ is $ z^* $.

    Now let us define the expansion version of problem (2.1). Suppose that we are capable of increasing arc capacities under some budget and bound constraints, and we would like improve the optimal value of problem (2.1) as much as possible. This problem can be formulated as follows:

    $ maxz
    $
    (2.2a)
    $ s.tzcij+yij+Cu(1xij)
    $
    (2.2b)
    $ (i,j)A+ixij(j,i)Aixji={1i=s,0is,t,1i=t,ıV,
    $
    (2.2c)
    $ (i,j)A+ixij1iV,
    $
    (2.2d)
    $ (i,j)Abij(yij)B,
    $
    (2.2e)
    $ 0yijcuijcij(i,j)A,
    $
    (2.2f)
    $ xij{0,1}(i,j)A,
    $
    (2.2g)

    in which $ C^u = \max_{(i, j)\in A}\{c_{ij}^u\} $, and $ y_{ij} $ is a continuous variable to determine the increment amount of capacity in $ (i, j) $; $ c_{ij}^u $ is an upper bound for increasing the capacity of $ (i, j) $; $ b_{ij}(.) $ is a nonnegative, real-valued and nondecreasing function to measure the cost of increasing the capacity of $ (i, j) $. Moreover it satisfies the property that $ b_{ij}(0) = 0 $. The other notations are defined the same as problem (2.1).

    Without the loss of generality, we may impose the following assumption to problem.

    Assumption 1. Each arc of the network belongs to at least an $ st $-path.

    Assumption 1 is not restrictive because if not, one can perform two arc traversals, one time from $ s $ and another time from $ t $ in the opposite direction of arcs. The double-traversed arcs satisfy the assumption. So removing the other arcs satisfies Assumption 1. Obviously, this procedure can be performed in $ O(m) $ time.

    This paper focuses on problem (2.2) for two distinct cost functions:

    Fixed costs: In this case, it is assumed that $ b_{ij}(y_{ij}) $ is equal to zero for $ y_{ij} = 0 $ and a positive fixed value $ \bar{w}_{ij} $ for $ y_{ij} > 0 $. In the inverse optimization context [12,17], $ b_{ij}(y_{ij}) = \bar{w}_{ij}H(0, y_{ij}) $, where $ H(0, y_{ij}) $ is the Hamming distance between $ 0 $ and $ y_{ij} $ defined as

    $ H(0,yij)={0yij=0,1yij0.
    $

    Linear costs: This case is to assume that $ b_{ij}(y_{ij}) = w_{ij}y_{ij} $ in which $ w_{ij} > 0 $ is the cost of per unit increment of the capacity. So $ b_{ij}(.) $ is a linear function with the slope $ w_{ij} $ and the $ y $-intercept $ 0 $. In the literature, the sum of these linear cost functions are called the weighted Manhattan distance [4,21].

    A simple observation of problem (2.2) is that $ y_{ij} = 0 $, $ (i, j)\in A $, is a feasible solution whose objective value $ z^{min} $ is equal to the maximum capacity of $ G(V, A, \mathbf{c}) $. So it provides a lower bound for the optimal value $ z^* $ of problem (2.2). On the other hand, $ y_{ij} = c^u_{ij}-c_{ij} $, $ (i, j)\in A $, tights bound constraints (2.2f), but it may not satisfy budget constraint (2.2e). So its objective value, denoted by $ z^{max} $, provides an upper bound for $ z^* $. Notice that $ z^{max} $ is obtained directly from bound constraints even without noting the budget constraint. In the case of linear costs, a new upper bound can be obtained as $ z^{min}+\frac{B}{w_L} $ in which $ w_L = \min_{(i, j)\in A} w_{ij} $ because for $ (i, j)\in A $ with $ x_{ij} = 1 $, we have

    $ wijzwijcij+wijyijwijcij+B,(i,j)A,
    $

    which the last inequality hold due to the budget constraint. This inequality implies the upper bound $ z^{min}+\frac{B}{w_L} $ if we assume that $ (i, j) $ is the arc which determines the initial maximum capacity of the network. In the case of fixed costs, a similar proof can be done to achieve this upper bound. Let us state formally these observations.

    Lemma 2.1. The optimal value of problem (2.2) belongs to

    $ [\bar{z}^{min}, \bar{z}^{max}] = [z^{min}, \min\{z^{max}, z^{min}+\frac{B}{w_L}\}] $

    where $ z^{min} $ and $ z^{max} $ are respectively the maximum capacities of $ G(V, A, c_{ij}) $ and $ G(V, A, c^u_{ij}) $, and

    $ w_L = \left\{ min(i,j)Awijfor linear costs, min(i,j)Aˉwijfor fixed costs.
    \right. $

    Proof. The proof is straightforward based on the preceding paragraph.

    For an $ st $-path $ P $ as well as a fixed value $ z\in [\bar{z}^{min}, \bar{z}^{max}] $, consider a capacity vector $ \mathbf{c}^{(z, P)} $ defined as

    $ c(z,P)ij={z(i,j)Pz(cij,cuij],cijotherwise,(i,j)A.
    $
    (2.3)

    The following lemma shows that we can restrict ourselves to such capacity vectors to find an optimal solution of problem (2.2).

    Lemma 2.2. If $ \mathbf{\bar{c}} $ is a feasible capacity vector to problem (2.2), then $ \mathbf{c}^{(\bar{z}, \bar{P})} $ is also feasible, where $ \bar{P} $ is a maximum capacity path with respect to $ \mathbf{\bar{c}} $, and $ \bar{z} $ is its capacity. Moreover, the objective values of both the vectors are the same.

    Proof. It is easy to see that $ {c}^{(\bar{z}, \bar{P})}_{ij}\leq \bar{c}_{ij} $ for every $ (i, j)\in A $. This simple observation together with the feasibility of $ \mathbf{\bar{c}} $ imply that $ \mathbf{c}^{(\bar{z}, \bar{P})} $ satisfies the bound and budget constraints. On the other hand, by definition, the capacity of $ \bar{P} $ with respect to $ \mathbf{c}^{(\bar{z}, \bar{P})} $ is exactly equal to $ \bar{z} $. So the objective value of $ \mathbf{c}^{(\bar{z}, \bar{P})} $ is the same as that of $ \mathbf{\bar{c}} $.

    Notice that the capacity vector $ \mathbf{c}^{(z, P)} $ is defined with respect to an $ st $-path $ P $ as well as a value $ z\in [\bar{z}^{min}, \bar{z}^{max}] $. As seen in Lemma 2.2, $ z $ depends on $ P $. On the other word, if $ P $ is determined, then we can simply compute $ z $ because it is the minimum capacity of arcs belonging to $ P $. Let us now ask this question: Is there a convenient $ st $-path $ P $ for a given value $ z $? To reply this question, consider a cost vector $ \mathbf{w}^{(z)} $ defined as follows:

    $ w(z)ij={+z>cuij,bij(zcij)cij<zcuij,0zcij,(i,j)A.
    $
    (2.4)

    The following lemma clarifies the relationship between $ \mathbf{w}^{(z)} $ and our question.

    Lemma 2.3. For a fixed value $ z $, let $ \bar{P} $ be a shortest $ st $-path with respect to $ \mathbf{w}^{(z)} $. Then,

    1). $ \mathbf{c}^{(z, {\bar{P}})} $ is a feasible solution of problem (2.2) if the length of $ \bar{P} $ is less than or equal to $ B $.

    2). There is not any $ st $-path $ P $ so that $ \mathbf{c}^{(z, P)} $ is a feasible solution of problem (2.2) if the length of $ \bar{P} $ is greater than $ B $.

    Proof. The proof of the first part is trivial. To prove the second part, by contradiction, suppose that $ \mathbf{c}^{(z, \tilde{P})} $ is feasible for some $ st $-path $ \tilde{P} $. So $ \mathbf{c}^{(z, \tilde{P})} $ satisfies the budget constraint. This together with the assumption that the length of $ \bar{P} $ is greater than $ B $ imply that the length of $ \tilde{P} $ is less than that of $ \bar{P} $ with respect to $ \mathbf{w}^{(z)} $. This is a contradiction because $ \bar{P} $ is a shortest $ st $-path.

    This section studies problem (2.2) with fixed costs. It presents an algorithm to solve the problem in strongly polynomial time.

    According to Lemma 2.3, problem (2.2) reduces to finding the greatest value $ z\in [\bar{z}^{min}, \bar{z}^{max}] $ so that the length of the shortest $ st $-path with respect to $ \mathbf{w}^{(z)} $ does not exceed $ B $. This result motivates us to apply a binary search procedure for finding such value $ z $. The following lemma aids us to limit the search interval only to a finite set.

    Lemma 3.1. The optimal value of problem (2.2) with fixed costs belongs to the finite set $ S = \bigcup_{(i, j)\in A}\{c_{ij}, c_{ij}^u\}\cap [\bar{z}^{min}, \bar{z}^{max}] $.

    Proof. By contradiction, assume that $ z^* $ is the optimal value not belonging to $ S $. So there is an $ st $-path $ P^* $ so that $ \mathbf{c}^{(z^*, P^*)} $ is the optimal capacity vector. Sort the distinct elements of $ S $ in a nondecreasing order and let $ z_1 < z_2 < \ldots < z_k $ be the sorted list. So there is an index $ l\in \{2, \ldots, k\} $ so that $ z_{l-1} < z^* < z_l $. Now, consider the capacity vector $ \mathbf{c}^{(z_{l}, P^*)} $. It is easy to prove that this vector satisfies the bound and budget constraints, and moreover, its optimal value is equal to $ z_{l} $. This contradicts the fact that $ z^* $ is the optimal value.

    Algorithm 1 presents a binary search in complete details for solving problem (2.2).

    Algorithm 1 Solving problem (2.2) with fixed costs.
      Input: An instance of problem (2.2) with fixed costs defined on a network $ G(V, A, \mathbf{c}, \mathbf{w}) $ with two specified nodes $ s $ and $ t $ in which $ \mathbf{c} $ is initial capacity vector and $ \mathbf{w} $ is fixed cost vector.
      Output: An optimal $ st $-path $ P^* $, and the optimal value $ z^* $.
      Set $ z^{max} $ to the length of the maximum capacity path with respect to capacities $ c^u_{ij} $.
      Find a shortest path $ P $ with respect to $ \mathbf{w}^{(z^{max})} $.
      if The length of $ P $ less than or equal to $ B $ then
        Stop because the problem has the optimal path $ P^*=P $, and the maximum capacity $ z^*=z^{max} $.
      end if
      Set $ \bar{z}^{min} $ to the length of the maximum capacity path with respect to capacities $ c_{ij} $.
      Set $ \bar{z}^{max}=\min\{z^{max}, \bar{z}^{min}+\frac{B}{w_L}\} $ where $ w_L=\min_{(i, j)\in A} w_{ij} $.
      Sort the distinct elements of $ S=\bigcup_{(i, j)\in A}\{c_{ij}, c_{ij}^u\}\cap [\bar{z}^{min}, \bar{z}^{max}] $. Let $ z_1 < z_2 < \ldots < z_k $ be the sorted list.
      Set l=1, u=k.
      while $ l < u $ do
        Set $ mid=[\frac{l+u}{2}] $.
        Find a shortest path $ P $ with respect to $ \mathbf{w}^{z_{mid}} $.
        if The length of $ P $ less than or equal to $ B $ then
          Set $ l=mid $, $ z^*=z_{mid} $, and $ P^*=P $.
        else
          Set $ u=mid $.
        end if
      end while

     | Show Table
    DownLoad: CSV

    Theorem 3.2. Algorithm 1 solves problem (2.2) in strongly polynomial time.

    Proof. The correctness of Algorithm 1 follows from the results presented in Lemma 3.1 and the preceding section. So let us argue only about its complexity. The bottleneck operation of Algorithm 1 is to solve a shortest path problem in the While loop. Since the While loop runs $ O(\log(2m)) = O(\log(n)) $ times, and the Fibonacci heap implementation of Dijkstra's algorithm requires $ O(m+n\log(n)) $ computations, it follows that Algorithm 1 solves problem (2.2) in $ O(m\log(n)+n\log^2(n)) $ time.

    This section concentrates on problem (2.2) whenever the cost of $ (i, j) $ is a linear function as $ b_{ij}(y_{ij}) = w_{ij}y_{ij} $. Although Lemma 2.3 remains valid in this case, the issue is not as simple as the fixed-cost case because the search space is a continuous interval, instead of a finite set.

    To develop an algorithm for solving problem (2.2) with linear costs, consider the function $ b(z) $ which is the length of the shortest $ st $-path with respect to the weight vector $ \mathbf{w}^{(z)} $, i.e.,

    $ b(z)=minPP(z)(i,j)Pmax{0,wij(zcij)}.
    $
    (4.1)

    Here, $ \mathcal{P}^{(z)} $ denotes the set of all $ st $-paths which have not any intersection with the set $ \{(i, j): w_{ij}^{(z)} = +\infty\} = \{(i, j): z > c_{ij}^u\} $. In the special case that there is not any $ st $-path for some value $ z $, we set $ b(z) = +\infty $. Since $ b(z) $ is a parametric shortest path function in terms of $ z $, it follows that it is non-decreasing and piecewise-linear, but unfortunately, it does not enjoy any convexity and concavity property in general. However, we show that $ b(z) $ is concave in a small subinterval of $ [\bar{z}^{min}, \bar{z}^{max}] $ containing the optimal value.

    Before paying attention to these details, let us state a general description of our proposed algorithm which contains two phases. In the first phase, the binary search is applied to find a subinterval of $ [\bar{z}^{min}, \bar{z}^{max}] $ in which $ b(z) $ is concave. In the second phase, the exact optimal value is found by a new hybrid Secant-Newton algorithm.

    Let us now return to analysing the behaviour of $ b(z) $. It is obvious that $ b(z) $ is increasing. Whenever $ z $ increases continuously, the breakpoints of $ b(z) $ are created in one of three following situations.

    ● The shortest path is changed. So the slope of the corresponding line in $ b(z) $ is either fixed or decreased.

    ● The shortest path is not changed. However, the weight of its one arc is increased from zero to a positive value. In this case, the slope of the corresponding line in $ b(z) $ is increased.

    ● For an arc $ (i, j) $ of the shortest path $ P $, we have $ z > c_{ij}^{u} $. In this situation, the length of $ P $ grows unexpectedly to $ +\infty $ because $ w_{ij}^{(z)} = +\infty $. So the second shortest path is replaced to $ P $. Consequently, the slope of the corresponding line in $ b(z) $ is either unchanged or increased.

    If the search interval $ [\bar{z}^{min}, \bar{z}^{max}] $ is reduced so that the second and third cases never occur, then $ b(z) $ is concave based on the first case. For this purpose, we reconsider the sorted list $ z_1 < z_2 < \ldots < z_k $ of the set $ S $. Then, we find an index $ l\in \{1, 2, \ldots, k-1\} $ so that the optimal value belongs to $ [z_{l}, z_{l+1}) $. Obviously, the second and third cases does not occur in this interval. This procedure can be done perfectly by Algorithm 1 under the assumption that $ b_{ij}(z_l) = w_{ij}(z_l-c_{ij}) $, instead of $ b_{ij}(z) = \bar{w}_{ij} $. Hence, the first phase applies Algorithm 1 as a subroutine to find an interval $ [z_{l}, z_{l+1}) $ containing the optimal value. The following result states the concept used in the second phase.

    Lemma 4.1. If the optimal value $ z^* $ is less than $ \bar{z}^{max} $, then $ b(z^*) = B $.

    Proof. By definition, it is obvious that the function $ b(z) $ is strictly increasing in $ [\bar{z}^{min}, \bar{z}^{max}) $, and it is constant elsewhere. Since $ z^* < \bar{z}^{max} $, it follows that there is an index $ l $ so that $ z^*\in [z_{l}, z_{l+1}) $. Based on Lemma 2.2, we know that there is an $ st $-path $ P^* $ so that $ c^{(z^*, P^*)} $ is the optimal capacity vector.

    Now assume that $ b(z^*) $ is less than $ B $ by contradiction. So we can find a value $ z'\in (z^*, z_{l+1}) $ so that $ P^* $ is the shortest path with respect to $ \mathbf{w}^{(z')} $ and $ c^{(z', P^*)} $ satisfies the budget constraint. Since $ c^{(z^*, P^*)} $ satisfies the bound constraints and both the values $ z^*, z' $ belong to $ [z_l, z_{l+1}) $, we imply that $ c^{(z', P^*)} $ also satisfies the bound constraints. Hence, $ c^{(z', P^*)} $ is a feasible capacity vector with the objective value greater than $ z^* $ which contradicts the optimality of $ c^{(z^*, P^*)} $.

    Based on Lemma 4.1, problem (2.2) is reduced to finding a root of the equation $ b(z) = B $ in the interval $ [z_l, z_{l+1}) $. Since $ b(z) $ is strictly increasing in this interval, it follows that the root is unique. The equation $ b(z) = B $ can be rewritten as

    $ minPP(z)(i,j)P:cijzwij(zcij)=B.
    $
    (4.2)

    in which $ \mathcal{P}^{(z)} $ is defined the same as 4.1. So it is dependent on $ z $. Using the fact that the search interval is restricted to $ [z_l, z_{l+1}) $, we can write the equation in the following fashion:

    $ minPP(zl)(i,j)P:cijzlwij(zcij)=B.
    $
    (4.3)

    Now suppose that $ (z^*, P^*) $ is an optimal solution of problem (4.3). Trivially, we have

    $ (i,j)P:cij>zlwij(zcij)=B,
    $
    (4.4)
    $ (i,j)P:cij>zlwij(zcij)B,PP(zl).
    $
    (4.5)

    These relations imply that

    $ B+(i,j)P:cijzlwijcij(i,j)P:cijzlwij=zB+(i,j)P:cijzlwijcij(i,j)P:cijzlwijPP(zl).
    $
    (4.6)

    So the following result is immediate.

    Theorem 4.2. If the optimal value of Problem (2.2) belongs to $ [z_l, z_{l+1}) $, then the problem is reduced to a minimum ratio path problem as follows:

    $ minPP(zl)z=B+(i,j)P:cijzlwijcij(i,j)P:cijzlwij.
    $
    (4.7)

    Problem (4.7) is a minimum cost-reliability ratio path problem which is NP-hard in general because it is possible that there are some negative cycles in the network with respect to the cost vector $ \mathbf{w}^{(z)} $ [1,2]. Fortunately, since we have assumed that the costs $ w_{ij}^{(z)} $ are nonnegative, the problem can be solved efficiently by Newton discrete-type method [16]. This is the same concept used by Zhang and Liu [26] to solve BCEPs. Let us recall their proposed method. It generates an increasing sequence $ \{z^{(k)}\}_{k = 0, 1, \ldots} $ starting $ z^{(0)} = z_l $. Suppose that the algorithm has computed the value $ z^{(k)} $. To calculate the next element of the sequence, the algorithm solves a shortest path problem with respect to the nonnegative length vector

    $ v=w(z(k)).
    $
    (4.8)

    Assume that path $ P^* $ is found. Now, we may encounter two distinct situations:

    ● The length of $ P^* $ is less than $ B $. In this case, we have

    $ B>(i,j)Pvij=(i,j)P:cijz(k)wij(z(k)cij)z(k)<B+(i,j)P:cijzlwijcij(i,j)P:cijzlwij,
    $

    So we can set $ z^{(k+1)} $ equal to the right-hand term of this inequality.

    ● The length of $ P^* $ is exactly equal to $ B $. In this case, $ P $ is an optimal solution of problem (4.7) because $ P^* $ satisfies (4.4) and all $ st $-paths satisfy (4.5) for $ z^* = z^{(k)} $. So inequalities (4.6) hold for $ z^* = z^{(k)} $.

    It is remarkable that the case that the length of $ P^* $ is greater than $ B $ never occurs [26].

    This algorithm generates an increasing sequence converging the optimal value. However, due to the special structure of $ b(z) $, it always approaches to the optimal value only from one side, and it does not use points of the other side. For example, the sequence generated by algorithm present in [26] is as

    $ z_l = z^{(0)} < z^{(1)} < z^{(2)} < \ldots < z^* < z_{l+1}. $

    So the algorithm does not use any point in $ [z^*, z_{l+1}] $ to find $ z^* $. Specially, if $ z^* $ is very close to $ z_{l+1} $, then the algorithm has to approximately traverse all length of $ [z_l, z_{l+1}) $ to look for the optimal value. Here, we present a hybrid Secant-Newton algorithm to approach both the side of the optimal value. This algorithm generates two sequence $ \{z^{(k)}\} $ and $ \{y^{(k})\} $ starting $ z^{(0)} = z_l $ and $ y^{(0)} = z_{l+1} $. Assume that we have computed the $ k $th elements of both the sequences. Their next elements are calculated as follows:

    $ y(k+1)=y(k)b(z(k))z(k)b(y(k))y(k)z(k)B,
    $
    (4.9)
    $ z(k+1)=max{ˆz(k),ˆy(k)},
    $
    (4.10)

    in which

    $ ˆy(k)=y(k)b(y(k+1))y(k+1)b(y(k))y(k)y(k+1)B,
    $
    (4.11)
    $ ˆz(k)=B+(i,j)P:cijzlwijcij(i,j)P:cijzlwij.
    $
    (4.12)

    $ y^{(k+1)} $ is obtained from solving the equation $ L(z) = B $ where $ L(z) $ is the line joining two points $ (y^{(k)}, b(y^{(k)})) $ and $ (z^{(k)}, b(z^{(k)})) $. This is motivated to use the well-known Secant method in computing the root of an equation. $ \hat{z}^{(k)} $ is the same approximation obtained from the Newton method and $ \hat{y}^{(k)} $ is the approximation obtained from the Secant method using two consecutive values $ y^{(k)} $ and $ y^{(k+1)} $. Finally, $ z^{(k+1)} $ is the maximum value of two calculated approximation. Since $ z^{(k+1)}\geq \hat{z}^{(k)} $, it follows that the number of iterations at the hybrid method is at most equal to that of the Newton method. So $ \{z^{(k)}\} $ converges the optimal value at the end. Figure 1 depicts a visual description of the hybrid Secant-Newton method. It is easy to see that the sequence $ \{z^{(k)}\} $ ($ \{y^{(k})\} $) is increasing (decreasing) and approaches to the optimal value from the left (right) side. The running time of an iteration of the hybrid algorithm is at most three times of the Newton method's because it calls the function $ b(z) $ three times. Hence its worst-case complexity is the same as the Newton method. This proves the following result.

    Figure 1.  A visual description of the hybrid Secant-Newton method.

    Theorem 4.3. Algorithm 2 solves problem (2.2) in strongly polynomial time.

    Algorithm 2 A hybrid Secant-Newton method to solve problem (2.2) with linear costs
     Input: A network $ G(V, A, \mathbf{c}, \mathbf{w}) $ with two specified nodes $ s $ and $ t $
     Output: An optimal $ st $-path $ P^* $, and the optimal value $ z^* $.
     Phase I:
     Apply Algorithm 1 as a subroutine for arc costs $ b_{ij}(z_l)=w_{ij}(z_l-c_{ij}) $ to either detect the optimal value is $ z_{max} $ or find an interval $ [z_l, z_{l+1}) $ containing the optimal value. In the former, stop because the optimal value is found. In the latter, go to Phase II.
     Phase II:
     Set $ z=z_l $.
     Set $ y=z_{l+1} $.
     while True do
        Obtain the length vector $ \mathbf{v} $ defined in (4.8) for $ z^{(k)}=z $.
        Find shortest path $ P^* $ with respect to the length vector $ \mathbf{v} $.
        if the length of $ P^* $ equals $ B $ then
           Stop because the optimal solution is found (see Lemma 4.1).
        else
           Set $ y'=\frac{y^{(k)}b(z^{(k)})-z^{(k)}b(y^{(k)})}{y^{(k)}-z^{(k)}}-B $.
           Set $ z= \max\{\frac{yb(y')-y'b(y)}{y-y'}-B, \frac{ B+\sum_{(i, j)\in P^*: c_{ij}\leq z_l}w_{ij}c_{ij}}{ \sum_{(i, j)\in P^*: c_{ij}\leq z_l}w_{ij}}\} $.
           Set $ y=y' $.
        end if
     end while

     | Show Table
    DownLoad: CSV

    Proof. The proof is immediate from the above discussion and the fact that the Newton method solves the problem in strongly polynomial time [26].

    We now compare Algorithm 2 with the available algorithms in the literature. We recall that a modified binary search algorithm and a Newton discrete-type algorithm are presented respectively in [23] and [26] to solve BCEPs. Since MCPEP is a special case of BCEPs, we can apply them to solve MCPEP. Based on our preceding discussion, Algorithm 2 has the same worst-case complexity of the algorithm proposed in [26] which runs in strongly polynomial time. Moreover, the algorithm presented in [23] is only a (weak) polynomial time algorithm. This implies that Algorithm 2 as well as one proposed in [26] are theoretically better than one provided in [23].

    Let us now compare them in practice. We recall that $ b(z) $ is a linear-piecewise function. In instances of MCPEP for which $ b(z) $ has a many number of breakpoints in the search interval $ [z_{l}, z_{l+1}] $ of the second phase, Algorithm 2 has a better performance than the others. This occurs specially whenever the upper bounds are infinity and the amount of budget is very large because in this case,

    ● The initial search interval $ [z^{\min}, z^{\max}] = [z_0, z_k] $, specially subinterval $ [z_{k-1}, z_{k}] $, is very wide;

    ● The search interval in the second phase is usually the same interval $ [z_{k-1}, z_{k}] $ containing many numbers of $ b(z) $'s breakpoints.

    Let us state an example in this case. Consider an instance of MCPEP shown in Figure 2. Here, it is assumed that $ B = 39 $, $ s = 0 $ and $ t = 37 $. Moreover, all upper bounds are $ +\infty $ and $ w_{ij} = 0.01 $ for every arc $ (i, j)\in A $. In this example, we have $ [z^{\min}, \min\{z^{\min}+\frac{B}{w_L}, z^{\max}\}] = [3200,7100] $ at which the function $ b(z) $ contains 8 breakpoints (see Figure 3). This interval is the same interval $ [z_{l}, z_{l+1}] $ containing the optimal value. For this example, the algorithms were implemented on a laptop with an Intel Core $ i5-2520M $ CPU ($ 2.50 $GHz) and $ 4 $ GB of RAM. To code the algorithms, Python $ 2.7.5 $ together with the library NetworkX $ 1.8.1 $ were used. Table 1 compares the performance of the algorithms. It is obvious that Algorithm 2 has solved the problem in a less number of iterations.

    Figure 2.  An instance of MCPEP with $ s = 0 $ and $ t = 37 $.
    Figure 3.  The graph of $ b(z) $ at $ [3200,7100] $.
    Table 1.  Comparing the algorithms in an instance of MCPEP.
    Number of iterations Running time (sec.) Values $ z $ in all iterations
    Alg. in [23] 3 0.037 3900, 3875, 3950
    Alg. in [26] 4 0.061 3633.33, 3875, 3930, 3950
    Alg. 2 1 0.013 3950

     | Show Table
    DownLoad: CSV

    This paper studied maximum capacity path expansion problems with two types of modification costs: fixed cost, and linear cost. In the former, it proposed a strongly polynomial-time algorithm based on binary search to solve the problem. In the latter, it developed a two-phases algorithm. The first phase uses the first algorithm to find a small interval containing the optimal value at which the cost function is concave. Then, a hybrid Secant-Newton algorithm is proposed to obtain exactly the optimal value. The hybrid algorithm has a admissible performance rather than the available algorithms in the literature.

    Since the hybrid algorithm can be applied to solve general fractional combinatorial optimization problems, it will be meaningful that one compares it with the other customary approaches, such as binary search, discrete-type Newton method, and Meggido's parametric search [16].

    Although there is a variety of studies on capacity expansion problems, there are some aspects that are not considered until now (for example, max-min matching expansion problems, and max-min cut expansion problems). It will be worthwhile to focus on the other expansion problems in the future works.

    We would like to thank the editor and anonymous reviewers for their constructive comments, which helped us to improve the paper.

    We have no conflict of interest to declare.

    [1] Dobson CM (2004) Principles of protein folding, misfolding and aggregation. Semin Cell Dev Biol 15: 3-16. doi: 10.1016/j.semcdb.2003.12.008
    [2] Fink AL (1998) Protein aggregation: folding aggregates, inclusion bodies and amyloid. Fold Des 3: R9-23. doi: 10.1016/S1359-0278(98)00002-9
    [3] Demidov VV (2004) Nanobiosensors and molecular diagnostics: a promising partnership. Expert Rev Mol Diagn 4: 267-268. doi: 10.1586/14737159.4.3.267
    [4] Ptitsyn OB (1995) How the molten globule became. Trends Biochem Sci 20: 376-379. doi: 10.1016/S0968-0004(00)89081-7
    [5] Uversky VN (2002) What does it mean to be natively unfolded? Eur J Biochem 269: 2-12. doi: 10.1046/j.0014-2956.2001.02649.x
    [6] Lazo ND, Grant MA, Condron MC, et al. (2005) On the nucleation of amyloid beta-protein monomer folding. Protein Sci 14: 1581-1596.
    [7] Lyubchenko YL, Sherman S, Shlyakhtenko LS, et al. (2006) Nanoimaging for protein misfolding and related diseases. J Cell Biochem 99: 53-70.
    [8] Knowles TP, Fitzpatrick AW, Meehan S, et al. (2007) Role of intermolecular forces in defining material properties of protein nanofibrils. Science 318: 1900-1903. doi: 10.1126/science.1150057
    [9] Tycko R (2014) Physical and structural basis for polymorphism in amyloid fibrils. Protein Sci23: 1528-1539.
    [10] Balbach JJ, Petkova AT, Oyler NA, et al. (2002) Supramolecular structure in full-length Alzheimer's beta-amyloid fibrils: evidence for a parallel beta-sheet organization from solid-state nuclear magnetic resonance. Biophys J 83: 1205-1216. doi: 10.1016/S0006-3495(02)75244-2
    [11] Petkova AT, Ishii Y, Balbach JJ, et al. (2002) A structural model for Alzheimer's beta -amyloid fibrils based on experimental constraints from solid state NMR. Proc Natl Acad Sci U S A. 99:16742-16747. doi: 10.1073/pnas.262663499
    [12] Do TD, LaPointe NE, Sangwan S, et al. (2014) Factors that drive peptide assembly from native to amyloid structures: experimental and theoretical analysis of [leu-5]-enkephalin mutants. J Phys Chem B 118: 7247-7256. doi: 10.1021/jp502473s
    [13] Sawaya MR, Sambashivan S, Nelson R, et al. (2007) Atomic structures of amyloid cross-beta spines reveal varied steric zippers. Nature 447: 453-457. doi: 10.1038/nature05695
    [14] Baxa U, Wickner RB, Steven AC, et al. (2007) Characterization of beta-sheet structure in Ure2p1-89 yeast prion fibrils by solid-state nuclear magnetic resonance. Biochemistry 46:13149-13162. doi: 10.1021/bi700826b
    [15] Chan JC, Oyler NA, Yau WM, et al. (2005) Parallel beta-sheets and polar zippers in amyloid fibrils formed by residues 10-39 of the yeast prion protein Ure2p. Biochemistry 44:10669-10680. doi: 10.1021/bi050724t
    [16] Shewmaker F, Wickner RB, Tycko R (2006) Amyloid of the prion domain of Sup35p has an in-register parallel beta-sheet structure. Proc Natl Acad Sci U S A 103: 19754-19759. doi: 10.1073/pnas.0609638103
    [17] Farrance OE, Paci E, Radford SE, et al. (2015) Extraction of accurate biomolecular parameters from single-molecule force spectroscopy experiments. ACS Nano 9: 1315-1324. doi: 10.1021/nn505135d
    [18] Wickner RB, Dyda F, Tycko R (2008) Amyloid of Rnq1p, the basis of the [PIN+] prion, has a parallel in-register beta-sheet structure. Proc Natl Acad Sci U S A 105: 2403-2408. doi: 10.1073/pnas.0712032105
    [19] Zhang Y, Lyubchenko YL (2014) The structure of misfolded amyloidogenic dimers: computational analysis of force spectroscopy data. Biophys J 107: 2903-2910. doi: 10.1016/j.bpj.2014.10.053
    [20] Tompa P (2009) Structural disorder in amyloid fibrils: its implication in dynamic interactions of proteins. FEBS J 276: 5406-5415. doi: 10.1111/j.1742-4658.2009.07250.x
    [21] Welzel AT, Maggio JE, Shankar GM, et al. (2014) Secreted amyloid beta-proteins in a cell culture model include N-terminally extended peptides that impair synaptic plasticity. Biochemistry 53: 3908-3921. doi: 10.1021/bi5003053
    [22] McGeer PL, McGeer EG (2013) The amyloid cascade-inflammatory hypothesis of Alzheimer disease: implications for therapy. Acta Neuropathologica 126: 479-497. doi: 10.1007/s00401-013-1177-7
    [23] Armstrong RA (2014) A critical analysis of the 'amyloid cascade hypothesis'. Folia Neuropathol.52: 211-225.
    [24] Bemporad F, Chiti F (2012) Protein misfolded oligomers: experimental approaches, mechanism of formation, and structure-toxicity relationships. Chem Biol 19: 315-327. doi: 10.1016/j.chembiol.2012.02.003
    [25] Deniz AA, Mukhopadhyay S, Lemke EA (2008) Single-molecule biophysics: at the interface of biology, physics and chemistry. J R Soc Interface 5: 15-45. doi: 10.1098/rsif.2007.1021
    [26] Wang H, Duennwald ML, Roberts BE, et al. (2008) Direct and selective elimination of specific prions and amyloids by 4,5-dianilinophthalimide and analogs. Proc Natl Acad Sci U S A 105:7159-7164. doi: 10.1073/pnas.0801934105
    [27] Ferreon AC, Gambin Y, Lemke EA, et al. (2009) Interplay of alpha-synuclein binding and conformational switching probed by single-molecule fluorescence. Proc Natl Acad Sci U S A106: 5645-5650.
    [28] Brucale M, Sandal M, Di Maio S, et al. (2009) Pathogenic mutations shift the equilibria of alpha-synuclein single molecules towards structured conformers. Chembiochem 10: 176-183. doi: 10.1002/cbic.200800581
    [29] Sandal M, Valle F, Tessari I, et al. (2008) Conformational equilibria in monomeric alpha-synuclein at the single-molecule level. PLoS Biol 6: e6.
    [30] Straub JE, Thirumalai D (2010) Principles governing oligomer formation in amyloidogenic peptides. Curr Opin Struct Biol 20: 187-195. doi: 10.1016/j.sbi.2009.12.017
    [31] Thirumalai D, Reddy G, Straub JE (2012) Role of water in protein aggregation and amyloid polymorphism. Acc Chem Res 45: 83-92. doi: 10.1021/ar2000869
    [32] Lyubchenko YL (2011) Preparation of DNA and nucleoprotein samples for AFM imaging. Micron 42: 196-206. doi: 10.1016/j.micron.2010.08.011
    [33] Lyubchenko YL, Krasnoslobodtsev AV, Luca S (2012) Fibrillogenesis of huntingtin and other glutamine containing proteins. In: Harris JR, editor. Protein Aggregation and Fibrillogenesis in Cerebral and Systemic Amyloid Disease. 2012/12/12 ed: Springer Netherlands. pp. 225-251.
    [34] Eibl RH, Moy VT (2005) Atomic force microscopy measurements of protein-ligand interactions on living cells. Methods Mol Biol 305: 439-450.
    [35] Lee GU, Chrisey LA, Colton RJ (1994) Direct measurement of the forces between complementary strands of DNA. Science 266: 771-773. doi: 10.1126/science.7973628
    [36] Florin EL, Moy VT, Gaub HE (1994) Adhesion forces between individual ligand-receptor pairs. Science 264: 415-417. doi: 10.1126/science.8153628
    [37] McAllister C, Karymov MA, Kawano Y, et al. (2005) Protein interactions and misfolding analyzed by AFM force spectroscopy. J Mol Biol 354: 1028-1042. doi: 10.1016/j.jmb.2005.10.012
    [38] Kransnoslobodtsev AV, Shlyakhtenko LS, Ukraintsev E, et al. (2005) Nanomedicine and Protein Misfolding Diseases. Nanomedicine 1: 300-305. doi: 10.1016/j.nano.2005.10.005
    [39] Yu J, Lyubchenko YL (2009) Early stages for Parkinson's development: alpha-synuclein misfolding and aggregation. J Neuroimmune Pharmacol 4: 10-16. doi: 10.1007/s11481-008-9115-5
    [40] Yu J, Malkova S, Lyubchenko YL (2008) alpha-Synuclein misfolding: single molecule AFM force spectroscopy study. J Mol Biol 384: 992-1001. doi: 10.1016/j.jmb.2008.10.006
    [41] Lyubchenko YL, Kim BH, Krasnoslobodtsev AV, et al. (2010) Nanoimaging for protein misfolding diseases. Wiley Interdiscip Rev Nanomed Nanobiotechnol 2: 526-543. doi: 10.1002/wnan.102
    [42] Kim BH, Palermo NY, Lovas S, et al. (2011) Single-molecule atomic force microscopy force spectroscopy study of Abeta-40 interactions. Biochemistry 50: 5154-5162. doi: 10.1021/bi200147a
    [43] Kim BH, Lyubchenko YL (2014) Nanoprobing of misfolding and interactions of amyloid beta 42 protein. Nanomedicine 10: 871-878. doi: 10.1016/j.nano.2013.11.016
    [44] Lv Z, Condron MM, Teplow DB, et al. (2013) Nanoprobing of the effect of Cu(2+) cations on misfolding, interaction and aggregation of amyloid beta peptide. J Neuroimmune Pharmacol 8:262-273. doi: 10.1007/s11481-012-9416-6
    [45] Lv Z, Roychaudhuri R, Condron MM, et al. (2013) Mechanism of amyloid beta-protein dimerization determined using single-molecule AFM force spectroscopy. Sci Rep 3: 2880.
    [46] Yu J, Lyubchenko YL (2009) Early stages for Parkinson's development: alpha-synuclein misfolding and aggregation. J Neuroimmune Pharmacol 4: 10-16. doi: 10.1007/s11481-008-9115-5
    [47] Yu J, Malkova S, Lyubchenko YL (2008) alpha-Synuclein misfolding: single molecule AFM force spectroscopy study. J Mol Biol 384: 992-1001. doi: 10.1016/j.jmb.2008.10.006
    [48] Lyubchenko Y, Kim B-H, Krasnoslobodtsev A, et al. (2010) Nanoimaging for protein misfolding diseases. Wiley Interdiscip Rev Nanomed Nanobiotechnol 2:526-543. doi: 10.1002/wnan.102
    [49] Tong Z, Mikheikin A, Krasnoslobodtsev A, et al. (2013) Novel polymer linkers for single molecule AFM force spectroscopy. Methods 60: 161-168. doi: 10.1016/j.ymeth.2013.02.019
    [50] Urbanc B, Betnel M, Cruz L, et al. (2010) Elucidation of amyloid beta-protein oligomerization mechanisms: discrete molecular dynamics study. J Am Chem Soc 132: 4266-4280. doi: 10.1021/ja9096303
    [51] Gu L, Liu C, Guo Z (2013) Structural insights into Abeta42 oligomers using site-directed spin labeling. J Biol Chem 288: 18673-18683. doi: 10.1074/jbc.M113.457739
    [52] Ball KA, Phillips AH, Wemmer DE, et al. (2013) Differences in beta-strand Populations of Monomeric Abeta40 and Abeta42. Biophys J 104: 2714-2724. doi: 10.1016/j.bpj.2013.04.056
    [53] Maji SK, Ogorzalek Loo RR, Inayathullah M, et al. (2009) Amino acid position-specific contributions to amyloid beta-protein oligomerization. J Biol Chem 284: 23580-23591. doi: 10.1074/jbc.M109.038133
    [54] Krasnoslobodtsev AV, Volkov IL, Asiago JM, et al. (2013) alpha-Synuclein Misfolding Assessed with Single Molecule AFM Force Spectroscopy: Effect of Pathogenic Mutations. Biochemistry52: 7377-7386.
    [55] Heise H, Celej MS, Becker S, et al. (2008) Solid-state NMR reveals structural differences between fibrils of wild-type and disease-related A53T mutant alpha-synuclein. J Mol Biol 380:444-450. doi: 10.1016/j.jmb.2008.05.026
    [56] Comellas G, Lemkau LR, Nieuwkoop AJ, et al. (2011) Structured Regions of α-Synuclein Fibrils Include the Early-Onset Parkinson's Disease Mutation Sites. J Mol Biol 411: 881-895. doi: 10.1016/j.jmb.2011.06.026
    [57] Haupt C, Leppert J, Ronicke R, et al. (2012) Structural basis of beta-amyloid-dependent synaptic dysfunctions. Angew Chem Int Ed Engl 51: 1576-1579. doi: 10.1002/anie.201105638
    [58] Yu J, Warnke J, Lyubchenko YL (2011) Nanoprobing of alpha-synuclein misfolding and aggregation with atomic force microscopy. Nanomedicine 7: 146-152. doi: 10.1016/j.nano.2010.08.001
    [59] Krasnoslobodtsev AV, Peng J, Asiago JM, et al. (2012) Effect of spermidine on misfolding and interactions of alpha-synuclein. PloS One 7: e38099. doi: 10.1371/journal.pone.0038099
    [60] Bertoncini CW, Fernandez CO, Griesinger C, et al. (2005) Familial mutants of alpha-synuclein with increased neurotoxicity have a destabilized conformation. J Biol Chem 280: 30649-30652. doi: 10.1074/jbc.C500288200
    [61] Brucale M, Sandal M, Di Maio S, et al. (2009) Pathogenic mutations shift the equilibria of alpha-synuclein single molecules towards structured conformers. Chembiochem 10: 176-183. doi: 10.1002/cbic.200800581
    [62] Losasso V, Pietropaolo A, Zannoni C, et al. (2011) Structural role of compensatory amino acid replacements in the alpha-synuclein protein. Biochemistry 50: 6994-7001. doi: 10.1021/bi2007564
    [63] Roede JR, Uppal K, Park Y, et al. (2013) Serum metabolomics of slow vs. rapid motor progression Parkinson's disease: a pilot study. PloS One 8: e77629.
    [64] Evans E (2001) Probing the relation between force--lifetime--and chemistry in single molecular bonds. Annu Rev Biophys Biomol Struct 30: 105-128. doi: 10.1146/annurev.biophys.30.1.105
    [65] Lv Z, Krasnoslobodtsev AV, Zhang Y, et al. (2015) Direct Detection of alpha-Synuclein Dimerization Dynamics: Single-Molecule Fluorescence Analysis. Biophys J 108: 2038-2047. doi: 10.1016/j.bpj.2015.03.010
    [66] Kim BH, Lyubchenko YL (2013) Nanoprobing of misfolding and interactions of amyloid beta 42 protein. Nanomedicine 10: 871-878.
    [67] Lovas S, Zhang Y, Yu J, et al. (2013) Molecular mechanism of misfolding and aggregation of Abeta(13-23). J Phys Chem B 117: 6175-6186. doi: 10.1021/jp402938p
    [68] Portillo AM, Krasnoslobodtsev AV, Lyubchenko YL (2012) Effect of electrostatics on aggregation of prion protein Sup35 peptide. J Phys Condens Matter 24: 164205. doi: 10.1088/0953-8984/24/16/164205
    [69] Lovas S, Zhang Y, Lyubchenko YL (2012) Insight into Aß misfolding and aggregation. In: Kokotos G, Copnstantinou-Kokotou, V and Matsoukas, J., editor. Peptides 2012. Proceedings of the 32nd European Peptide Symposium ed. Athens, Greece: European Peptide Society, University of Athens, Laboratory of Organic Chemistry. pp. 56-57.
    [70] Tjernberg LO, Tjernberg A, Bark N, et al. (2002) Assembling amyloid fibrils from designed structures containing a significant amyloid beta-peptide fragment. Biochem J 366: 343-351.
    [71] Balbach JJ, Ishii Y, Antzutkin ON, et al. (2000) Amyloid fibril formation by A beta 16-22, a seven-residue fragment of the Alzheimer's beta-amyloid peptide, and structural characterization by solid state NMR. Biochemistry 39: 13748-13759. doi: 10.1021/bi0011330
    [72] Booth DR, Sunde M, Bellotti V, et al. (1997) Instability, unfolding and aggregation of human lysozyme variants underlying amyloid fibrillogenesis. Nature 385: 787-793. doi: 10.1038/385787a0
    [73] Uversky VN (2015) Proteins without unique 3D structures: biotechnological applications of intrinsically unstable/disordered proteins. Biotechnol J 10: 356-366. doi: 10.1002/biot.201400374
    [74] Castillo V, Ventura S (2009) Amyloidogenic regions and interaction surfaces overlap in globular proteins related to conformational diseases. PLoS Comput Biol 5: e1000476. doi: 10.1371/journal.pcbi.1000476
    [75] Lakowicz JR (2006) Principles of Fluorescence Spectroscopy. Singapore: Springer. 954 p.
    [76] Piana S, Klepeis JL, Shaw DE (2014) Assessing the accuracy of physical models used in protein-folding simulations: quantitative evidence from long molecular dynamics simulations. Curr Opin Struct Biol 24: 98-105. doi: 10.1016/j.sbi.2013.12.006
    [77] Basak S, Chattopadhyay K (2014) Studies of protein folding and dynamics using single molecule fluorescence spectroscopy. Phys Chem Chem Phys 16: 11139-11149. doi: 10.1039/c3cp55219e
    [78] Gedeon PC, Thomas JR, Madura JD (2015) Accelerated molecular dynamics and protein conformational change: a theoretical and practical guide using a membrane embedded model neurotransmitter transporter. Methods Mol Biol 1215: 253-287. doi: 10.1007/978-1-4939-1465-4_12
    [79] Ono K, Condron MM, Teplow DB (2009) Structure-neurotoxicity relationships of amyloid beta-protein oligomers. Proc Natl Acad Sci U S A 106: 14745-14750. doi: 10.1073/pnas.0905127106
    [80] Shankar GM, Li S, Mehta TH, et al. (2008) Amyloid-beta protein dimers isolated directly from Alzheimer's brains impair synaptic plasticity and memory. Nat Med 14: 837-842. doi: 10.1038/nm1782
    [81] Shankar GM, Bloodgood BL, Townsend M, et al. (2007) Natural oligomers of the Alzheimer amyloid-beta protein induce reversible synapse loss by modulating an NMDA-type glutamate receptor-dependent signaling pathway. J Neurosci 27: 2866-2875. doi: 10.1523/JNEUROSCI.4970-06.2007
    [82] Yankner BA, Lu T, Loerch P (2008) The aging brain. Annu Rev Pathol 3: 41-66. doi: 10.1146/annurev.pathmechdis.2.010506.092044
    [83] He X, Giurleo JT, Talaga DS (2009) Role of small oligomers on the amyloidogenic aggregation free-energy landscape. J Mol Biol 395: 134-154.
  • This article has been cited by:

    1. Adrian M. Deaconu, Javad Tayyebi, Increasing the Maximum Capacity Path in a Network and Its Application for Improving the Connection Between Two Routers, 2024, 29, 1007-0214, 753, 10.26599/TST.2023.9010055
  • Reader Comments
  • © 2015 the Author(s), licensee AIMS Press. This is an open access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/4.0)
通讯作者: 陈斌, bchen63@163.com
  • 1. 

    沈阳化工大学材料科学与工程学院 沈阳 110142

  1. 本站搜索
  2. 百度学术搜索
  3. 万方数据库搜索
  4. CNKI搜索

Metrics

Article views(8499) PDF downloads(1550) Cited by(13)

Other Articles By Authors

/

DownLoad:  Full-Size Img  PowerPoint
Return
Return

Catalog