Next Article in Journal
Food Safety Issues in the Oltrepò Pavese Area: A SERS Sensing Perspective
Previous Article in Journal
Modeling and Optimization of Connected and Automated Vehicle Platooning Cooperative Control with Measurement Errors
Previous Article in Special Issue
Deep-Learning-Aided Evaluation of Spondylolysis Imaged with Ultrashort Echo Time Magnetic Resonance Imaging
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Dual-Signal Feature Spaces Map Protein Subcellular Locations Based on Immunohistochemistry Image and Protein Sequence

1
School of Communications and Electronics, Jiangxi Science and Technology Normal University, Nanchang 330038, China
2
School of Computer Science and Technology, Huazhong University of Science and Technology, Wuhan 430074, China
3
Artificial Intelligence and Bioinformation Cognition Laboratory, Jiangxi Science and Technology Normal University, Nanchang 330038, China
*
Author to whom correspondence should be addressed.
Sensors 2023, 23(22), 9014; https://doi.org/10.3390/s23229014
Submission received: 2 September 2023 / Revised: 29 October 2023 / Accepted: 1 November 2023 / Published: 7 November 2023
(This article belongs to the Special Issue Multi-Modal Data Sensing and Processing)

Abstract

:
Protein is one of the primary biochemical macromolecular regulators in the compartmental cellular structure, and the subcellular locations of proteins can therefore provide information on the function of subcellular structures and physiological environments. Recently, data-driven systems have been developed to predict the subcellular location of proteins based on protein sequence, immunohistochemistry (IHC) images, or immunofluorescence (IF) images. However, the research on the fusion of multiple protein signals has received little attention. In this study, we developed a dual-signal computational protocol by incorporating IHC images into protein sequences to learn protein subcellular localization. Three major steps can be summarized as follows in this protocol: first, a benchmark database that includes 281 proteins sorted out from 4722 proteins of the Human Protein Atlas (HPA) and Swiss-Prot database, which is involved in the endoplasmic reticulum (ER), Golgi apparatus, cytosol, and nucleoplasm; second, discriminative feature operators were first employed to quantitate protein image-sequence samples that include IHC images and protein sequence; finally, the feature subspace of different protein signals is absorbed to construct multiple sub-classifiers via dimensionality reduction and binary relevance (BR), and multiple confidence derived from multiple sub-classifiers is adopted to decide subcellular location by the centralized voting mechanism at the decision layer. The experimental results indicated that the dual-signal model embedded IHC images and protein sequences outperformed the single-signal models with accuracy, precision, and recall of 75.41%, 80.38%, and 74.38%, respectively. It is enlightening for further research on protein subcellular location prediction under multi-signal fusion of protein.

1. Introduction

Subcellular proteomics emerged as a unique area of proteomics in eukaryotic cells with the advent of organelle separation technology and proteomics technology, which are conducive to analyzing protein composition, determining the role of subcellular structures, and researching physiological or pathological environments [1,2]. In compartmentalized cellular structures, proteins appear in the right subcellular neighborhoods and execute biochemical processes or biological functions [2]. Moreover, aberrant locations of proteins have been linked to many pathological conditions, such as breast cancer, and it provides clues for comprehending protein function and designing cancer drug-targets [3,4]. Therefore, predicting protein subcellular location has attracted wide attention, and the automated systems would address the shortcomings of being time- and labor-consuming compared with various traditional wet-experiment approaches [5].
Automated classification models for predicting protein subcellular locations have been around for a while. They were divided into two groups based on various protein patterns: one is based on protein sequence assembled by 1D amino acid; the other is directed to 2D microscopic images. Both categories work on the workflow of three-step pipelines: data preprocessing, extracting discriminative features that distinguish protein subcellular location, and applying an effective classifier to fit data distribution [6].
One major pipeline in the sequence-based method is that discriminative features were extracted to explore the correlation of 20 natural amino acids between similar protein sequences, including hand-crafted features based on traditional statistical algorithms and abstract features from representation learning. Some feature extraction methods based on the composition of amino acids were defined to express correlation between amino acids: such as k-mer frequencies, Position-Specific Scoring Matrix (PSSM), and Pseudo-Amino Acid Composition (PseAAC) [7,8,9]. On the other hand, the peptide-based and annotation-based features were also introduced to search for homologous proteins or fitting protein subcellular location distributions, such as sorting signals, functional domains, sequence motifs, and the gene ontology (GO) terms [10,11,12,13,14]. Benefitting from previous works, subsequent scientists proposed more effective feature extraction algorithms. Specifically, the functional domain information and the sequential evolution information were fused to construct ensemble predictor by Shen et al. [15]. In Guo et al., a fusion feature space consisting of PseAAC and PSSM was fed into a feature–label matrix to recognize multi-label protein samples [16]. A novel representation protocol named Hidden Correlation Modeling (HCM) was utilized to create more compact features by exploring hidden correlations between GO annotation terms [17]. The dipeptide information with the blank space, coupled with the gapped k-mer information, was calculated to describe protein properties by quad-tree [18]. In addition, as deep learning advanced, a sequence-based deep-learning approach was proposed, which combines text information from amino acid components and deep-learning models. For instance, attention mechanism and a Convolution Neural Network (CNN) were employed to identify motif information of protein sequence in Armenteros et al.; then, the Recurrent Neural Networks (RNNs) can be viewed as a trainable encoder to map a convincing category space [19]. In Liao et al., bidirectional Long–Short-Term Memory (LSTM) and CNN were used to refine amino acid composition sequences and evolution matrices of proteins; next, the outputs from two deep-learning models mentioned previously were concatenated and flattened to one-dimensional classification array [20]. Following that, systems built using representation learning and post-process hybrid classifier algorithms have been created to enhance the bias of positive samples [21,22]. The above sequence-based models were successful in acting on various scenarios and valuable in laying the foundation for subsequent research, while 2D microscope images steadily gain attention due to their objectivity and impressive interpretation.
Two-dimensional microscopic images have grown in popularity with the advent of microscopic technology since they can show the spatial distribution of proteins in various tissues [23]. Similar to the research protocol of sequence-based models, image-based models based on digital image-processing technologies and machine-learning algorithms have been developed to analyze subcellular patterns of protein. At present, immunohistochemistry (IHC) and immunofluorescence (IF) images have been used as mainstream research objects. The Subcellular Location Features (SLFs) included morphological features, Zernike moment features, Haralick texture features, and wavelet features, which were employed to quantitatively express statistical characteristics of protein subcellular location distribution [24,25]. It represents digital information of a global view on microscope images, such as Zernike moment features showing translation rotation invariance, Haralick features following Gray-Level Co-occurrence Matrix (GLCM) in various orientations, and DNA spatial distribution conveys overlapping and distance in protein and nuclear [26,27]. In addition to this, Local Binary Pattern (LBP), Local Ternary Pattern (LTP), Local Quinary Pattern (LQP), and other local operators portray local texture, edge, and other structure information [28,29,30]. Additionally, a monogenic signal based on the Log-Gabor filter and intensity coding strategy in frequency space was adopted to avoid the sparse problem of protein subcellular image [31]. Some deep features from deep-learning models were extracted to depict protein images as deep-learning flourishes in natural images, such as abstract features, abstract morphology, and region contour. To improve supervisory efficacy of protein microscopic images, feature fusion that links shallow and abstract features was implemented [32,33,34]. And further down the line, plentiful deep-learning algorithms, such as image attention mechanism, transfer learning, and other classical algorithms, were introduced to analyze subcellular location patterns of proteins [35,36,37,38,39]. Previous studies have made great contributions based on various protein patterns, such as protein sequence, IHC images, and IF images. However, few multi-signal fusion methods received attention due to label inconsistencies and differences in quantitative representations of different protein patterns [40,41,42].
In this paper, we reported a dual-signal fusion system for predicting protein subcellular location by incorporating IHC images into protein sequences, and some key points can be summarized as follows. An important point of all is that a benchmark dataset with a common subcellular location of protein was collected and generalized as the experimental objects from the HPA and Swiss-Prot database. Then, several classical feature operators were employed to quantify IHC images and protein sequences, and abstract features derived from deep-learning models were extracted to depict IHC images. Finally, feature spaces from the mentioned dual signal were applied to build multiple sub-classifiers, and the decision label was generated using a centralized voting mechanism. From the experimental results, the dual-signal fusion method based on protein sequence and IHC images can reach 75.41%, 80.38%, and 74.38% in accuracy, precision, and recall, respectively. It outperforms other single-signal models. Furthermore, it also serves as a reasonable reference for subsequent multi-signal studies.

