Skip to main content
BMC Genomics logoLink to BMC Genomics
. 2008 Mar 20;9(Suppl 1):S7. doi: 10.1186/1471-2164-9-S1-S7

Investigation of transmembrane proteins using a computational approach

Jack Y Yang 1, Mary Qu Yang 2, A Keith Dunker 3, Youping Deng 4,, Xudong Huang 1,
PMCID: PMC2386072  PMID: 18366620

Abstract

Background

An important subfamily of membrane proteins are the transmembrane α-helical proteins, in which the membrane-spanning regions are made up of α-helices. Given the obvious biological and medical significance of these proteins, it is of tremendous practical importance to identify the location of transmembrane segments. The difficulty of inferring the secondary or tertiary structure of transmembrane proteins using experimental techniques has led to a surge of interest in applying techniques from machine learning and bioinformatics to infer secondary structure from primary structure in these proteins. We are therefore interested in determining which physicochemical properties are most useful for discriminating transmembrane segments from non-transmembrane segments in transmembrane proteins, and for discriminating intrinsically unstructured segments from intrinsically structured segments in transmembrane proteins, and in using the results of these investigations to develop classifiers to identify transmembrane segments in transmembrane proteins.

Results

We determined that the most useful properties for discriminating transmembrane segments from non-transmembrane segments and for discriminating intrinsically unstructured segments from intrinsically structured segments in transmembrane proteins were hydropathy, polarity, and flexibility, and used the results of this analysis to construct classifiers to discriminate transmembrane segments from non-transmembrane segments using four classification techniques: two variants of the Self-Organizing Global Ranking algorithm, a decision tree algorithm, and a support vector machine algorithm. All four techniques exhibited good performance, with out-of-sample accuracies of approximately 75%.

Conclusions

Several interesting observations emerged from our study: intrinsically unstructured segments and transmembrane segments tend to have opposite properties; transmembrane proteins appear to be much richer in intrinsically unstructured segments than other proteins; and, in approximately 70% of transmembrane proteins that contain intrinsically unstructured segments, the intrinsically unstructured segments are close to transmembrane segments.

Background

Membrane proteins account for roughly one third of all proteins and play a crucial role in processes such as cell-to-cell signaling, transport of ions across membranes, and energy metabolism [1-3], and are a prime target for therapeutic drugs [2,4-6]. One important subfamily of membrane proteins are the transmembrane proteins, of which there are two main types:

• α-helical proteins, in which the membrane-spanning regions are made up of α-helices, and

• β-barrel proteins, in which the membrane-spanning regions are made up of β-strands.

β-barrel proteins are found mainly in the outer membrane of gram-negative bacteria, and possibly in eukaryotic organelles such as mitochondria, whereas α-helical proteins are found in eukaryotes and the inner membranes of bacteria [7].

Given the obvious biological and medical significance of transmembrane proteins, it is of tremendous practical importance to identify the location of transmembrane segments. There are difficulties with obtaining the three dimensional structure of membrane proteins using experimental techniques:

• Membrane proteins have both a hydrophilic part and a hydrophobic part, and hence are not entirely soluble in either aqueous or organic solvents; this makes them difficult to crystallize, and hence difficult to analyze using X-ray crystallography, which requires crystallization of the sample.

• Membrane proteins tend to denature upon removal from the membrane, making their three-dimensional structure difficult to analyze.

The difficulty of inferring the secondary or tertiary structure of transmembrane proteins using experimental techniques has led to a surge of interest in applying techniques from machine learning and bioinformatics to infer secondary structure from primary structure in these proteins. These include discriminant analysis [8], decision trees [9], neural networks [10-13], support vector machines [14-18], and hidden Markov models [19,20].

Another interesting class of proteins are the intrinsically unstructured proteins, proteins that need not be folded into a particular configuration to carry out their function, existing instead as dynamic ensembles in their native state [21-24]. Intrinsically unstructured proteins have been associated with a wide range of functions including molecular recognition, molecular assembly/disassembly and protein modification [21,22,25].

We are interested in investigating the physicochemical properties of various classes of protein segments. In particular, we are interested in determining which properties are useful for discriminating transmembrane segments from non-transmembrane segments in transmembrane proteins, and for discriminating intrinsically unstructured segments from intrinsically structured segments in transmembrane proteins. We are further interested in any similarities or differences in physicochemical properties across these four classes of segments. We will then apply the results of this analysis to construct classifiers to discriminate transmembrane from non-transmembrane segments in transmembrane proteins.

Results and discussion

Physicochemical properties

We are interested in determining which physicochemical properties are most useful for discriminating transmembrane segments from non-transmembrane segments in transmembrane proteins, and for discriminating intrinsically unstructured segments from intrinsically structured segments in transmembrane proteins. We are further interested in any similarities or differences in physicochemical properties across these four classes of segments.

Certain properties, such as hydropathy and polarity, can be measured in different ways; this results in different scales. We are also interested in determining which scales are the most effective in discriminating transmembrane segments from non-transmembrane segments, and in discriminating intrinsically unstructured from intrinsically structured segments in transmembrane proteins.

Our interest is in properties that can be easily computed given only a sequence of amino acids; we therefore considered properties that depend only on the type of each amino acid in a sequence, including:

• Hydropathy, a measure of the relative hydrophobicity of an amino acid. There are four hydropathy scales in common use – the Kyte-Doolittle [26], Eisenberg-Schwarz-Komaromy-Wall [27], Engelman-Steitz-Goldman [28], and Liu-Deber [29] scales.

• Polarity, a measure of how charge is distributed over an amino acid, affects how amino acids interact, and helps to determine protein structure. There are two polarity scales in common use—the Grantham [30] and the Zimmerman-Eleizer-Simha [31] scales.

• Flexibility, a measure of the amount to which an amino acid residue contributes to the flexibility of a protein.

• Polarizability, a measure of the extent to which positive and negative charge can be separated in the presence of an applied electric field.

• van der Waals volume, a measure of the volume occupied by an amino acid.

• Bulkiness, a measure of the volume occupied by an amino acid, is correlated with hydrophobicity [32].

• Electronic effects, a measure that takes into account steric factors, inductive effects, resonance effects, and field effects [33].

• Helicity, the propensity of an amino acid to contribute to the formation of helical structures in proteins [34].

Given a sequence of amino acids, the “pointwise” property value associated to a particular position in the sequence depends only on which of the 20 amino acids occurs at that position. To increase the robustness of our results, we work with average property values instead of pointwise property values. The average of a given property associated to a particular amino acid A in the sequence is the average of the pointwise property values associated to the amino acids contained in a window of length L centered at A. The effectiveness of each property at discriminating transmembrane from non-transmembrane segments and intrinsically unstructured from intrinsically structured segments was assessed based on two criteria:

(1) For a given property X, the degree to which the class-conditional distributions for the two classes overlap, that is, the degree to which pX (x|class 1) and pX (x|class 2) overlap. The less these two probability distributions overlap, the more easily the two classes can be separated. Knowledge of these probability distributions forms the basis for a Bayesian classifier, which classifies an instance having a value x for property X to “class 1” if and only if

px(x|class1)px(x|class2)>P{class2}P{class1}

where P{class 1} is the probability of observing a class 1 instance and P{class 2} is the probability of observing a class 2 instance. The class-conditional probability distributions for the above properties are plotted in Figures 1,2,3.

Figure 1.

Figure 1

Conditional probability distributions p(x|TM), p(x|Non-TM) (on the left), and p(x|IU), p(x|Non-IU) (on the right), where x is hydropathy, as determined by the Kyte-Doolittle, Eisenberg-Schwarz- Komaromy-Wall, Engelman-Steitz-Goldman, and Liu-Deber scales. TM = transmembrane, IU = intrinsi-cally unstructured. The plots on the left were reproduced with permission from [38].

Figure 2.

Figure 2

Conditional probability distributions p(x|TM), p(x|Non-TM) (on the left), and p(x|IU), p(x|Non-IU) (on the right), where x is, from top to bottom, polarity, as determined by the Grantham and Zimmerman-Eleizer-Simha scales, bulkiness, and flexibility. TM = transmembrane, IU = intrinsically unstructured. The plots on the left were reproduced with permission from [38].

Figure 3.

Figure 3

Conditional probability distributions p(x|TM), p(x|Non-TM) (on the left), and p(x|IU), p(x|Non-IU) (on the right), where x is, from top to bottom, van der Waals volume, polarizability, elec-tronic effects, and helicity. TM = transmembrane, IU = intrinsically unstructured. The plots on the left were reproduced with permission from [38].

(2) The Overlap Ratio, defined in the Methods section, is a numerical measure of the overlap between the conditional probabilities P{class 1|X = x} and P{class 2|X = x}. The smaller the Overlap Ratio, the more easily the two classes can be discriminated.

The Overlap Ratios for discriminating transmembrane from non-transmembrane segments are shown in Table 1, while the Overlap Ratios for discriminating intrinsically unstructured from intrinsically structured segments are shown in Table 2. It turns out that the discriminating power of a given property depends on the length L of the window over which property values are averaged; Overlap Ratios are given in Tables 1 and 2 for all odd values of the window length L between 9 and 31.

Table 1.

Overlap Ratios for discriminating transmembrane segments from non-transmembrane segments in membrane proteins as a function of window length (W.L.).

W.L. HKD HEi HEn HLD PG PZ Bulk. Flex. Elec.
31 0.249 0.221 0.260 0.198 0.249 0.211 0.423 0.294 0.504
29 0.232 0.197 0.241 0.183 0.223 0.223 0.397 0.278 0.499
27 0.231 0.203 0.213 0.194 0.232 0.232 0.412 0.266 0.462
25 0.238 0.198 0.227 0.178 0.215 0.269 0.393 0.269 0.411
23 0.217 0.204 0.219 0.177 0.208 0.233 0.385 0.258 0.434
21 0.209 0.204 0.215 0.166 0.216 0.197 0.370 0.252 0.379
19 0.214 0.222 0.220 0.199 0.224 0.235 0.415 0.259 0.389
17 0.201 0.252 0.218 0.199 0.219 0.206 0.393 0.259 0.442
15 0.191 0.195 0.201 0.214 0.224 0.193 0.356 0.283 0.456
13 0.216 0.203 0.217 0.178 0.203 0.189 0.325 0.283 0.500
11 0.210 0.199 0.228 0.185 0.204 0.168 0.346 0.277 0.493
9 0.231 0.205 0.222 0.200 0.232 0.280 0.396 0.299 0.562

Here HKD, HEi, HEn, HLD indicate the Kyte-Doolittle, Eisenberg-Schwarz-Komaromy-Wall, Engelman-Steitz-Goldman, and Liu-Deber hydropathy scales, respectively, PG, Pz indicate the Grantham and Zimmerman-Eliezer-Simha polarity scales, respectively, Bulk. = bulkiness, Flex. = flexibility, and Elec. = electronic effects.

Reproduced with permission from [38]

Table 2.

Overlap Ratios for discriminating intrinsically unstructured segments from intrinsically structured segments in membrane proteins as a function of window length (W.L.).

W.L. HKD HEi HEn HLD PG PZ Bulk. Flex.
31 0.318 0.163 0.170 0.243 0.220 0.134 0.349 0.227
29 0.221 0.229 0.167 0.249 0.138 0.161 0.351 0.238
27 0.222 0.150 0.164 0.230 0.170 0.142 0.221 0.263
25 0.216 0.234 0.162 0.241 0.175 0.142 0.364 0.272
23 0.253 0.143 0.160 0.253 0.163 0.157 0.238 0.254
21 0.182 0.139 0.144 0.267 0.176 0.159 0.323 0.271
19 0.285 0.142 0.149 0.257 0.172 0.251 0.337 0.291
17 0.290 0.199 0.148 0.266 0.183 0.307 0.353 0.279
15 0.320 0.170 0.155 0.274 0.182 0.183 0.338 0.361
13 0.264 0.180 0.165 0.284 0.194 0.254 0.358 0.340
11 0.310 0.228 0.195 0.281 0.220 0.446 0.345 0.358
9 0.372 0.230 0.226 0.325 0.269 0.251 0.416 0.401

Here HKD, HEi, HEn, HLD indicate the Kyte-Doolittle, Eisenberg-Schwarz-Komaromy-Wall, Engelman-Steitz-Goldman, and Liu-Deber hydropathy scales, respectively, PG, PZ indicate the Grantham and Zimmerman-Eliezer-Simha polarity scales, respectively, Bulk. = bulkiness, and Flex. = flexibility.

Reproduced with permission from [38]

Our conclusions were as follows:

• Whereas all four hydropathy scales can be used for discriminating transmembrane segments for non-transmembrane segments in transmembrane proteins, the Liu-Deber scale is the best scale for this task.

• Whereas all four hydropathy scales can be used for discriminating intrinsically unstructured segments from intrinsically structured segments in transmembrane proteins, the Eisenberg-Schwarz-Komaromy-Wall scale is the best scale for this task.

• Whereas both polarity scales can be used for discriminating transmembrane from non-transmembrane segments and for discriminating intrinsically unstructured from intrinsically structured segments in transmembrane proteins, the Grantham scale is slightly better for these tasks.

• For both classification problems (discriminating transmembrane from non-transmembrane segments and discriminating intrinsically unstructured from intrinsically structured segments), flexibility provided some degree of discriminating power, and bulkiness provided still less; neither property was as effective as hydropathy or polarity at discriminating between the two classes.

• For both classification problems, polarizability, van der Waals volume, electronic effects, and helicity did not discriminate well between the two classes.

Transmembrane segment classifiers

We tested four classification techniques on the problem of discriminating transmembrane segments from non-transmembrane segments in transmembrane proteins:

• C4.5 [35], a decision tree algorithm.

• SVMlight version 6.01 (linear kernel function) [36], a support vector machine algorithm.

• Two variants of the Self-Organizing Global Ranking (SOGR) algorithm [37], SOGR-I [38,39] and SOGR-IB [38,39], which are described in detail in the Methods section. These algorithms depend on a number of parameters: the length L of the window used to extract features, the number of neurons m, the learning rate ηt, and the neighborhood size R. The performance of these algorithms depends on the choice of these parameters: For example, the performance of the SOGR-I algorithm as a function of the length of the window used to extract features is shown in Figure 4. Based on a series of experiments, we settled on feature window length L of 10, a network size m of 16 neurons, a fixed learning rate ηt of .05, and a neighborhood size R of 2. Since the length of the window used to extract features was chosen to maximize the performance of the SOGR-I algorithm, the results will be slightly biased in favor of the SOGR-I and SOGR-IB algorithms.

Figure 4.

Figure 4

Performance of the SOGR-I classifier as a function of the length of the window used to extract features, based on threefold cross-validation (fixed learning rate ηt = .05, neighborhood size R = 2, number of neurons = 16). Reproduced with permission from [38].

Designing a classifier also involves selecting the features that are most useful for the problem of interest. Based on our investigations of physicochemical properties, we based the classification on three features:

• Hydropathy (Liu-Deber scale)

• Polarity (Grantham scale)

• Flexibility

The performance of the above four classification techniques under ten-fold cross-validation when hydropathy (Liu-Deber scale), polarity (Grantham scale), and flexibility are used as features is shown in Table 3, while the performance when only polarity (Grantham scale) and flexibility are used as features is shown in Table 4. It is interesting that performance drops only slightly when two features are used instead of three. All four classifiers exhibited good performance, with out-of-sample accuracies of approximately 75%. While this may seem low, the substantial overlap of the transmembrane and non-transmembrane classes seen in Figures 1,2,3 makes this a nontrivial classification problem. Filtering strategies can be used to improve the performance of these classifiers [38,39].

Table 3.

Accuracy of discriminating transmembrane segments from non-transmembrane segments in trans-membrane proteins using the SOGR-I and SOGR-IB classifiers, a decision tree classifier (C4.5), and a support vector machine classifier (SVMlight version 6.01), based on ten-fold cross-validation. Three features were used, namely hydropathy (Liu-Deber scale), polarity (Grantham scale), and flexibility.

C4.5
Fold SOGR-I SOGR-IB Before Pruning After Pruning SVM
1 72.2311 72.2311 72.4960 72.5490 72.9730
2 69.0476 67.1733 67.8318 67.6798 67.3252
3 77.1277 76.9149 77.5532 77.6596 77.7660
4 81.8913 84.5875 83.7827 83.7827 83.4608
5 79.3146 78.4889 78.3237 78.4476 78.1586
6 81.4600 83.6230 82.8119 83.1595 82.0780
7 75.9410 76.8266 75.6458 75.9410 76.3100
8 78.3488 79.2783 79.8797 79.9891 79.2783
9 64.1365 65.0418 64.5543 64.5543 64.7632
10 67.2325 65.6089 66.8635 67.0111 67.6753
Mean 74.7 75.0 75.0 75.1 75.0
Std. dev. 6.2 7.2 6.8 6.8 6.5

Reproduced with permission from [38]

Table 4.

Accuracy of discriminating transmembrane segments from non-transmembrane segments in trans-membrane proteins using the SOGR-I and SOGR-IB classifiers, a decision tree classifier (C4.5), and a support vector machine classifier (SVMlight version 6.01), based on ten-fold cross-validation. Two features were used, namely polarity (Grantham scale) and flexibility.

C4.5
Fold SOGR-I SOGR-IB Before Pruning After Pruning SVM
1 71.7541 72.0721 72.3900 72.6020 72.6550
2 65.1469 65.8561 66.1601 66.1601 67.0719
3 77.1277 78.4043 76.3830 77.5532 77.4468
4 83.0986 85.0302 83.7827 83.7827 83.0181
5 77.2502 77.6631 76.4244 76.4244 79.1082
6 81.9235 83.2368 82.8505 82.8119 82.1166
7 75.5720 76.6052 75.7934 75.8672 75.9410
8 79.4423 79.4423 79.7704 79.4970 79.4423
9 64.1365 64.3454 64.2061 64.2061 64.4150
10 67.4539 67.5277 67.0849 67.0849 67.0849
Mean 74.3 75.0 74.5 74.6 74.8
Std. dev. 6.8 7.2 6.9 6.9 6.7

Reproduced with permission from [38]

Conclusions

We determined that the most useful properties for discriminating transmembrane segments from non-transmembrane segments and for discriminating intrinsically unstructured segments from intrinsically structured segments in transmembrane proteins were hydropathy, polarity, and flexibility, and based on these properties, constructed a number of classifiers to identify transmembrane segments with an out-of-sample accuracy of approximately 75%. Several interesting observations emerged from our study:

• Intrinsically unstructured segments and transmembrane segments tend to have opposite properties, as summarized in Table 5. For example, unstructured segments tended to have a low hydropathy value, whereas transmembrane segments tended to have a high hydropathy value. These results are in agreement with previous work that found that transmembrane segments tend to be more hydrophobic than non-transmembrane segments, due to the fact that transmembrane α-helices require a stretch of 12-35 hydrophobic amino acids to span the hydrophobic region inside the membrane [26].

Table 5.

Tendencies of various properties for tranmembrane (TM) and intrinsically unstructured (IU) segments.

Segment Type
Property TM IU
Hydropathy High Low
Polarity Low High
Bulkiness High Low
Flexibility Low High
Electronic effects High Low

Reproduced with permission from [38]

• Transmembrane proteins appear to be much richer in intrinsically unstructured segments than other proteins; about 70% of transmembrane proteins contain intrinsically unstructured regions, as compared to about 35% of other proteins.

• In approximately 70% of transmembrane proteins that contain intrinsically unstructured segments, the intrinsically unstructured segments are close to transmembrane segments.

These observations may provide insight into the structural and functional roles that intrinsically unstructured segments play in membrane proteins, and may also aid in the identification of intrinsically unstructured and transmembrane segments from primary protein structure.

Methods

Physicochemical properties

The Overlap Ratio, a quantitative measure of how well two classes (referred to generically as “class 1” and “class 2”) can be discriminated based on a property X, was calculated as follows.

1. We construct a graph such that:

(a) The horizontal axis corresponds to the property X. We divide this axis into bins.

(b) The y-value associated with the bin corresponding to X values between x and x + ∈ is the fraction of all instances in the training set that belong to class 1 and have a value for the feature X in the range [x, x + ∈), where ∈ > 0 is small.

The graph represents an approximation to the function P{class 1|X = x}. We define the complementary function P{class 2|X = x}using

P{class 2|X=x}=1P{class 1|X=x}

2. Let

f1(x)P{class 1|X=x}f2(x)P{class 2|X=x}

Then the Overlap Ratio is then defined as:

overlap Ratio=Area under both f1(x) and f2(x)Area under  f1(x)+ Area under f2(x)

The smaller the Overlap Ratio, the more easily the two classes can be discriminated.

The SOGR-I and SOGR-IB classification algorithms

Overview

The Self-Organizing Global Ranking (SOGR) algorithm [37] was inspired by Kohonen's Self-Organizing Map (SOM) algorithm [40]. In the SOM algorithm, each neuron has associated with it a topological neighborhood, and the algorithm is such that neighboring neurons in the topological space tend to arrange themselves over time into a grid in feature space that mimics the neighborhood structure in the topological space. The SOGR algorithm differs from the SOM algorithm by dropping the topological neighborhood and replacing it with the concept of a global neighborhood generated by ranking. We consider two variants of the SOGR algorithm:

• The first variant, SOGR-I [38,39], modifies the initialization scheme of SOGR.

• The second variant, SOGR-IB [38,39] (“B” stands for “Batch update”), removes the dependence on the order in which instances are presented by only updating the weights after each cycle, where a cycle involves presenting the entire training set to the network, one instance at a time. This variant also uses the modified initialization procedure described above.

Before we describe the above modifications in detail, we describe the SOGR algorithm itself.

The SOGR classification algorithm

We assume that m neurons are used; each neuron j has a weight vector Wj (t), where t represents time. Let the initial position of neuron j at time t = 0 be Wj (0), and assume that the training set consists of instances (xi, yi), i = 1, … , n, where the xi are feature vectors, and yi denotes the class of an instance.

1. Initialization: Choose initial positions Wj (0) in feature space for the m neurons by assigning the neurons random positions in feature space.

2. Present the instances in the training set to the network, one at a time. As each instance is presented to the network, the time index t is increased by 1. For each instance (xi, yi) in the training set, the positions of one or more neurons are adjusted as follows:

Identifying Winning Neurons: Find the R closest neurons to the feature vector xi, that is, find the R neurons with the smallest value of xiWj(t). These R neurons constitute the “neighborhood” of the input vector. Let Γ be the set of indices of the R winning neurons.

Updating Weights: Adjust the positions of each of the R winning neurons using the update rule

Wj(t+1)=Wj(t)+ηt(xiWj(t))

where j ∈ Γ and ηt is the learning rate. The learning rate is chosen to decrease with time in order to force convergence of the algorithm. In [37] it is suggested that the learning rate be decreased at an exponential rate, and that it should be smaller for larger neighborhood sizes R.

3. Assigning Classes to Neurons: Associated with each neuron j is a count of the number of instances belonging to each class that are closer to neuron j than any other neuron. This count is calculated as follows:

• For each neuron, initialize the counts to zero.

• For each instance (xi, yi) in the training set, find the closest neuron to the feature vector xi, that is, find the neuron with the index j*, where

j*=arg minj||xiWj(t)||

and increment the count in neuron j* corresponding to class yi by 1.

• After all instances in the training set have been considered, each neuron is assigned to the class corresponding to the largest count for that neuron.

After the training process has been completed, a test instance can be classified by assigning it the class label of the nearest neuron.

The SOGR-I classification algorithm

The first variant, SOGR-I [38,39], modifies the initialization scheme of SOGR. Specifically, assume that the feature space is d dimensional, so that the feature vectors xi belong to d. For each feature k, we find the largest and smallest value of that feature over the entire training set, which are respectively Lk and Uk:

Lk=minixikUk=minixik

where xik is the kth element of the feature vector xi. Then the initial positions of the m neurons are chosen as:

Wjk(0)=Lk+j1m1(UkLk)j=1,,mk=1,,d

Thus the m neurons are evenly distributed along the line connecting (L1, L2, … Ld) to (U1, U2, … Ud). This approach has several advantages over other initialization methods:

• It guarantees that the neurons will be in some sense evenly distributed throughout the feature space. Random initialization, on the other hand, does not guarantee this. If one has a large feature space, say of 60 dimensions, and comparatively few neurons, say 50, then with random initialization those neurons will with high probability not be evenly distributed throughout the feature space.

• Even a small number of neurons can be used to populate the feature space. If we consider an alternate initialization procedure in which one populates the feature space with a d-dimensional grid of neurons, and there are q grid points along each feature space axis, then the total number of neurons required to populate this grid is qd. For example, if q = 3 and the feature space has 60 dimensions, then the number of neurons required is

qd=3604.239×1028

which is clearly infeasible.

The SOGR-IB classification algorithm

The second variant, SOGR-IB [38,39], addresses two problems with the original SOGR algorithm:

• The SOGR algorithm updates the weights after each new instance is presented to the network; as a result, the neuron trajectories can oscillate wildly.

• The SOGR algorithm specifies that the learning rate should be decreased during the course of training, for example at an exponential rate. The problem is that if the learning rate is decreased too rapidly, then the neurons may get stuck before they have reached their optimal positions.

SOGR-IB (“B” stands for “Batch update”) addresses these problems in two ways:

• It uses a “batch update” strategy for updating the positions of the neurons in feature space. This eliminates the dependence of the results on the order in which instances are presented to the network, and also stabilizes the trajectories of the neurons.

• The batch update strategy allows the use of a fixed, but small, learning rate ηt, which eliminates the problem of the weights getting stuck because the learning rate ηt was decreased too quickly.

The SOGR-IB algorithm is described below:

1. Initialization: Choose initial positions Wj(0) in feature space for the m neurons using the SOGR-I initialization strategy. Set t = 0.

2. Repeat the following until the “energy” defined by

Q(t)=12nRinstances ineurons jmijxiWj(t)2

does not reach a new minimum over a number of iterations through the training set, where n is the number of training instances, R is the number of neurons neighboring a given training instance that will be updated, and for each instance (xi, yi) in the training set, mij = 1 for neurons j that are one of the R closest neurons to the feature vector xi, and mij = 0 for all other neurons j. After each pass through the training set, the time index t is incremented by 1.

(a) Let Zj be the “accumulator” corresponding to neuron j. Initialize Zj to 0 for all neurons j.

(b) Present the instances (xi, yi) in the training set to the network, one at a time. After each instance is presented, the “accumulators” are updated as follows:

Identifying Winning Neurons: Find the R closest neurons to the feature vector xi, that is, find the R neurons with the smallest value of xiWj(t). These R neurons constitute the “neighborhood” of the input vector. Let Γ be the set of indices of the R winning neurons.

Updating Accumulators: Adjust the accumulators corresponding to each of the R closest neurons using the update rule

Zj=Zj+1nRηt(xiW(t))

where j ∈ Γ and ηt is the learning rate.

(c). Updating Neurons: After all instances in the training set have been presented to the network, update the weights for each neuron j using the rule:

Wj(t+1)=Wj(t)+Zj

where n is the number of instances in the training set.

3. Assigning Classes to Neurons: Same as Step 3 in the SOGR algorithm above.

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

JYY conceived of the project; MQY and JYY contributed ideas to the project; MQY designed the project; MQY performed the experiments and analyses, and wrote the manuscript; AKD, YPD and XH contributed suggestions.

Acknowledgments

Acknowledgements

We are indebted to Dr. Okan K. Ersoy of Purdue University, and Dr. Albert Overhauser of Purdue University for helpful discussions. Dr. Craig W. Codrington contributed ideas to the project, helped MQY perform the experiments and analyses, and helped MQY write the manuscript.

This article has been published as part of BMC Genomics Volume 9 Supplement 1, 2008: The 2007 International Conference on Bioinformatics & Computational Biology (BIOCOMP'07). The full contents of the supplement are available online at http://www.biomedcentral.com/1471-2164/9?issue=S1.

Contributor Information

Jack Y Yang, Email: jyang@bwh.harvard.edu.

Mary Qu Yang, Email: yangma@mail.nih.gov.

A Keith Dunker, Email: kedunker@iupui.edu.

Youping Deng, Email: youping.deng@usm.edu.

Xudong Huang, Email: xhuang3@partners.org.

References

  1. Chapman R, Sidrauski C, Walter P. Intracellular signaling from the endoplasmic reticulum to the nucleus. Annu Rev Cell Dev Biol. 1998;14:459–485. doi: 10.1146/annurev.cellbio.14.1.459. [DOI] [PubMed] [Google Scholar]
  2. Chen CP, Rost B. State-of-the-art in membrane protein prediction. Appl Bioinformatics. 2002;1:21–35. [PubMed] [Google Scholar]
  3. Soltys BJ, Gupta RS. Mitochondrial proteins at unexpected cellular locations: export of proteins from mitochondria from an evolutionary perspective. Int Rev Cytol. 2000;194:133–196. doi: 10.1016/s0074-7696(08)62396-7. [DOI] [PubMed] [Google Scholar]
  4. Gudermann T, Nurnberg B, Schultz G. Receptors and G proteins as primary components of transmembrane signal transduction. Part 1. G-protein-coupled receptors: structure and function. J Mol Med. 1995;73:51–63. doi: 10.1007/BF00270578. [DOI] [PubMed] [Google Scholar]
  5. Heusser C, Jardieu P. Therapeutic potential of anti-IgE antibodies. Curr Opin Immunol. 1997;9:805–813. doi: 10.1016/S0952-7915(97)80182-3. [DOI] [PubMed] [Google Scholar]
  6. Saragovi HU, Gehring K. Development of pharmacological agents for targeting neurotrophins and their receptors. Trends Pharmacol Sci. 2000;21:93–98. doi: 10.1016/S0165-6147(99)01444-3. [DOI] [PubMed] [Google Scholar]
  7. Bagos PG, Liakopoulos TD, Hamodrakas SJ. Evaluation of methods for predicting the topology of β-barrel outer membrane proteins and a consensus prediction method. BMC Bioinformatics. 2005;6:7. doi: 10.1186/1471-2105-6-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
  8. Moriyama EN, Kim J. Protein family classification with discriminant function analysis. In: Edited by Gustafson JP, Shoemaker R, Snape JW, editor. Genome Exploitation: Data Mining the Genome. New York: Springer; 2005. [Google Scholar]
  9. Shimozono S, Shinohara A, Shinohara T, Miyano S, Kuhara S, Arikawa S. Knowledge Acquisition from Amino Acid Sequences by Machine Learning System BONSAI. Trans Information Processing Society of Japan. 1994;35:2009–2018. [ http://citeseer.ist.psu.edu/108119.html] [Google Scholar]
  10. Casadio R, Fariselli P, Taroni C, Compiani M. A predictor of transmembraneα-helix domains of proteins based on neural networks. European Biophysics Journal. 1996;24:165–178. doi: 10.1007/BF00180274. [ http://dx.doi.org/10.1007/BF00180274] [DOI] [PubMed] [Google Scholar]
  11. Dombi GW, Lawrence J. Analysis of protein transmembrane helical regions by a neural network. Protein Science. 1994;3:557–566. doi: 10.1002/pro.5560030404. [ http://www.proteinscience.org/cgi/content/abstract/3/4/557] [DOI] [PMC free article] [PubMed] [Google Scholar]
  12. Lohmann R, Schneider G, Behrens D, Wrede P. A neural network model for the prediction of membrane-spanning amino acid sequences. Protein Science. 1994;3:1597–1601. doi: 10.1002/pro.5560030924. [ http://www.proteinscience.org/cgi/content/abstract/3/9/1597] [DOI] [PMC free article] [PubMed] [Google Scholar]
  13. Rost B, Casadio R, Fariselli P, Sander C. Transmembrane helices predicted at 95% accuracy. Protein Science. 1995;4:521–533. doi: 10.1002/pro.5560040318. [ http://www.proteinscience.org/cgi/content/abstract/4/3/521] [DOI] [PMC free article] [PubMed] [Google Scholar]
  14. Cai YD, Zhou GP, Chou KC. Support Vector Machines for Predicting Membrane Protein Types by Using Functional Domain Composition. Biophysical Journal. 2003;84:3257–3263. doi: 10.1016/S0006-3495(03)70050-2. [ http://www.biophysj.org/cgi/content/abstract/84/5/3257] [DOI] [PMC free article] [PubMed] [Google Scholar]
  15. Lin HH, Han LY, Cai CZ, Ji ZL, Chen YZ. Prediction of transporter family from protein sequence by support vector machine approach. Proteins. 2006;62:218–231. doi: 10.1002/prot.20605. [ http://dx.doi.org/10.1002/prot.20605] [DOI] [PubMed] [Google Scholar]
  16. Natt NK, Kaur H, Raghava GPS. Prediction of transmembrane regions ofβ-barrel proteins using ANN- and SVM-based methods. Proteins. 2004;56:11–18. doi: 10.1002/prot.20092. [DOI] [PubMed] [Google Scholar]
  17. Park KJ, Gromiha MM, Horton P, Suwa M. Discrimination of outer membrane proteins using support vector machines. Bioinformatics. 2005;21:4223–4229. doi: 10.1093/bioinformatics/bti697. [DOI] [PubMed] [Google Scholar]
  18. Yuan Z, Mattick JS, Teasdale RD. SVMtm: Support vector machines to predict transmembrane segments. Journal of Computational Chemistry. 2004;25:632–636. doi: 10.1002/jcc.10411. [ http://dx.doi.org/10.1002/jcc.10411] [DOI] [PubMed] [Google Scholar]
  19. Sonnhammer ELL, von Heijne G, Krogh A. Proceedings of the 6th International Conference on Intelligent Systems for Molecular Biology (ISMB) Menlo Park, CA: AAAI Press; 1998. A hidden Markov model for predicting transmembrane helices in protein sequences; pp. 175–182. [ http://citeseer.ist.psu.edu/sonnhammer98hidden.html] [PubMed] [Google Scholar]
  20. Viklund H, Elofsson A. Bestα-helical transmembrane protein topology predictions are achieved using hidden Markov models and evolutionary information. Protein Science. 2004;13:1908–1917. doi: 10.1110/ps.04625404. [ http://www.proteinscience.org/cgi/content/abstract/13/7/1908] [DOI] [PMC free article] [PubMed] [Google Scholar]
  21. Radivojac P, Obradovic Z, Smith DK, Zhu G, Vucetic S, Brown CJ, Lawson JD, Dunker AK. Protein flexibility and intrinsic disorder. Protein Science. 2004;13:71–80. doi: 10.1110/ps.03128904. [DOI] [PMC free article] [PubMed] [Google Scholar]
  22. Peng K, Vucetic S, Radivojac P, Brown CJ, Dunker AK, Obradovic Z. Optimizing Long Intrinsic Disorder Predictors with Protein Evolutionary Information. J Bioinform Comput Biol. 2005;3:35–60. doi: 10.1142/S0219720005000886. [DOI] [PubMed] [Google Scholar]
  23. Iakoucheva LM, Radivojac P, Brown CJ, O'Connor TR, Sikes JG, Obradovic Z, Dunker AK. The importance of intrinsic disorder for protein phosphorylation. Nucleic Acids Res. 2004;32:1037–1049. doi: 10.1093/nar/gkh253. [DOI] [PMC free article] [PubMed] [Google Scholar]
  24. Romero P, Dunker AK. Intelligent Data Analysis for Protein Disorder Prediction. Artificial Intelligence Review. 2000. p. 14.
  25. Dunker AK, Obradovic Z. The protein trinity–linking function and disorder. Nature Biotechnology. 2001;19:805–806. doi: 10.1038/nbt0901-805. [DOI] [PubMed] [Google Scholar]
  26. Kyte J, Doolittle R. A simple method for displaying the hydropathic character of a protein. J Mol Biol. 1982;157:105–132. doi: 10.1016/0022-2836(82)90515-0. [DOI] [PubMed] [Google Scholar]
  27. Eisenberg D, Schwarz E, Komaromy M, Wall R. Analysis of membrane and surface protein sequences with the hydrophobic moment plot. Journal of Molecular Biology. 1984;179:125–142. doi: 10.1016/0022-2836(84)90309-7. [DOI] [PubMed] [Google Scholar]
  28. Engelman DM, Steitz TA, Goldman A. Identifying nonpolar transbilayer helices in amino acid sequences of membrane proteins. Annu Rev Biophys Biophys Chem. 1986;15:321–353. doi: 10.1146/annurev.bb.15.060186.001541. [DOI] [PubMed] [Google Scholar]
  29. Liu LP, Deber CM. Guidelines for membrane protein engineering derived from de novo designed model peptides. Biopolymers (Peptide Science) 1998;5:41–62. doi: 10.1002/(SICI)1097-0282(1998)47:1<41::AID-BIP6>3.0.CO;2-X. [DOI] [PubMed] [Google Scholar]
  30. Grantham R. Amino acid difference formula to help explain protein evolution. Science. 1974;185:862–864. doi: 10.1126/science.185.4154.862. [DOI] [PubMed] [Google Scholar]
  31. Zimmerman JM, Eliezer N, Simha R. The characterization of amino acid sequences in proteins by statistical methods. J Theor Biol. 1968;21:170–201. doi: 10.1016/0022-5193(68)90069-6. [DOI] [PubMed] [Google Scholar]
  32. Ortolani F, Raspanti M, Marchini M. Correlations between amino acid hydrophobicity scales and stain exclusion capacity of type 1 collagen fibrils. J Electron Microscopy. 1994;43:32–8. [PubMed] [Google Scholar]
  33. Dwyer DS. Electronic properties of amino acid side chains: quantum mechanics calculation of substituent effects. BMC Chemical Biology. 2005;5:1–11. doi: 10.1186/1472-6769-5-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
  34. Liu LP, Deber CM. Uncoupling Hydrophobicity and Helicity in Transmembrane Segments. J Biol Chem. 1998;273:23645–23648. doi: 10.1074/jbc.273.37.23645. [ http://www.jbc.org/cgi/content/abstract/273/37/23645] [DOI] [PubMed] [Google Scholar]
  35. Quinlan JR. C4.5: Programs for Machine Learning. San Francisco: Morgan Kaufmann; 1993. [Google Scholar]
  36. Joachims T. Making large-Scale SVM Learning Practical. In: Edited by Schölkopf B, Burges C, Smola A, editor. Advances in Kernel Methods – Support Vector Learning. MIT Press; 1999. [Google Scholar]
  37. Saglam MI, Ersoy O, Erer I. Self-Organizing Global Ranking Algorithm and its Applications. In Intelligent Engineering Systems Through Artificial Neural Networks, Volume 14. 2004. pp. 893–898.
  38. Yang MQX, Yang JY, Codrington CW. Identification of Transmembrane Proteins Using Variants of the Self-Organizing Feature Map Algorithm. In: Edited by Pan Y, Hu X, editor. Knowledge Discovery in Bioinformatics: Techniques, Methods and Applications. John Wiley & Sons; 2006. [Google Scholar]
  39. Yang MQX. PhD thesis. Purdue University, West Lafayette, Indiana; 2005. Predicting Protein Structure and Function Using Machine Learning Methods. [Google Scholar]
  40. Kohonen T. Self-organizing formation of topologically correct feature maps. Biological Cybernetics. 1982;43:59–69. doi: 10.1007/BF00337288. [DOI] [Google Scholar]

Articles from BMC Genomics are provided here courtesy of BMC

RESOURCES