2. Materials and Methods

2.1. The Benchmark Dataset

Appropriate datasets in the machine-learning models would yield significant influence. In this work, the Human Protein Atlas (https://www.proteinatlas.org/, accessed on 4 May 2022) database was adopted to collect IHC images under tissue cell types according to data criteria. Specifically, there are two criteria for filtering IHC images, i.e., the protein expression level presents the staining level of the protein channel, and the reliability score judged the reliability level for the subcellular localization annotation of protein. Beyond that, the Swiss-Prot database in Universal Protein Resource (https://www.uniprot.org/, UniProt, accessed on 11 May 2022) was used to collect the protein sequence dataset. The 4722 proteins involved in nine major subcellular locations contained centrosome, endoplasmic reticulum (ER), Golgi apparatus (Golgi), mitochondria, nucleoli, vesicles, cytosol, nucleoplasm, and plasma membrane, initially selected in HPA. Then, a benchmark dataset described as high quality and with the same label was collected from the two databases according to the following steps.
First, a collection with 287 paired samples was captured in line with three rules. The first is that the protein sequence location in Swiss-Prot should keep the same labels as the microscopic images’ labels in HPA; the second is to capture IHC images that describe protein status with high staining levels at the tissue level; the third is that the subcellular location of all proteins should be verified via biochemistry wet-experiment. According to the above conditions, 287 protein sequences from Swiss-Prot and HPA were sorted out, which involved four protein subcellular locations, including ER, Golgi, cytosol, and nucleoplasm.
Second, homologous protein sequences were removed, and an appropriate number of IHC image datasets were matched. In the 287 protein sequences involved, some homologous protein sequences were deleted to reduce sequence redundancy and enhance the independence of non-homologous protein sequences via CD-HIT (V4.6) software [43], in which the sequence identity cut-off was set to 0.9. To facilitate feature extraction of sequences in subsequent stages, the sequences with a length between 50 and 5000 are reserved. After processing, the remaining 281 protein sequences became the final workable dataset. At the same time, one image was randomly selected from IHC images of protein sequence expression at the tissue level to match the protein sequence. Therefore, the specific protein sequence dataset and IHC images dataset are shown in Table 1.

2.2. Analyzing Subcellular Patterns of Protein from Protein Sequence

The 281 protein sequences underwent redundancy elimination and length constraint by CD-HIT software, which is conducive to enhancing independence between non-homologous protein sequences and improving attribute-class differences for describing multiple feature information. The CD-HIT is a greedy algorithm. First, the longest of all protein sequences was considered the clustered representation. Then, common word counting is used to describe the similarity and redundancy of the remaining protein sequences.
In the protein sequences, some discriminative statistical operators were employed to quantify statistical properties of residues, as shown in Figure 1. The first type, the Position-Specific Scoring Matrix-based feature generator for machine learning (POSSUM), a versatile universal toolkit with an online web server for generating PSSM-based feature descriptors, was employed to obtain evolutionary information on protein sequences [44]. Herein, 18 types of PSSM-based feature descriptors derived from POSSUM were collected to express numerical representation of protein sequences. The iteration and E-value are 3 and 0.001, respectively, in parametric setting. Most of them are gained via matrix transformations, and the E i , j is the probability that an amino acid at the i th position of the sequence has mutated to the j th amino acid during evolution. The second type, a web server named PseAAC, was obtained to present sequence in a discrete mode, and not lose amino acid sequence-order information [9,45,46,47,48,49]. In this toolkit, the PseAA mode was set as Dipeptide-composition, so 420-dimension features were collected in this part, in which the first 20 components are conventional amino acid composition, and the last 400 components are the fractions of 400 dipeptides, such as AA, AC, and AD. The d e p ( q ) is the total number of q th dipeptides in Figure 1. Moreover, protein sequences are synthesized through biochemical reactions between amino acids. Amino acid residues with physicochemical (PC) properties have an important impact on the function of forming proteins, so the PC properties of amino acids are introduced to describe protein sequences. The Pearson Correlation Coefficient (PCC) was used to calculate a 3675-dimensional vector for a protein sequence that was described by 50 PC properties [50]. It also expresses a correlation between different PC properties, and p c l p is the p th PC property of the l th amino acid residue in the sequence.
After the above feature extraction, the feature space of the protein sequence was constructed to fit the sub-classifier. To avoid feature redundancy and model overfitting caused by too high dimension, the Least Absolute Shrinkage and Selection Operator (LASSO) was adopted in protein sequence features space [51]. The selected feature subspaces were fed into binary relevance (BR) for identifying the subcellular location of protein sequence [52].

2.3. Classifying Protein Subcellular Location Based on Shallow and Abstract Features of IHC Images

Some image-based models have been demonstrated to be advanced in predicting protein subcellular location by extracting shallow and abstract features [32,33,34,35,36]. In this work, IHC images from HPA were collected to predict subcellular locations, and the protocols can be summarized in Figure 1. First, getting protein-target regions from IHC images; second, extracting shallow and abstract features to qualify IHC images; finally, the fusion features were put into Stepwise Discriminant Analysis (SDA) to reduce the dimensions, and the derived subset features were fed into BR to fit category space of samples. The details are covered in the following sections.

2.3.1. Focusing on Protein-Target Regions by Preprocessing

There are 281 IHC images that meet the staining level and match 281 protein sequences. In order to improve information richness and focus on the protein-target regions of IHC images, the 15 protein channel patch images were split from one RGB IHC image following the steps presented in Figure 1. Step 1, an empirical threshold value of 13 was adopted to filter out images with poor quality due to artificial staining; Step 2, the Linear Spectral Separation (LIN) based on color transforming theory was employed to separate the protein and DNA channel from IHC images [24]; Step 3, the protein channel with 3000 × 3000 resolution was split by a sliding window with 512 × 512, and the first 15 effective protein channel regions were inhaled as experimental objects to represent RGB IHC images. After the mentioned process, 15 protein channel patch images were adopted to extract shallow and abstract features.

2.3.2. Quantifying IHC Images with Shallow and Abstract Features

In the protein channel patch images, the shallow and deep features were extracted from the statistical methods and deep-learning models to express the attributes of protein regions, as shown in Figure 1.
First, the shallow feature composed of Haralick and LBP features was extracted from protein channel patch images. The Haralick feature is a statistical feature based on discrete wavelet transform under GLCM. Protein channel patch images were scaled to 32 gray levels and decomposed down to 8 levels by discrete wavelet transform using the Daubechies filter [24]. Then, three-set 27-dimensional Haralick features were acquired from the horizontal, vertical, and diagonal reconstructed image, and 26-dimensional Haralick features were obtained from original protein channel patch image. Thus, one patch image was described by 674-dimension (3 × 27 × 8 + 26 = 674) Haralick features. The LBP feature depicted local texture, edges, and flat micropatterns by histogram statistics [27,53]. In the nine-grid mask of unit radius, the central pixel performs a Boolean operation with the adjacent pixels, and the 8-bit binary value is converted to a decimal value. After that, the frequency of each pixel level is counted as LBP features, so 256-dimensional statistical features are obtained [28].
Second, the abstract features were gained by feeding 15 protein channel patch images into different layers of the deep-learning model, and the average value of 15 vectors was calculated to represent the original image. A CNN composed of residual units and interactive pairwise attention modules was employed to extract abstract features [54,55]. Different from shallow features, abstract features can present the abstract information of images in a high-dimension space, in which feature maps undergo high-dimensional space transformation and numerous nonlinear functions in the deep-learning model. The feature maps from different layers of deep-learning models were extracted to present local morphological features and nondescript digital image information, which shows rich representation information and robust discriminative power [33,34,35]. Therefore, the Concatenat_3 (C3) with 1024-dimension and Global Average Pooling (GAP) layer with 1024-dimension in the CNN were acquired to depict protein channel patch images.

2.3.3. Improving Performance of Multiple Classifiers by Centralized Voting Mechanism

In this paper, a sample containing a protein sequence and one IHC image is described via different discriminative quantization methods. Therefore, multiple sub-classifiers were produced after the above process. To further obtain the final output results, the centralized voting mechanism was employed to determine the subcellular location of protein. Specifically, the confidence that each protein belongs to four subcellular locations was evaluated by multiple sub-classifiers; then, the most reliable location derived from selected sub-classifiers would participate in the vote; finally, the subcellular location with the most votes was viewed as the decision result.

3. Results

According to the mentioned methods, two protein signals are represented via multiple discriminative feature operators. The entire experimental process can therefore be divided into three parts: the experimental results of protein sequences in statistical features, the experimental results of IHC images described by shallow and abstract features, and the decision performance for multiple classifier integration. Beyond that, the five-fold cross-validation strategy is utilized to produce more general experimental results.

3.1. The Shallow Features of Amino Acid Effectively Act on Protein Subcellular Location

The primary protein structure, which resembles the natural language, shows the chain structure of the protein sequence through the condensation and dehydration of various amino acids. Therefore, in describing the properties of protein sequences, 18 PSSM-based features are employed to characterize amino acid evolution, PseAAC features with 420-dimension are adopted to describe the properties of pseudo amino acids, and PC features with 3675-dimension are used to describe the physicochemical properties and similarity of amino acids. Moreover, to weaken the redundancy of features and avoid overfitting problems caused by excessively high feature dimensions, subset features were selected from original features by LASSO. Next, the subset features were fitted to a high-dimensional category space by the BR classifier with the Radial Basis Function (RBF) kernel function. In this section, 281 protein sequences were subjected to five-fold cross-validation, and the average value of five experimental results is taken as the output result. After the mentioned process, two graphs show the performance of individual features and concatenated features in Figure 2 and Figure 3.
It can be seen from Figure 2 that DP-PSSM (Directional Property PSSM) achieves the best performance among mentioned 20 individual features. Here, the 18 different PSSM-based features express protein specificity according to a variety of calculation methods, and the DP-PSSM is described to calculate the distance similarity between amino acids [56]. It can be seen from the results that DP-PSSM can achieve 55.51%, 55.83%, and 53.30% in accuracy, precision, and recall, respectively, which is 24.6%, 30.9%, and 24.62% higher than the worst result in the above three evaluation indicators. Therefore, DP-PSSM was selected as a partial of fusion feature space, and PseAAC features and PC features are also involved in pairwise concatenate. Four combinations of feature fusion schemes are shown in Figure 3. The feature space connected DP-PSSM with PC features, outperforms other cases, and can achieve 55.72%, 54.72%, and 53.89% in accuracy, precision, and recall, respectively. The experimental performance improved significantly in the concatenated feature space containing PseAAC features by comparing the results of only the PseAAC feature. Compared to experimental results before concatenating, the best results are only slightly floating on the original features space. Therefore, the representatives of the mentioned experimental results in the decision layer are the sample probabilities derived from connecting DP-PSSM features with PC features.

3.2. IHC Images Perform Better in Identifying Protein Subcellular Location Than Protein Sequence

The image-based system on protein subcellular location and protein-target regions of IHC patch images are conducive to weakening blank areas in the images and increasing the receptive field of feature operators [32,36]. Therefore, 15 protein channel patch images with 512 × 512 derived from original RGB IHC images with 3000 × 3000 are absorbed to extract shallow and abstract features to describe the original image. Among shallow features, the experimental results are presented in Figure 4. About abstract features, feature maps at different depths of CNN were extracted to present multiple digital image characteristics, the result can be seen in Figure 5. The C3 represents the output of the Concatenat_3 layer, and GAP represents the output of the global average pooling layer. The SDA was employed to decrease feature dimensions to avoid dimension curse and overfitting problems. The individual features of 15 protein channel patch images were averaged according to feature dimensions to represent an original sample.
Haralick features were calculated by discrete wavelet transform using db1-db10 Daubechies filters. It can be seen from Figure 4a that the Haralick feature involving 10 Daubechies filters is relatively stable in the overall change trend, and the overall performance falls within a limited range. After concatenating LBP features, a similar trend is shown in Figure 4b. The discrepancies in the sample distribution of IHC images and the properties of shallow features can account for these experimental results. First, proteins can be expressed in different tissues and presented as IHC images at various tissue levels. Therefore, the sample distribution of IHC images is affected via protein sample diversity and differences in protein regions at the tissue level. Second, Haralick features were used to describe statistical information from the global view of the IHC image, such as inertia, entropy, and energy. The LBP features were utilized to express local texture statistical information by using the histogram. Thus, basic image characteristics were described at the shallow features; limited specificity and weak discrimination were prone to unimpressive performance. The experimental results show that the best performance evaluation indicators appear in db8 no matter whether before or after concatenating.
Next, the fusion features that include feature maps at different depths of CNN and shallow features were applied; the experimental results are shown in Figure 5. Compared with shallow features, the performance of abstract features has been greatly improved. Moreover, the best performance can reach 72.39%, 75.48%, and 71.21% in accuracy, precision, and recall, respectively, after connecting GAP features, Haralick features with db8 Daubechies filters, and LBP features. The protein channel patch images, coupled with multi-view abstract features from CNN, lead to good performance. First, protein channel patch images with larger protein-target regions were transmitted in CNN, so that the characteristic properties of protein-target regions can be effectively captured. Second, protein channel patch images pass through some nonlinear mapping functions in CNN, and abstract representation is gradually revealed from shallow to deep layers, so the discrimination and robustness of feature maps are significantly improved. Among the above experimental results, some sub-classifiers were adopted in the decision layer of the model according to the above experimental results.

3.3. Superior Performance Obtained with the Centralized Voting Mechanism

So far, according to dual signals composed of protein sequence and IHC images, each protein sample has been digitally characterized from various features, so multiple sub-classifiers have been established. Therefore, to produce a final result, the centralized voting mechanism was employed to assemble multiple confidence of some predictors with better performance to obtain predicted labels. Here, five classifiers were adopted, i.e., the first is based on DP-PSSM and PC features of protein sequence; the second is based on C3 features of IHC images; the third is based on GAP features of IHC images; the fourth is based on C3, Haralick, and LBP features of IHC images; and the fifth is based on GAP, Haralick, and LBP features of IHC images; the results are shown in Figure 6. It can be seen that the performance has been effectively improved by integrating experimental results of the five-fold cross-validation of multiple sub-classifiers. As shown in Figure 6a, the best result can reach 85.96%, 85.23%, and 85.42% in accuracy, precision, and recall, respectively, and the overall average result can reach 75.41%, 80.38%, and 74.38% in the three evaluation indicators mentioned. To intuitively understand the prediction performance between different classes, confusion matrix visualization is employed to show how each class is predicted as other classes, as shown in Figure 6c–g. From the specific situation of confusion matrix, ER achieved the best 85.19% accuracy among four categories, followed by cytosol, nucleoplasm, and Golgi apparatus. In addition, a large number of protein samples were more biased to be predicted as ER, especially Golgi apparatus. Furthermore, a box plot is drawn to express the prediction performance fluctuation of different categories in five-fold cross-validation, as shown in Figure 6b. The results showed that experimental results of cytosol had the biggest fluctuant range, and nucleoplasm was the smallest.

4. Discussion

The experimental results from multiple sub-classifiers obtained can effectively improve the assessment indicators of the model by the centralized voting mechanism. It is undeniable that the results of five-fold cross-validation have fluctuated violently in the existing sample category distribution, according to the box plot in Figure 6b. The primary cause is the small data volume and imbalanced category distribution. Therefore, the Leave-One-Out (LOO) cross-validation is utilized to further illustrate modal performance to release the issue of unstable performance produced by the imbalanced dataset. Specifically, 280 out of 281 samples are selected as the training dataset in each fold experiment, and the remaining one sample is viewed as the test dataset. Here, five feature spaces were adopted, i.e., the first is based on C3 features of IHC images; the second is based on GAP features of IHC images; the third is based on C3, Haralick, and LBP features of IHC images; the fourth is based on GAP, Haralick, and LBP features of IHC images; and the fifth is based on DP-PSSM and PC features of protein sequence; the results are shown in Figure 7. It clearly expresses that the experimental results have significantly improved compared with five-fold cross-validation, and the best performance reached 84.70%, 83.31%, and 86.63% in accuracy, precision, and recall, respectively. Some information can be summarized as follows: First, experimental results of five predictors based on LOO were all significantly improved compared with the five-fold cross-validation; the main reason is that the category fitting ability of these classifiers was enhanced due to the increase in the number of training samples. Second, 280 out of 281 samples are utilized as training datasets, and only one sample in a category was viewed as the test dataset. It facilitates the representational ability of the model to fit the data distribution in maximizing the extent, which is conducive to expressing confidence in the test sample in the distribution space. On the other hand, although the experimental performance of the five classifiers has been significantly improved, the cost of time consumption is obvious. The main reason is that the single completed round required the completion of 281 model fitting procedures.

5. Conclusions

In this study, we developed a dual-signal model composed of protein sequences and IHC images to analyze protein subcellular location patterns. One contribution of this work is that a benchmark dataset with the same protein subcellular location label was collected from the HPA and Swiss-Prot databases and provides a dataset basis for following multi-signal studies of protein subcellular location. Additionally, according to different protein presentation patterns, corresponding feature extraction operators were employed to quantify and characterize protein samples. Specifically, 18 PSSM-based features, PseAAC features, and PC features were adopted to represent protein sequences. Moreover, Haralick features, LBP features based on statistical methods, and abstract features derived from the different depths of CNN were adopted to quantify IHC images. Specially, due to the quantitative differences of different protein signals, LASSO and SDA were applied to protein sequences and IHC images to reduce the feature dimensions to avoid dimension curse and overfitting. Finally, the output confidence of multiple BR sub-classifiers is absorbed to output confidence of protein at the subcellular location, and the centralized voting mechanism was employed to obtain the decision result. The experimental results show that the prediction performance of the dual-signal model based on protein sequence and IHC images can reach 75.41%, 80.38%, and 74.38% in accuracy, precision, and recall, respectively. It proved that the dual-signal model is advanced by incorporating IHC images into protein sequences. However, there is a clear data imbalance in the benchmark dataset from the Swiss-Prot and HPA databases, thus data equalization processing and discriminative representation will be the next research work.

Author Contributions

F.Y. and K.Z. contributed to the conception and design of the study, and K.Z. carried out experiments and conducted the evaluations. S.W., Z.W. and H.Z. helped with performing statistical analysis. K.Z. wrote the first draft of the manuscript. F.Y. supervised the project. All authors wrote and edited the manuscript. All authors have read and agreed to the published version of the manuscript.

Funding

This work was financially supported by the Natural Science Foundation of Jiangxi Province of China (Grant no. 20202BAB202009), the Key Science Foundation of Educational Commission of Jiangxi Province of China (Grant no. GJJ160768), the National Natural Science Foundation of China (Grant no. 62163017, 61603161), the Scholastic Youth Talent Jinggang Program of Jiangxi Province (Grant no. QNJG2020065), the Scholastic Youth Talent Program of Jiangxi Science and Technology Normal University (Grant no. 2016QNBJRC004), the Scientific and Key Technological Projects of Jiangxi Science and Technology Normal University (Grant no. H20210715110257000007), and the Graduate Innovation Fund Project of Education Department of Jiangxi province of China (Grant no. YC2021-S756).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Acknowledgments

We thank the editor and reviewers for their helpful suggestions and comments which have significantly improved the quality and representation of our work.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Marx, V. Mapping proteins with spatial proteomics. Nat. Methods 2015, 12, 815–819. [Google Scholar] [CrossRef] [PubMed]
  2. Christopher, J.A.; Geladaki, A.; Dawson, C.S.; Vennard, O.L.; Lilley, K.S. Subcellular Transcriptomics and Proteomics: A Comparative Methods Review. Mol. Cell. Proteom. 2022, 21, 100186. [Google Scholar] [CrossRef] [PubMed]
  3. Berger, C.M.; Gaume, X.; Bouvet, P. The roles of nucleolin subcellular localization in cancer. Biochimie 2015, 113, 78–85. [Google Scholar] [CrossRef]
  4. Hung, M.-C.; Link, W. Protein localization in disease and therapy. J. Cell Sci. 2011, 124, 3381–3392. [Google Scholar] [CrossRef] [PubMed]
  5. Zhang, T.; Ding, Y.; Chou, K.-C. Prediction of protein subcellular location using hydrophobic patterns of amino acid sequence. Comput. Biol. Chem. 2006, 30, 367–371. [Google Scholar] [CrossRef]
  6. Xu, Y.; Shen, H. Review of Research on Biomedical Image Processing Based on Pattern Recognition. J. Electron. Inf. Technol. 2020, 42, 201–213. [Google Scholar] [CrossRef]
  7. Park, K.-J.; Kanehisa, M. Prediction of protein subcellular locations by support vector machines using compositions of amino acids and amino acid pairs. Bioinformatics 2003, 19, 1656–1663. [Google Scholar] [CrossRef]
  8. Jeong, J.C.; Lin, X.; Chen, X.-W. On Position-Specific Scoring Matrix for Protein Function Prediction. IEEE/ACM Trans. Comput. Biol. Bioinform. 2010, 8, 308–315. [Google Scholar] [CrossRef]
  9. Chou, K.-C. Prediction of protein cellular attributes using pseudo-amino acid composition. Proteins Struct. Funct. Bioinform. 2001, 43, 246–255. [Google Scholar] [CrossRef]
  10. Savojardo, C.; Martelli, P.L.; Fariselli, P.; Casadio, R. TPpred3 detects and discriminates mitochondrial and chloroplastic targeting peptides in eukaryotic proteins. Bioinformatics 2015, 31, 3269–3275. [Google Scholar] [CrossRef]
  11. Chou, K.C.; Cai, Y.D. Using functional domain composition and support vector machines for prediction of protein subcellular lo cation. J. Biol. Chem. 2002, 277, 45765–45769. [Google Scholar] [CrossRef]
  12. Scott, M.S.; Thomas, D.Y.; Hallett, M.T. Predicting Subcellular Localization via Protein Motif Co-Occurrence. Genome Res. 2004, 14, 1957–1966. [Google Scholar] [CrossRef]
  13. Chou, K.-C.; Cai, Y.-D. A new hybrid approach to predict subcellular localization of proteins by incorporating gene ontology. Biochem. Biophys. Res. Commun. 2003, 311, 743–747. [Google Scholar] [CrossRef] [PubMed]
  14. Savojardo, C.; Martelli, P.L.; Fariselli, P.; Profiti, G.; Casadio, R. BUSCA: An integrative web server to predict subcellular localization of proteins. Nucleic Acids Res. 2018, 46, W459–W466. [Google Scholar] [CrossRef]
  15. Shen, H.B.; Chou, K.C. A top-down approach to enhance the power of predicting human protein subcellular localization: Hum-mPLoc 2.0. Anal. Biochem. 2009, 394, 269–274. [Google Scholar] [CrossRef]
  16. Guo, X.; Liu, F.; Ju, Y.; Wang, Z.; Wang, C. Human Protein Subcellular Localization with Integrated Source and Multi-label Ensemble Classifier. Sci. Rep. 2016, 6, 28087. [Google Scholar] [CrossRef] [PubMed]
  17. Zhou, H.; Yang, Y.; Shen, H.-B. Hum-mPLoc 3.0: Prediction enhancement of human protein subcellular localization through modeling the hidden correlations of gene ontology and functional domain features. Bioinformatics 2017, 33, 843–853. [Google Scholar] [CrossRef] [PubMed]
  18. Yao, Y.-H.; Lv, Y.-P.; Li, L.; Xu, H.-M.; Ji, B.-B.; Chen, J.; Li, C.; Liao, B.; Nan, X.-Y. Protein sequence information extraction and subcellular localization prediction with gapped k-Mer method. BMC Bioinform. 2019, 20, 719. [Google Scholar] [CrossRef] [PubMed]
  19. Armenteros, J.J.A.; Sønderby, C.K.; Sønderby, S.K.; Nielsen, H.; Winther, O. DeepLoc: Prediction of protein subcellular localization using deep learning. Bioinformatics 2017, 33, 3387–3395. [Google Scholar] [CrossRef]
  20. Liao, Z.; Pan, G.; Sun, C.; Tang, J. Predicting subcellular location of protein with evolution information and sequence-based deep learning. BMC Bioinform. 2021, 22, 515. [Google Scholar] [CrossRef]
  21. Cong, H.; Liu, H.; Chen, Y.; Cao, Y. Self-evoluting framework of deep convolutional neural network for multilocus protein subcellular localization. Med. Biol. Eng. Comput. 2020, 58, 3017–3038. [Google Scholar] [CrossRef] [PubMed]
  22. Cong, H.; Liu, H.; Cao, Y.; Chen, Y.; Liang, C. Multiple Protein Subcellular Locations Prediction Based on Deep Convolutional Neural Networks with Self-Attention Mechanism. Interdiscip. Sci. Comput. Life Sci. 2022, 14, 421–438. [Google Scholar] [CrossRef] [PubMed]
  23. Morrison, A.O.; Gardner, J.M. Microscopic Image Photography Techniques of the Past, Present, and Future. Arch. Pathol. Lab. Med. 2015, 139, 1558–1564. [Google Scholar] [CrossRef] [PubMed]
  24. Newberg, J.; Murphy, R.F. A Framework for the Automated Analysis of Subcellular Patterns in Human Protein Atlas Images. J. Proteome Res. 2008, 7, 2300–2308. [Google Scholar] [CrossRef]
  25. Jackson, C.; Murphy, R.F.; Kovacevic, J. Intelligent Acquisition and Learning of Fluorescence Microscope Data Models. IEEE Trans. Image Process. 2009, 18, 2071–2084. [Google Scholar] [CrossRef]
  26. Liu, G.-H.; Zhang, B.-W.; Qian, G.; Wang, B.; Mao, B.; Bichindaritz, I. Bioimage-Based Prediction of Protein Subcellular Location in Human Tissue with Ensemble Features and Deep Networks. IEEE/ACM Trans. Comput. Biol. Bioinform. 2019, 17, 1966–1980. [Google Scholar] [CrossRef] [PubMed]
  27. Tahir, M.; Khan, A.; Majid, A. Protein subcellular localization of fluorescence imagery using spatial and transform domain features. Bioinformatics 2012, 28, 91–97. [Google Scholar] [CrossRef] [PubMed]
  28. Xu, Y.-Y.; Yang, F.; Zhang, Y.; Shen, H.-B. An image-based multi-label human protein subcellular localization predictor (iLocator) reveals protein mislocalizations in cancer tissues. Bioinformatics 2013, 29, 2032–2040. [Google Scholar] [CrossRef]
  29. Yang, F.; Xu, Y.-Y.; Wang, S.-T.; Shen, H.-B. Image-based classification of protein subcellular location patterns in human reproductive tissue by ensemble learning global and local features. Neurocomputing 2014, 131, 113–123. [Google Scholar] [CrossRef]
  30. Nanni, L.; Brahnam, S.; Ghidoni, S.; Lumini, A. Bioimage classification with handcrafted and learned features. IEEE/ACM Trans. Comput. Biol. Bioinform. 2018, 16, 874–885. [Google Scholar] [CrossRef]
  31. Yang, F.; Liu, Y.; Wang, Y.; Yin, Z.; Yang, Z. MIC_Locator: A novel image-based protein subcellular location multi-label prediction model based on multi-scale monogenic signal representation and intensity encoding strategy. BMC Bioinform. 2019, 20, 522. [Google Scholar] [CrossRef] [PubMed]
  32. Xue, Z.-Z.; Wu, Y.; Gao, Q.-Z.; Zhao, L.; Xu, Y.-Y. Automated classification of protein subcellular localization in immunohistochemistry images to reveal biomarkers in colon cancer. BMC Bioinform. 2020, 21, 398. [Google Scholar] [CrossRef] [PubMed]
  33. Ullah, M.; Han, K.; Hadi, F.; Xu, J.; Song, J.; Yu, D.-J. PScL-HDeep: Image-based prediction of protein subcellular location in human tissue using ensemble learning of handcrafted and deep learned features with two-layer feature selection. Brief. Bioinform. 2021, 22, bbab278. [Google Scholar] [CrossRef]
  34. Pärnamaa, T.; Parts, L. Accurate Classification of Protein Subcellular Localization from High-Throughput Microscopy Images Using Deep Learning. G3 Genes Genomes Genet. 2017, 7, 1385–1392. [Google Scholar] [CrossRef] [PubMed]
  35. Long, W.; Yang, Y.; Shen, H.-B. ImPLoc: A multi-instance deep learning model for the prediction of protein subcellular localization based on immunohistochemistry images. Bioinformatics 2020, 36, 2244–2250. [Google Scholar] [CrossRef] [PubMed]
  36. Hu, J.-X.; Yang, Y.; Xu, Y.; Shen, H. Incorporating label correlations into deep neural networks to classify protein subcellular location patterns in immunohistochemistry images. Proteins Struct. Funct. Bioinform. 2022, 90, 493–503. [Google Scholar] [CrossRef]
  37. Xue, M.-Q.; Zhu, X.-L.; Wang, G.; Xu, Y.-Y. DULoc: Quantitatively unmixing protein subcellular location patterns in immunofluorescence images based on deep learning features. Bioinformatics 2022, 38, 827–833. [Google Scholar] [CrossRef]
  38. Wang, F.; Wei, L. Multi-scale deep learning for the imbalanced multi-label protein subcellular localization prediction based on immunohistochemistry images. Bioinformatics 2022, 38, 2602–2611. [Google Scholar] [CrossRef]
  39. Ouyang, W.; Winsnes, C.F.; Hjelmare, M.; Cesnik, A.J.; Åkesson, L.; Xu, H.; Sullivan, D.P.; Dai, S.; Lan, J.; Jinmo, P.; et al. Analysis of the Human Protein Atlas Image Classification competition. Nat. Methods 2019, 16, 1254–1261. [Google Scholar] [CrossRef]
  40. Wang, Y.; Yang, F.; Ma, Q.; Wang, Z.; Wang, S.; Zou, K. Human protein subcellular localization prediction based on error correcting output coding strategy while combining immunohistochemistry image and amino acid sequence. In Proceedings of the 4th International Conference on Advanced Electronic Materials, Computers and Software Engineering (AEMCSE), Changsha, China, 26–28 March 2021; IEEE: Piscataway, NJ, USA, 2021; pp. 876–881. [Google Scholar]
  41. Wang, G.; Xue, M.-Q.; Shen, H.-B.; Xu, Y.-Y. Learning protein subcellular localization multi-view patterns from heterogeneous data of imaging, sequence and networks. Briefings Bioinform. 2022, 23, bbab539. [Google Scholar] [CrossRef]
  42. Nakai, K.; Wei, L. Recent Advances in the Prediction of Subcellular Localization of Proteins and Related Topics. Front. Bioinform. 2022, 2, 910531. [Google Scholar] [CrossRef] [PubMed]
  43. Fu, L.; Niu, B.; Zhu, Z.; Wu, S.; Li, W. CD-HIT: Accelerated for clustering the next-generation sequencing data. Bioinformatics 2012, 28, 3150–3152. [Google Scholar] [CrossRef] [PubMed]
  44. Wang, J.; Yang, B.; Revote, J.; Leier, A.; Marquez-Lago, T.T.; Webb, G.; Song, J.; Chou, K.-C.; Lithgow, T. POSSUM: A bioinformatics toolkit for generating numerical sequence feature descriptors based on PSSM profiles. Bioinformatics 2017, 33, 2756–2758. [Google Scholar] [CrossRef] [PubMed]
  45. Shen, H.-B.; Chou, K.-C. PseAAC: A flexible web server for generating various kinds of protein pseudo amino acid composition. Anal. Biochem. 2008, 373, 386–388. [Google Scholar] [CrossRef]
  46. Chou, K.-C. Using amphiphilic pseudo amino acid composition to predict enzyme subfamily classes. Bioinformatics 2005, 21, 10–19. [Google Scholar] [CrossRef]
  47. Chou, K.-C.; Cai, Y.-D. Prediction of Membrane Protein Types by Incorporating Amphipathic Effects. J. Chem. Inf. Model. 2005, 45, 407–413. [Google Scholar] [CrossRef]
  48. Shen, H.-B.; Chou, K.-C. Ensemble classifier for protein fold pattern recognition. Bioinformatics 2006, 22, 1717–1722. [Google Scholar] [CrossRef]
  49. Chou, K.-C. Prediction of Protein Subcellular Locations by Incorporating Quasi-Sequence-Order Effect. Biochem. Biophys. Res. Commun. 2000, 278, 477–483. [Google Scholar] [CrossRef]
  50. Zou, H.; Zhan, C. Using Multi-Level Correlation Information to Identify Amyloidogenic Peptides. ChemistrySelect 2022, 7, e202104578. [Google Scholar] [CrossRef]
  51. Tibshirani, R. Regression shrinkage and selection via the lasso. J. R. Stat. Soc. Ser. B Methodol. 1996, 58, 267–288. [Google Scholar] [CrossRef]
  52. Boutell, M.R.; Luo, J.; Shen, X.; Brown, C.M. Learning multi-label scene classification. Pattern Recognit. 2004, 37, 1757–1771. [Google Scholar] [CrossRef]
  53. Nanni, L.; Brahnam, S.; Lumini, A. Novel features for automated cell phenotype image classification. In Advances in Computational Biology; Springer: New York, NY, USA, 2010; pp. 207–213. [Google Scholar]
  54. He, K.; Zhang, X.; Ren, S.; Sun, J. Deep residual learning for image recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 27–30 June 2016; pp. 770–778. [Google Scholar]
  55. Zhuang, P.; Wang, Y.; Qiao, Y. Learning attentive pairwise interaction for fine-grained classification. In Proceedings of the AAAI Conference on Artificial Intelligence, New York, NY, USA, 7–12 February 2020; Volume 34, pp. 13130–13137. [Google Scholar]
  56. Juan EY, T.; Li, W.J.; Jhang, J.H.; Chiu, C.H. Predicting protein subcellular localizations for gram-negative bacteria using DP-PSSM and support vector machines. In Proceedings of the 2009 International Conference on Complex, Intelligent and Software Intensive Systems, Fukuoka, Japan, 16–19 March 2009; IEEE: Piscataway, NJ, USA, 2009; pp. 836–841. [Google Scholar]
Figure 1. The flowchart of dual-signal model. Abbreviation definitions: ER: endoplasmic reticulum; Golgi: Golgi apparatus; Cyto.: cytosol; Nucl.: nucleoplasm.
Figure 1. The flowchart of dual-signal model. Abbreviation definitions: ER: endoplasmic reticulum; Golgi: Golgi apparatus; Cyto.: cytosol; Nucl.: nucleoplasm.
Sensors 23 09014 g001
Figure 2. Experimental results for different shallow features of protein sequence.
Figure 2. Experimental results for different shallow features of protein sequence.
Sensors 23 09014 g002
Figure 3. Performance of shallow features fusion of protein sequences.
Figure 3. Performance of shallow features fusion of protein sequences.
Sensors 23 09014 g003
Figure 4. Experimental results of 10 dbs Daubechies filters in protein channel patch images. (a) Line plot of Haralick feature performance fluctuations in different Daubechies filters; (b) experimental results of Haralick and LBP concatenating.
Figure 4. Experimental results of 10 dbs Daubechies filters in protein channel patch images. (a) Line plot of Haralick feature performance fluctuations in different Daubechies filters; (b) experimental results of Haralick and LBP concatenating.
Sensors 23 09014 g004
Figure 5. Performance comparison of IHC image in the abstract and concatenate features.
Figure 5. Performance comparison of IHC image in the abstract and concatenate features.
Sensors 23 09014 g005
Figure 6. The multi-classifier outputs result and visualization by centralized voting mechanism. (a) Multi-classifier ensemble with five-fold cross-validation; (b) performance fluctuations of different protein subcellular locations in the five-fold cross-validation; (cg) visualization of confusion matrix in four categories.
Figure 6. The multi-classifier outputs result and visualization by centralized voting mechanism. (a) Multi-classifier ensemble with five-fold cross-validation; (b) performance fluctuations of different protein subcellular locations in the five-fold cross-validation; (cg) visualization of confusion matrix in four categories.
Sensors 23 09014 g006
Figure 7. The experimental results of different feature space based on Leave-One-Out.
Figure 7. The experimental results of different feature space based on Leave-One-Out.
Sensors 23 09014 g007
Table 1. The dataset distribution of protein sequences and IHC images.
Table 1. The dataset distribution of protein sequences and IHC images.
Subcellular LocationSequenceImage
ER101101
Golgi7474
Cytosol5959
Nucleoplasm4747
Total281281
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Zou, K.; Wang, S.; Wang, Z.; Zou, H.; Yang, F. Dual-Signal Feature Spaces Map Protein Subcellular Locations Based on Immunohistochemistry Image and Protein Sequence. Sensors 2023, 23, 9014. https://doi.org/10.3390/s23229014

AMA Style

Zou K, Wang S, Wang Z, Zou H, Yang F. Dual-Signal Feature Spaces Map Protein Subcellular Locations Based on Immunohistochemistry Image and Protein Sequence. Sensors. 2023; 23(22):9014. https://doi.org/10.3390/s23229014

Chicago/Turabian Style

Zou, Kai, Simeng Wang, Ziqian Wang, Hongliang Zou, and Fan Yang. 2023. "Dual-Signal Feature Spaces Map Protein Subcellular Locations Based on Immunohistochemistry Image and Protein Sequence" Sensors 23, no. 22: 9014. https://doi.org/10.3390/s23229014

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop