Skip to main content

ORIGINAL RESEARCH article

Front. Genet., 06 October 2023
Sec. Computational Genomics
This article is part of the Research Topic Machine Learning Faciliates Biomarker Discovery for Complex Diseases View all 4 articles

Nucleotide-level prediction of CircRNA-protein binding based on fully convolutional neural network

Zhen ShenZhen Shen1Wei LiuWei Liu1ShuJun ZhaoShuJun Zhao1QinHu ZhangQinHu Zhang2SiGuo WangSiGuo Wang2Lin Yuan,,
Lin Yuan3,4,5*
  • 1School of Computer and Software, Nanyang Institute of Technology, Nanyang, Henan, China
  • 2EIT Institute for Advanced Study, Ningbo, Zhejiang, China
  • 3Key Laboratory of Computing Power Network and Information Security, Ministry of Education, Shandong Computer Science Center, Qilu University of Technology (Shandong Academy of Sciences), Jinan, China
  • 4Shandong Engineering Research Center of Big Data Applied Technology, Faculty of Computer Science and Technology, Qilu University of Technology (Shandong Academy of Sciences), Jinan, China
  • 5Shandong Provincial Key Laboratory of Computer Networks, Shandong Fundamental Research Center for Computer Science, Jinan, China

Introduction: CircRNA-protein binding plays a critical role in complex biological activity and disease. Various deep learning-based algorithms have been proposed to identify CircRNA-protein binding sites. These methods predict whether the CircRNA sequence includes protein binding sites from the sequence level, and primarily concentrate on analysing the sequence specificity of CircRNA-protein binding. For model performance, these methods are unsatisfactory in accurately predicting motif sites that have special functions in gene expression.

Methods: In this study, based on the deep learning models that implement pixel-level binary classification prediction in computer vision, we viewed the CircRNA-protein binding sites prediction as a nucleotide-level binary classification task, and use a fully convolutional neural networks to identify CircRNA-protein binding motif sites (CPBFCN).

Results: CPBFCN provides a new path to predict CircRNA motifs. Based on the MEME tool, the existing CircRNA-related and protein-related database, we analysed the motif functions discovered by CPBFCN. We also investigated the correlation between CircRNA sponge and motif distribution. Furthermore, by comparing the motif distribution with different input sequence lengths, we found that some motifs in the flanking sequences of CircRNA-protein binding region may contribute to CircRNA-protein binding.

Conclusion: This study contributes to identify circRNA-protein binding and provides help in understanding the role of circRNA-protein binding in gene expression regulation.

1 Introduction

Circular RNAs (CircRNAs) are special “noncoding” RNAs with a circular closed loop structure (Kristensen et al., 2019; Liu and Chen, 2022). Previous studies suggest that CircRNAs have greater biological stability compare other biomolecules, and directly or indirectly participates in gene expression regulation through the functional sites in CircRNA sequence. CircRNA-protein binding is a significant factor in gene expression regulation (Li et al., 2018a; Zang et al., 2020; Su et al., 2022a; Yang et al., 2022a; Su et al., 2022b; Wang et al., 2022). Therefore, CircRNA-RBP binding sites prediction is always the emphasis of CircRNA research. Biological experimental technology was first proposed to identify CircRNA-protein binding sites (Licatalosi et al., 2008; Hafner et al., 2010; König et al., 2010; Barnes and Kanhere, 2016; Gagliardi and Matarazzo, 2016). Despite the drawback of time-consuming and cost-heavy, these methods provide a wealth of dependable data relating CircRNA-protein binding sites. In the beginning, the statistical properties, such as k-mer frequency and secondary structure elements, were employed to represent RNA sequence (Zhang et al., 2011; Chen et al., 2014). And then, several conventional computing models based on statistical methods or machine learning methods were proposed to identify CircRNA-protein binding (Kumar et al., 2008; Liu et al., 2010; Li et al., 2017a; Li et al., 2017b). These methods are more suitable for biological research in terms of time, cost, and accuracy than biological experimental.

In conventional computing models, the hand-crafted features not only rely on the experience of researchers but also are difficult to optimize and easy to lose important features. When dealing with massive biological data, these methods still have a lot of room for improvement in time complexity, noise sensitivity, etc. With the improvement of GPU (Graphics Processing Unit) performance, deep learning models, such as CNN (Convolutional Neural Network), LSTM (Long Short-Term Memory), attention, and transformer, have become widely used in bioinformatics (Zhou and Troyanskaya, 2015; Quang and Xie, 2016; Abbasi et al., 2020; Le et al., 2021). The first model to predict protein binding sites in DNA/RNA using CNN was DeepBind (Alipanahi et al., 2015). Subsequently, an increasing number of deep learning models have been proposed for predicting protein binding sites (Shen et al., 2019), non-coding variants (Zhou and Troyanskaya, 2015), chromatin accessibility (Li et al., 2019), protein post-translational modification (Wang et al., 2019a), gene expression (Singh et al., 2016), etc. In CircRNA-protein binding prediction, multi-feature learning methods are commonly used to encode RNA sequence data with complex model structures (Jia et al., 2020; Wang and Lei, 2021; Yuan and Yang, 2021; Yang et al., 2022b; Li et al., 2022; Niu et al., 2022; Yu et al., 2022; Cao et al., 2023; Zhang et al., 2023). Wang et al. utilised the one-hot encoding method and CNN to predict cancer-specific CircRNA-protein binding sites (Wang et al., 2019b). Zhang et al. proposes CRIP to predict CircRNA-protein binding sites by using the codon encoding method and CNN-LSTM neural network (Zhang et al., 2019a). Ju et al. first split the RNA sequence into a 10-mer sequence, and use Glove to encode the 10-mer sequence, and then use CNN, bidirectional LSTM and CRF (Conditional Random Field) to extract features and predict motif sites (Ju et al., 2019). In iCricRBP-DHN, CircRNA sequence is presented via concatenation of encoded data using a K-tuple nucleotide frequency pattern and CircRNA2Vec. To facilitate feature learning, this method deploys deep multi-scale ResNet, bidirectional GRUs (Gate Recurrent Units), a self-attention mechanism to extract features (Yang et al., 2021).

Both machine-learning and deep learning methods consider predicting CircRNA-protein binding sites as a binary classification problem. Hence, the important concern is to select a negative sequence. Commonly used methods include selection from the upstream and downstream of protein binding sites, random generation, and search from the whole genome. However, there remains doubts concerning whether the sequences produced by these methods really meet the criteria of negative sequences. On the other hand, existing models extract various features from RNA sequences for prediction and achieve better performance. These methods make predictions at the sequence level, largely concentrating on the sequence specificity of protein binding sites. No attempt was made to identify motif sites at the nucleotide-level.

In computer vision, FCN (Fully Convolutional Network) can complete tasks such as image segmentation and image classification at pixel-level. As a result, FCN has been implemented for DNA sequence analysis at nucleotide-level (Wang et al., 2021; Zhang et al., 2021). In this study, we used FCN to predict CircRNA-protein binding motifs, which we call the CPBFCN model. For CPBFCN, it treats motif discovery as a nucleotide-level prediction task and can identify motif sites of various lengths. The known protein binding sites in the CircRNA sequence are considered as positive samples, while other sites are regarded as negative sample. This eliminates negative sequence generation in sequence-level models. For the whole CircRNA sequence, the ratio of motif sites and other sites is unbalanced, hard negative mining loss is used as the loss function to reduce the negative effect of unbalanced data on model performance. CPBFCN provides a new path to predict CircRNA motifs. The trained CPBFCN was used to extract motif from CircRNA sequence. In this study, we not only analyzed the function of motif found by CPBFCN but also their distribution and correlation with CircRNA sponge.

2 Materials and methods

2.1 Data

To evaluate model performance, 37 CircRNA-protein binding datasets were collected from CRIP and iCricRBP-DHN. Each dataset is used for individual training and testing purposes. We obtained 37 original experimentally validated circRNA-protein binding data from the CircRNA interactome database (https://circinteractome.nia.nih.gov/), which includes over 100,000 human CircRNA sequence information. Each entry in this database contains the location information of protein binding region in CircRNA sequence. To obtain positive samples, we started at the midpoint of protein binding region and extended upstream and downstream by 50-nt, respectively, a 101-nt short sequence is obtained as the positive samples. We also use the same method to generate 201-nt short sequence and 501-nt short sequence as positive samples. The negative sample is obtained by randomly selecting 101-nt/201-nt/501-nt short sequence from the remaining CircRNA sequence. To eliminate the effect of redundant sequences, CD-HIT is used to remove the redundant sequence with a threshold of 0.8. Details about experimental data used in this study are presented in Supplementary Data (see Supplementary Section “Experimental Data Used in This Study—Data Processing”). All three different length experimental datasets are used for hyper-parameter experiments and to evaluate the performance of CPBFCN and three baseline models. The number of sequence record of three different length experimental datasets is shown in Supplementary Table S1. Supplementary Table S2 shows the motif length information in 37 datasets.

CPBFCN is a nucleotide-level prediction model. Each site in the input CircRNA sequence has a label indicating whether the site belongs to the protein binding region. Based on the CircRNA-protein binding sequence data and the binding region information obtained from the circinteractome, we generate an array that is the same length (101, 201, or 501) as the CircRNA-protein binding data. Next, we need to identify the interval position in the array that corresponds to the protein binding region. Thirdly, each element within the interval is set to 1, and other elements in the array is set to 0. Additionally, a sequence-label file is generated for the competing methods. For every dataset, short sequence belongs to the positive sample are labelled with 1, and other sites in CircRNA sequence belongs to the negative sample are labelled with 0.

In this step, the input CircRNA-protein binding data is encoded using one-hot method. Four bases are represented as follows: A1,0,0,0,C0,1,0,0,G0,0,1,0,U0,0,0,1. If there are L records in the input data, and each record’s length is M, the encoded record is converted into a L×M×4 matrix.

2.2 Model construction

CPBFCN is a deep learning model based on FCN, and its workflow is shown in Figure 1. CPBFCN involves two chief components: the encoding process and decoding process.

FIGURE 1
www.frontiersin.org

FIGURE 1. The workflow of CPBFCN.

The aim of the encoding process is to extract features and reduce dimensionality. In contrast, the decoding process involves restoring the feature maps generated from the encoding process to the original data size through deconvolution operations. Moreover, the skip line is used to combine the deep semantic information with the shallow appearance features. These two modules are explained in further detail below.

2.2.1 Data encoding process

This process is also known as down sampled, which contains three modules for feature extraction and an average pooling layer. The feature extraction module comprises three parts: a convolutional layer, a max-pooling layer, and a dropout layer. The computational process is shown in Eq. 1.

MP_out=MaxPoolingReLUConvk*id,bFE_out=DropoutMP_out(1)

where, id is a matrix representing the input data encoded by one-hot, k represents the convolutional kernel, and b is a bias term. Here, the convolutional kernel can be seen as a motif scanner, scoring each potential protein binding region in the CircRNA sequence. MP_out represents the output of the Max pooling layer, which decreases data dimensionality and chooses features for identifying protein binding regions. Dropout can reduce the adverse impact of overfitting on model performance.

Regardless of NLP or CV, numerous researchers have discovered that the context feature is crucial for improving deep learning model performance. To address this issue, various methods have been proposed (Li et al., 2018b; Jain et al., 2020). In genomic analysis, the context feature of motif sites in CircRNA sequences is also significant for RNA-protein binding. Therefore, the impact of the global average pooling on model performance is experimentally demonstrate in the experimental section.

2.2.2 Data decoding process

This process contains four deconvolutional modules, each including four components: an upsample layer, a batch normalization (BN) layer, a ReLU layer, and a convolutional layer. The skip layer is denoted by a blue dashed line and performs a summation operation. The computation process is shown in Eq. 2.

BN_out=BNupsampleEP_out+FE_outRe_out=ReLUBN_outD+eConv=Convkup*Re_out,bup(2)

where, BN_out represents the output of BN layer. FE_out represents the output of the feature extraction module at the same level as the current deconvolutional module in the data encoding process. EP_out represents the output of the final feature extraction module. kup and bup represent the convolutional kernel and the bias term, respectively. The purpose of upsample is to restore the size of the output features of the data encoding process to be the same as the input data.

2.2.3 Model loss function

In image segmentation, the objective is to separate the target from other information within the current image. Therefore, the target pixels in the image are considered as positive samples, while the remaining pixels are negative samples. In other words, image segmentation constitutes an imbalanced binary classification task. Conventional loss functions are not suitable to this, which involves imbalanced data. To address this issue, several methods have been proposed. HNM (hard negative mining) is one of the more commonly used methods (Ren et al., 2015). In this study, we apply the HNM-based loss function HNML (hard negative mining loss) proposed by (Zhang et al., 2021) to identify and predict CircRNA-protein binding motifs. The computation process is shown in Eq. 3.

losspos=CrossentropyDeConvpos+lossneg=CrossentropyDeConvneg+lossnegsort=topklossneg,ratio=Vloss=meanlosspos+meanlossnegsort(3)

Where +DeConv represents the output of the last deconvolutional module. V represents the value that determined top-k when selecting top-k loss. Crossentropy represents using cross entropy function the to calculate the loss value. mean represents calculating the average of loss value.

2.2.4 Predicting CircRNA sequence motifs

Unlike the sequence-level prediction models, which can only predict whether a sequence is a bind to a protein, CPBFCN is a nucleotide-level model that can predict whether a nucleotide site binds to a protein. The outputs of CPBFCN require further processing before it can be used for predicting CircRNA motifs. We use the same approach as in CircCNN (Shen et al., 2022) proposed previously to predict motifs. This procedure consists of three steps. Firstly, the task of this step is to locate CircRNA-protein binding region, the same process described above is repeated in this step. Subsequently, the weights and outputs of first convolutional layer in the trained model were used to evaluate the potential motifs in the located regions. The highest-scored potential motif was selected as the predicted motif. Finally, PFMs (Position Frequency Matrixes) are computed by extracting the nucleotide frequency information from all aligned predicted motifs. TOMTOM is used to match the PFMs with known validated protein motifs.

3 Results

3.1 Experimental setting

In this study, three existing methods were used as baseline models for comparison with CPBFCN: CRIP, circSLNN, and iCircRBP-DHN. The evaluation of CPBFCN’s performance was based on IOU (Intersection over Union). IOU is a commonly used measure in image segmentation, which represents the overlapping ratio of the predicted labels and the true labels. iou_0 represents the ratio of predicted label 0 and true label 0. iou_1 represents the ratio of predicted label 1 and true label 1. miou (mean iou) represents the average of iou_0 and iou_1. Furthermore, this study employed three statistical indicators (p-value, e-value and q-value) to evaluate the performance of CPBFCN as compared to three baseline models in predicting motifs. The role of 5-fold cross validation in this study is to make full use of the experiment datasets to evaluate model performance when the experimental datasets are insufficient. In 5-fold cross validation, all data are divided into five parts, in which one of the segments is designated for testing purposes while the remaining segments are used for training.

Considering the effect of model structure, input data, loss function on model performance, four parameters were designed for hyper-parameter testing in this section: input data length change, the ratio value change in HNML, whether to use global average pooling, use BCE (Binary Cross-Entropy) or HNML as loss function. 19 datasets were involved in hyper-parameter experiments. Table 1 shows the different values of four parameters. Hardware platform information is shown in Table 2. The motif name in Ray2013_rbp_Homo_sapiens can be found in Supplementary Table S3. 24 hyper-parameter combinations were displayed in Supplementary Table S4.

TABLE 1
www.frontiersin.org

TABLE 1. Model hyper parameter value.

TABLE 2
www.frontiersin.org

TABLE 2. Hardware platform information.

Figure 2 shows the performance comparison of CPBFCN across 24 parameter combinations. Supplementary Tables S5–S12 shows the comparisons of miou, iou_0, and iou_1 of CPBFCN on 19 datasets. From Figure 2, it is evident that iou_0 is optimal when the input length is 201 and 501, iou_1 is best when the input length is 101. When the input length is 201, miou is the mean of iou_0 and iou_1 and the decline of iou_1 is not significant, hence miou is optimal compared with other input lengths. Considering that CPBFCN is a nucleotide-level model, our goal is to predict the nucleotide sites labeled 1 in the input data. When the input length increases, the number of positive samples does not change, and more negative samples are introduced. A variation of miou is not indicative of CPBFCN being able to predict the motif sites more accurately. Therefore, we select the best parameters from 8 parameter combinations when the input length is 101. We have included the running times of different models in Figure 2. From Figure 2, we found that model with FCN and average pooling showed no advantage than model using only FCN. After a comprehensive consideration of Figure 1 and Supplementary Tables S4–S11, we opt M7 (101, HNML, 0.7) as the optimal parameter. The subsequent section will evaluate model performance across all 37 datasets and investigate the effect of model structure change on model performance.

FIGURE 2
www.frontiersin.org

FIGURE 2. IOU and time comparison of CPBFCN with 24 parameter combination.

3.2 CPBFCN performance comparison and analysis

In this section, model performance was tested with optimal parameters across 37 datasets. Additionally, the influence of structural variations on model performance was assessed through the modification of the encoding and decoding modules within the model. Figure 3 and Supplementary Tables S13–S15 show the performance comparison of CPBFCN and its variations. Here, CPBFCN_1 represents CPBFCN with two encoding modules and two decoding modules, while CPBFCN_2 represents CPBFCN with three encoding modules and three decoding modules. Since the encoding module and the decoding module relate to feature extraction and data recovery respectively, the performance of CPBFCN_1 using only two encoding modules and two decoding modules is least desirable. For both CPBFCN_2 and CPBFCN, there is no significant performance when the input length is 101. However, for the input length is 201 and 501, CPBFCN exhibits a clear advantage. Overall, the performance of CPBFCN is still optimal.

FIGURE 3
www.frontiersin.org

FIGURE 3. (A) miou comparison of CPBFCN_1, CPBFCN_2 and CPBFCN; (B) iou_0 comparison of CPBFCN_1, CPBFCN_2 and CPBFCN; (C) iou_1 comparison of CPBFCN_1, CPBFCN_2 and CPBFCN.

During hyperparameter experimentation, we found that the miou and iou_0 of CPBFCN are optimal with an input length 201, although there is a downward trend in iou_1. In this section, we also found the same phenomenon when testing model performance with 37 datasets. However, there are still some exceptions. As shown in Supplementary Table S16, when the input length is 201, and six datasets EIF4A3, FOX2, IGF2BP1, IGF2BP2, IGF2BP3, and ZC3H7B are used to test model performance, three indicators miou, iou_0 and iou_1 display an upward trend. This suggests that an increased input length could potentially aid in identifying protein binding sites. In the next section, we will further examine this phenomenon by analyzing motif distribution.

3.3 Motif analysis

3.3.1 Motif discovery performance analysis

In this section, we first extract motifs from 37 datasets using CPBFCN and three baseline models. Subsequently, we compare known motifs in RNA/Ray2013_rbp_Homo_sapiens and motifs predicted by four models by all four models using TOMTOM. Given that CPBFCN is a nucleotide-level model, we evaluate the performance of all four models using three metrics −log2 (p-value), −log2 (q-value), −log2 (e-value).

Supplementary Figure S1 displays the distribution of three metrics for CPBFCN and three baseline models. It is clear from this figure that CPBFCN does not have an advantage. Furthermore, after comparing Supplementary Tables S1, S3, we observed that only ten motifs coexist in the two tables: FUS, FXR1, FXR2, HNRNPC, HUR, IGF2BP2, IGF2BP3, LIN28A, QKI, TIA1. Table 3 shows the discovery performance comparison of CPBFCN and three baseline models in discovering 10 coexisting motifs by scanning the motif discovery data of four models. The comparison reveals that CPBFCN and iCircRBP-DHN can identify 5 motifs, whereas CRIP and circSLNN can identify 4 and 3 motifs respectively. By comparing the p-value, e-value, and q-value of CPBFCN and iCircRBP-DHN, it is evident that CPBFCN performs better than iCircRBP-DHN in identifying HUR, IGF2BP3, TIA1.

TABLE 3
www.frontiersin.org

TABLE 3. Performance comparison of four models for 10 coexist motifs.

What’s more, Supplementary Tables S17–S20 display the top 5 motif logos found by CPBFCN, CRIP, circSLNN and iCircRBP-DHN for each dataset that correspond to the known database RNA/Ray2013_rbp_Homo_sapiens. All motif information (including match or not match with the known motifs in RNA/Ray2013_rbp_Homo_sapiens) is provided in the xlsx file Supplementary Data S2, which contain twelve sheets: FCN_all_motif, FCN_motif_match_known_motifdb, FCN_match_motif_sorted, CRIP_all_motif, CRIP_motif_match_known_motifdb, CRIP_match_motif_sorted, circSLNN_all_motif, SLNN_motif_match_known_motifdb, SLNN_match_motif_sorted, iCircRBP-DHN_all_motif, DHN _motif_match_known_motifdb, DHN_match_motif_sorted (Supplementary Tables S21–S32). Supplementary Figure S2 shows the performance comparison of three baseline models. In summary, for the task of motif discovery, CPBFCN does not hold a significant advantage over the other three baseline models. However, it still provides a novel avenue for feature learning and motif identification.

Figure 4 and Table 4 display motifs found by CPBFCN. According to the information obtained from protein databases and protein-related literature, some motifs play critical roles in gene expression regulation. For instance, the expression of specific factor E2F1 is related to transcription and cell proliferation, and RALY can impact the expression of E2F1, and thus regulate gene expression by modulating the expression of E2F1 (Cornella et al., 2017). LIN28A can not only recruit Tet1 to genomic binding sites, but the coordinated regulation of LIN28A and Tet1 can affect DNA methylation and gene expression (Zeng et al., 2016). SRSF1 is closely related to the immune system gene expression regulation (Paz et al., 2021).

FIGURE 4
www.frontiersin.org

FIGURE 4. Some motif logos found by CPBFCN.

TABLE 4
www.frontiersin.org

TABLE 4. Some motif information found by CPBFCN.

With the development of biological experimental technology, more and more proteins are discovered to be significantly linked to the occurrence, development, metastasis, and treatment of complex malignant diseases. Table 5 shows the correlation between motifs found by CPBFCN and complex diseases. In Hepatocellular Carcinoma, the expression level of ZC3H14 has an obvious negative correlation with Hepatocellular Carcinoma progression. That is to say, ZC3H14 can not only serve as a tumor suppressor, but also a potential prognostic biomarker for Hepatocellular Carcinoma patients (Zhang et al., 2019b). SNRPA plays a critical role in gastric tumor size and progression through modulating nerve growth factor, and also be used as a prognostic biomarker for gastric cancer (Dou et al., 2018). Overexpression of CORO1C can promote the invasion and metastasis of breast cancer cells, and the upregulation or downregulation of YBX1 can promote or inhibit the expression of CORO1C. Therefore, the relationship between YBX1 and CORO1C provides a new way of inhibiting breast cancer cell metastasis (Lim et al., 2017). Overexpression of RBFOX1 enhances the Permeability of the Blood-Tumor Barrier through the LINC00673/MAFF pathway, which provides a new method for enhancing the efficacy of cancer therapy (Shen et al., 2020).

TABLE 5
www.frontiersin.org

TABLE 5. Motifs found by CPBFCN are closely related to disease.

Most motifs found by CPBFCN are related to gene expression regulation or cancer occurrence, metastasis, invasion, etc. Research have demonstrated that CircRNA’s RBP sponge function also play a role in gene expression regulation. Our future research will focus on two areas: CircRNA formation regulation and CircRNA-related gene expression (or disease) regulation. For CircRNA formation regulation, our aim is to gather pre-mRNA, protein and other data related to CircRNA formation, construct a regulatory network for CircRNA formation, and investigate the underlying mechanism that control CircRNA formation. For CircRNA-related gene expression regulation, our aim is to gather CircRNA, protein, miRNA, and other data related to gene expression regulation and disease, construct a regulatory network based on a heterogeneous graph neural network, and explore the gene expression (or disease) regulation related to CircRNA. Finally, CircRNA formation network and CircRNA-gene expression (include disease) network were combined to investigate the relationship between CircRNA formation and gene expression (or disease) regulation. Our study aims to uncover new CircRNA-related regulatory pathways and identify potential targets for disease treatment.

3.4 Motif distribution analysis

3.4.1 Distribution analysis of motif directly found by CPBFCN

Table 4 displays 5 motifs directly found by CPBFCN: HNRNPC, HUR, IGF2BP3, QKI, and TIA1. According to the details described in the “Data” section, we first need to find the midpoint of the protein binding region, and then select 50 sites from the upstream and downstream to generate experimental data. Thus, these motifs should be lie in the middle of the experimental data range. Figure 5 confirms our previous assumptions concerning the corresponding distribution of HUR and QKI. For the remaining three motifs, their primary distribution areas have minor variations from the midpoint, this aligns with our initial expectations. In general, CPBFCN successfully predicted motif-binding regions located in the central region of input sequence.

FIGURE 5
www.frontiersin.org

FIGURE 5. (A) The distribution of motif HNRNPC found by CPBFCN (model motif) and motif HNRNPC in RNA/Ray2013_rbp_Homo_sapiens (meme motif); (B) The distribution of motif HUR found by CPBFCN (model motif) and motif HUR in RNA/Ray2013_rbp_Homo_sapiens (meme motif); (C) The distribution of motif IGF2BP3 found by CPBFCN (model motif) and motif IGF2BP3 in RNA/Ray2013_rbp_Homo_sapiens (meme motif); (D) The distribution of motif QKI found by CPBFCN (model motif) and motif QKI in RNA/Ray2013_rbp_Homo_sapiens (meme motif); (E) The distribution of motif TIA1 found by CPBFCN (model motif) and motif TIA1 in RNA/Ray2013_rbp_Homo_sapiens (meme motif). Here, meme motif represents the motif sequence in RNA/Ray2013_rbp_Homo_sapiens, model motif represents the motif sequence found by CPBFCN.

3.4.2 Motif distribution and CircRNA sponge analysis

In the “motif discovery performance analysis” section, we have presented several protein cases that are implicated in gene expression regulation and cancer. Due to the interaction between protein and CircRNA, the expression level of these proteins is affected by CircRNA. This is also referred to as CircRNA sponge. To examine the correlation between CircRNA sponge region and motif distribution, we tallied the protein-binding position of all CircRNAs in circinteractome, and merged them into a file that outlines the protein-binding area of each CircRNA sequence. Then, we selected four motifs (RALY, LIN28A, SART3, RBM5) and four CircRNAs (hsa_circ_0000002, has_circ_0000021, hsa_circ_0000065, hsa_circ_0000136). The distribution of four motifs in CircRNA sequence is depicted in Figure 6.

FIGURE 6
www.frontiersin.org

FIGURE 6. The relative positional between protein binding region and special motif distribution in CircRNA. Here, blue line and yellow line represents the distribution of meme motif and model motif, respectively, and the pink bar represents the protein binding region in CircRNA sequence. Due to the different length of CircRNA, the column width may be thick or thin.

From Figure 6, we found that the main distribution regions of LIN28A, SART3, and RBM5 in hsa_circ_0000002 and hsa_circ_0000021 largely overlaps with the protein-binding region in CircRNA sequence. However, there are only a few motif distribution regions in hsa_circ_0000065 and hsa_circ_0000136 that overlaps with the protein-binding region. For the motif RALY, its main distribution region only marginally overlaps with the protein-binding region in four CircRNA. Due to the large number of motifs and CircRNA, we will present the distribution of only four motifs in four CircRNA. Generally, the overlap of the main distribution region and CircRNA sponge region indicates that CircRNA can act as a sponge and influence protein expression level through CircRNA-protein binding, thereby regulating gene expression and cancer. In future research, we will collaborate with medical institutions and scientific research institutions to further confirm the relationship between CircRNA sponge and protein and explore potential regulatory pathways. There is an expectation that this research will aid in the treatment of complex diseases.

3.4.3 Some short sequences help CPBFCN to predict CircRNA-protein binding site

During experiments, we found that when the input length is 201, the miou, iou_0, iou_1 of six datasets (EIF4A3, FOX2, IGF2BP1, IGF2BP2, IGF2BP3, and ZC3H7B) outperform those with input length 101. It is well-established that deep learning models necessitate a significant amount of training data for the extraction of adequate features. Increasing the input data length may potentially improve model performance. Additionally, we are still thinking about whether there are some short sequences in the added sequence that can help identify CircRNA-protein binding sites. Here, we first divide each record in each dataset into short sequences with length 12, then count the positions of these short sequences across all records, and finally generate a distribution figure corresponding to each short sequence.

Table 6 shows motif numbers in six datasets before and after threshold filtering. While the total count of motif within six datasets is substantial, only a small number of motifs with high occurrences remain after the filtering process. If the threshold set for all six datasets is too high, motifs may not be found in some datasets, such as FOX2, IGF2BP2, ZC3H7B. Conversely, a low threshold may identify numerous candidate motifs. Therefore, different thresholds were set for six datasets. Figure 7 shows the distribution of some motifs with high occurrences in six datasets. The distribution of all motifs is shown in Supplementary Figures S3–S8. From Figure 7 and Supplementary Figures S3–S8, we found that the main distribution region of motif is divided into four types: left flank of the original binding region, right flank of the original binding region, both the left flank and right flank, and the original binding region. This suggests that alongside motif distribution within the original binding region, other motifs might assist in identifying protein binding sites independently or collectively. In our future research, besides acquiring more experimental data, we will also aim to collaborate with research institutions to investigate if these sequences can help identify protein binding sites via biological experiments.

TABLE 6
www.frontiersin.org

TABLE 6. Motifs with high occurrences in six datasets.

FIGURE 7
www.frontiersin.org

FIGURE 7. Distribution of the short sequence with high occurrences in six datasets. To facilitate the statistics of short sequence distribution, we divide the sequence into four intervals, each interval length is 50, and the red, blue, and green dotted lines represent the boundaries of each interval. The peaks in each interval represent that a short sequence appears more frequently in the current interval.

4 Discussion

CircRNA-protein binding is a crucial factor in complex biological activity and disease development. The prediction of CircRNA-protein binding motifs helps to unveil the role of CircRNA in gene expression regulation. In this study, CPBFCN was used to predict CircRNA-protein binding motif. As a nucleotide-level model, CPBFCN uses CircRNA sequence as input data. Only a small fraction of CircRNA sequence contains protein binding sites, with other sites being considered negative samples, and the proportion of positive and negative samples is unbalanced. To address this issue, hard negative mining loss was introduced. Despite the lack of a significant advantage of CPBFCN, it still provides a new path for identifying CircRNA motifs. Further analysis of the motif distribution showed that the overlap between motif main distribution region and CircRNA sponge region is more favorable for to the regulatory function of CircRNA in the biological process, and some short sequences help to identify CircRNA-protein binding sites.

For future research, we have two directions. One is to enhance the motif prediction ability of CPBFCN by fine-tuning the model structure and parameters. The other is based on CPBFCN and includes three subtasks. Firstly, based on the experimental result of CPBFCN and CircCNN, combined with other CircRNA-related data, we will construct a CircRNA formation regulation network by integrating the experimental outcomes of CPBFCN and CircCNN with other CircRNA-related data, and then explore the regulatory mechanism behind CircRNA formation. Secondly, make full use of CPBFCN to identify protein binding regions in CircRNA sequence, in-depth study the role of CircRNA sponge, integrate biological data such as miRNA, protein, and construct CircRNA-gene expression (and disease) regulation network, reveal the function of CircRNA in biological activity. Thirdly, CPBFCN is a nucleotide-level model that can be used to identify whether the CircRNA sequence site is mutated, and then to study the impact of CircRNA site mutation on gene expression and disease regulation.

Data availability statement

Publicly available datasets were analyzed in this study. This data can be found here: https://github.com/kavin525zhang/CRIP and https://github.com/szhh521/CPBFCN.

Author contributions

ZS: Writing–original draft, Writing–review and editing. WL: Writing–review and editing. SZ: Writing–review and editing. QZ: Writing–review and editing. SW: Writing–review and editing. LY: Writing–review and editing.

Funding

The authors declare financial support was received for the research, authorship, and/or publication of this article. This work was supported by the National Natural Science Foundation of China (Grant nos. 62102200, 62002189, and 62002266) and supported by the Key Research Program in Higher Education of Henan (Grant Number 22A520036) and supported by Science and Technology Research Project of Henan Province (No. 232102211058) and partly supported by the Natural Science Foundation of Shandong Province, China (No. ZR2020QF038) and partly supported by the Technology Small and Medium Enterprises Innovation Capability Improvement Project of Shandong Province (No. 2023TSGC0279) and partly supported by Qilu University of Technology (Shandong Academy of Sciences) Talent Scientific Research Project (No. 2023RCKY128).

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Supplementary material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fgene.2023.1283404/full#supplementary-material

References

Abbasi, K., Razzaghi, P., Poso, A., Amanlou, M., Ghasemi, J. .B., Masoudi-Nejad, A., et al. (2020). DeepCDA: deep cross-domain compound-protein affinity prediction through LSTM and convolutional neural networks. Bioinformatics 36 (17), 4633–4642. doi:10.1093/bioinformatics/btaa544

PubMed Abstract | CrossRef Full Text | Google Scholar

Alipanahi, B., Delong, A., Weirauch, M. .T., and Frey, B. .J. (2015). Predicting the sequence specificities of DNA-and RNA-binding proteins by deep learning. Nat. Biotechnol. 33 (8), 831–838. doi:10.1038/nbt.3300

PubMed Abstract | CrossRef Full Text | Google Scholar

Barnes, C., and Kanhere, A. (2016). “Identification of RNA–protein interactions through in vitro rna pull-down assays,” in Polycomb group proteins (Berlin, Germany: Springer), 99–113.

CrossRef Full Text | Google Scholar

Cao, C., Yang, S., Li, M., and Li, C. (2023). CircSSNN: circRNA-binding site prediction via sequence self-attention neural networks with pre-normalization. BMC Bioinforma. 24 (1), 220. doi:10.1186/s12859-023-05352-7

CrossRef Full Text | Google Scholar

Chen, W., Lei, T.-Y., Jin, D.-C., Lin, H., and Chou, K.-C. (2014). PseKNC: A flexible web server for generating pseudo K-tuple nucleotide composition. Anal. Biochem. 456, 53–60. doi:10.1016/j.ab.2014.04.001

PubMed Abstract | CrossRef Full Text | Google Scholar

Cornella, N., Tebaldi, T., Gasperini, L., Singh, J., Padgett, R. .A., Rossi, A., et al. (2017). The hnRNP RALY regulates transcription and cell proliferation by modulating the expression of specific factors including the proliferation marker E2F1. J. Biol. Chem. 292 (48), 19674–19692. doi:10.1074/jbc.M117.795591

PubMed Abstract | CrossRef Full Text | Google Scholar

Dou, N., Yang, D., Yu, S., Wu, B., Gao, Y., and Li, Y. (2018). SNRPA enhances tumour cell growth in gastric cancer through modulating NGF expression. Cell Prolif. 51 (5), e12484. doi:10.1111/cpr.12484

PubMed Abstract | CrossRef Full Text | Google Scholar

Gagliardi, M., and Matarazzo, M. .R. (2016). “Rip: rna immunoprecipitation,” in Polycomb group proteins (Berlin, Germany: Springer), 73–86.

CrossRef Full Text | Google Scholar

Hafner, M., Landthaler, M., Burger, L., Khorshid, M., Hausser, J., Berninger, P., et al. (2010). Transcriptome-wide identification of RNA-binding protein and microRNA target sites by PAR-CLIP. Cell 141 (1), 129–141. doi:10.1016/j.cell.2010.03.009

PubMed Abstract | CrossRef Full Text | Google Scholar

Jain, D., Kumar, A., and Garg, G. (2020). Sarcasm detection in mash-up language using soft-attention based bi-directional LSTM and feature-rich CNN. Appl. Soft Comput. 91, 106198. doi:10.1016/j.asoc.2020.106198

CrossRef Full Text | Google Scholar

Jia, C., Bi, Y., Chen, J., Leier, A., Li, F., and Song, J. (2020). Passion: an ensemble neural network approach for identifying the binding sites of RBPs on circRNAs. Bioinformatics 36 (15), 4276–4282. doi:10.1093/bioinformatics/btaa522

PubMed Abstract | CrossRef Full Text | Google Scholar

Ju, Y., Yuan, L., Yang, Y., and Zhao, H. (2019). CircSLNN: identifying RBP-binding sites on circRNAs via sequence labeling neural networks. Front. Genet. 10, 1184. doi:10.3389/fgene.2019.01184

PubMed Abstract | CrossRef Full Text | Google Scholar

König, J., Zarnack, K., Rot, G., Curk, T., Kayikci, M., Zupan, B., et al. (2010). iCLIP reveals the function of hnRNP particles in splicing at individual nucleotide resolution. Nat. Struct. Mol. Biol. 17 (7), 909–915. doi:10.1038/nsmb.1838

PubMed Abstract | CrossRef Full Text | Google Scholar

Kristensen, L. .S., Andersen, M. .S., Stagsted, L. .V., Ebbesen, K. .K., Hansen, T. .B., and Kjems, J. (2019). The biogenesis, biology and characterization of circular RNAs. Nat. Rev. Genet. 20 (11), 675–691. doi:10.1038/s41576-019-0158-7

PubMed Abstract | CrossRef Full Text | Google Scholar

Kumar, M., Gromiha, M. .M., and Raghava, G. .P. .S. (2008). Prediction of RNA binding sites in a protein using SVM and PSSM profile. Proteins Struct. Funct. Bioinforma. 71 (1), 189–194. doi:10.1002/prot.21677

PubMed Abstract | CrossRef Full Text | Google Scholar

Le, N. .Q. .K., Ho, Q.-T., Nguyen, T.-T.-D., and Ou, Y.-Y. (2021). A transformer architecture based on BERT and 2D convolutional neural network to identify DNA enhancers from sequence information. Briefings Bioinforma. 22 (5), bbab005. doi:10.1093/bib/bbab005

CrossRef Full Text | Google Scholar

Li, B., Zhang, X.-Q., Liu, S.-R., Liu, S., Sun, W.-J., Lin, Q., et al. (2017a). Discovering the interactions between circular RNAs and RNA-binding proteins from CLIP-seq data using circScan. bioRxiv, 115980. doi:10.1101/115980

CrossRef Full Text | Google Scholar

Li, H., Deng, Z., Yang, H., Pan, X., Wei, Z., Shen, H.-B., et al. (2022). circRNA-binding protein site prediction based on multi-view deep learning, subspace learning and multi-view classifier. Briefings Bioinforma. 23 (1), bbab394. doi:10.1093/bib/bbab394

CrossRef Full Text | Google Scholar

Li, P., Song, Y., McLoughlin, I. .V., Guo, W., and Dai, L.-R. (2018b). An attention pooling based representation learning method for speech emotion recognition.

Google Scholar

Li, W., Wong, W. .H., and Jiang, R. (2019). DeepTACT: predicting 3D chromatin contacts via bootstrapping deep learning. Nucleic acids Res. 47 (10), e60. doi:10.1093/nar/gkz167

PubMed Abstract | CrossRef Full Text | Google Scholar

Li, X., Yang, L., and Chen, L.-L. (2018a). The biogenesis, functions, and challenges of circular RNAs. Mol. Cell 71 (3), 428–442. doi:10.1016/j.molcel.2018.06.034

PubMed Abstract | CrossRef Full Text | Google Scholar

Li, Y. .E., Xiao, M., Shi, B., Yang, Y.-C. .T., Wang, D., Wang, F., et al. (2017b). Identification of high-confidence RNA regulatory elements by combinatorial classification of RNA–protein binding sites. Genome Biol. 18 (1), 169–216. doi:10.1186/s13059-017-1298-8

PubMed Abstract | CrossRef Full Text | Google Scholar

Licatalosi, D. .D., Mele, A., Fak, J. .J., Ule, J., Kayikci, M., Chi, S. .W., et al. (2008). HITS-CLIP yields genome-wide insights into brain alternative RNA processing. Nature 456 (7221), 464–469. doi:10.1038/nature07488

PubMed Abstract | CrossRef Full Text | Google Scholar

Lim, J. .P., Shyamasundar, S., Gunaratne, J., Scully, O. .J., Matsumoto, K., and Bay, B. .H. (2017). YBX1 gene silencing inhibits migratory and invasive potential via CORO1C in breast cancer in vitro. BMC cancer 17 (1), 201–215. doi:10.1186/s12885-017-3187-7

PubMed Abstract | CrossRef Full Text | Google Scholar

Liu, C.-X., and Chen, L.-L. (2022). Circular RNAs: characterization, cellular roles, and applications. Cell 185, 2390. doi:10.1016/j.cell.2022.06.001

PubMed Abstract | CrossRef Full Text | Google Scholar

Liu, Z.-P., Wu, L.-Y., Wang, Y., Zhang, X.-S., and Chen, L. (2010). Prediction of protein–RNA binding sites by a random forest method with combined features. Bioinformatics 26 (13), 1616–1622. doi:10.1093/bioinformatics/btq253

PubMed Abstract | CrossRef Full Text | Google Scholar

Niu, M., Zou, Q., and Lin, C. (2022). Crbpdl: identification of circRNA-RBP interaction sites using an ensemble neural network approach. PLoS Comput. Biol. 18 (1), e1009798. doi:10.1371/journal.pcbi.1009798

PubMed Abstract | CrossRef Full Text | Google Scholar

Paz, S., Ritchie, A., Mauer, C., and Caputi, M. (2021). The RNA binding protein SRSF1 is a master switch of gene expression and regulation in the immune system. Cytokine & growth factor Rev. 57, 19–26. doi:10.1016/j.cytogfr.2020.10.008

CrossRef Full Text | Google Scholar

Quang, D., and Xie, X. (2016). DanQ: A hybrid convolutional and recurrent deep neural network for quantifying the function of DNA sequences. Nucleic acids Res. 44 (11), e107. doi:10.1093/nar/gkw226

PubMed Abstract | CrossRef Full Text | Google Scholar

Ren, S., He, K., Girshick, R., and Sun, J. (2015). Faster r-cnn: towards real-time object detection with region proposal networks. Adv. neural Inf. Process. Syst. 28.

Google Scholar

Shen, S., Yang, C., Liu, X., Zheng, J., Liu, Y., Liu, L., et al. (2020). RBFOX1 regulates the permeability of the blood-tumor barrier via the LINC00673/MAFF pathway. Mol. Therapy-Oncolytics 17, 138–152. doi:10.1016/j.omto.2020.03.014

PubMed Abstract | CrossRef Full Text | Google Scholar

Shen, Z., Deng, S.-P., and Huang, D.-S. (2019). RNA-protein binding sites prediction via multi scale convolutional gated recurrent unit networks. IEEE/ACM Trans. Comput. Biol. Bioinforma. 17 (5), 1741–1750. doi:10.1109/TCBB.2019.2910513

CrossRef Full Text | Google Scholar

Shen, Z., Shao, Y. .L., Liu, W., Zhang, Q., and Yuan, L. (2022). Prediction of Back-splicing sites for CircRNA formation based on convolutional neural networks. BMC genomics 23 (1), 581. doi:10.1186/s12864-022-08820-1

PubMed Abstract | CrossRef Full Text | Google Scholar

Singh, R., Lanchantin, J., Robins, G., and Qi, Y. (2016). DeepChrome: deep-learning for predicting gene expression from histone modifications. Bioinformatics 32 (17), i639–i648. doi:10.1093/bioinformatics/btw427

PubMed Abstract | CrossRef Full Text | Google Scholar

Su, X., Hu, L., You, Z., Hu, P., Wang, L., and Zhao, B. (2022a). A deep learning method for repurposing antiviral drugs against new viruses via multi-view nonnegative matrix factorization and its application to SARS-CoV-2. Briefings Bioinforma. 23 (1), bbab526. doi:10.1093/bib/bbab526

CrossRef Full Text | Google Scholar

Su, X., You, Z.-H., Huang, D. S., Wang, L., Wong, L., Ji, B., et al. (2022b). Biomedical knowledge graph embedding with capsule network for multi-label drug-drug interaction prediction. IEEE Trans. Knowl. Data Eng., 1. doi:10.1109/tkde.2022.3154792

CrossRef Full Text | Google Scholar

Wang, D., Liang, Y., and Xu, D. (2019a). Capsule network for protein post-translational modification site prediction. Bioinformatics 35 (14), 2386–2394. doi:10.1093/bioinformatics/bty977

PubMed Abstract | CrossRef Full Text | Google Scholar

Wang, L., Wong, L., Li, Z., Huang, Y., Su, X., Zhao, B., et al. (2022). A machine learning framework based on multi-source feature fusion for circRNA-disease association prediction. Briefings Bioinforma. 23 (5), bbac388. doi:10.1093/bib/bbac388

CrossRef Full Text | Google Scholar

Wang, S., He, Y., Chen, Z., and Zhang, Q. (2021). Fcngru: locating transcription factor binding sites by combing fully convolutional neural network with gated recurrent unit. IEEE J. Biomed. Health Inf. 26 (4), 1883–1890. doi:10.1109/JBHI.2021.3117616

CrossRef Full Text | Google Scholar

Wang, Z., and Lei, X. (2021). Identifying the sequence specificities of circRNA-binding proteins based on a capsule network architecture. BMC Bioinforma. 22 (1), 19–16. doi:10.1186/s12859-020-03942-3

CrossRef Full Text | Google Scholar

Wang, Z., Lei, X., and Wu, F.-X. (2019b). Identifying cancer-specific circRNA–RBP binding sites based on deep learning. Molecules 24 (22), 4035. doi:10.3390/molecules24224035

PubMed Abstract | CrossRef Full Text | Google Scholar

Yang, L., Wilusz, J. .E., and Chen, L.-L. (2022a). Biogenesis and regulatory roles of circular RNAs. Annu. Rev. Cell Dev. Biol. 38, 263–289. doi:10.1146/annurev-cellbio-120420-125117

PubMed Abstract | CrossRef Full Text | Google Scholar

Yang, Y., Hou, Z., Ma, Z., Li, X., Wong, K.-C., and iCircRBP-Dhn, (2021). iCircRBP-DHN: identification of circRNA-RBP interaction sites using deep hierarchical network. Briefings Bioinforma. 22 (4), bbaa274. doi:10.1093/bib/bbaa274

CrossRef Full Text | Google Scholar

Yang, Y., Hou, Z., Wang, Y., Ma, H., Sun, P., Ma, Z., et al. (2022b). HCRNet: high-throughput circRNA-binding event identification from CLIP-seq data using deep temporal convolutional network. Briefings Bioinforma. 23 (2), bbac027. doi:10.1093/bib/bbac027

CrossRef Full Text | Google Scholar

Yu, B., Wang, X., Zhang, Y., Gao, H., Wang, Y., Liu, Y., et al. (2022). RPI-MDLStack: predicting RNA–protein interactions through deep learning with stacking strategy and LASSO. Appl. Soft Comput. 120, 108676. doi:10.1016/j.asoc.2022.108676

CrossRef Full Text | Google Scholar

Yuan, L., and Yang, Y. (2021). DeCban: prediction of circRNA-RBP interaction sites by using double embeddings and cross-branch attention networks. Front. Genet. 11, 632861. doi:10.3389/fgene.2020.632861

PubMed Abstract | CrossRef Full Text | Google Scholar

Zang, J., Lu, D., and Xu, A. (2020). The interaction of circRNAs and RNA binding proteins: an important part of circRNA maintenance and function. J. Neurosci. Res. 98 (1), 87–97. doi:10.1002/jnr.24356

PubMed Abstract | CrossRef Full Text | Google Scholar

Zeng, Y., Yao, B., Shin, J., Lin, L., Kim, N., Song, Q., et al. (2016). Lin28A binds active promoters and recruits Tet1 to regulate gene expression. Mol. Cell 61 (1), 153–160. doi:10.1016/j.molcel.2015.11.020

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhang, C., Cao, P., Yang, A., Xia, X., Li, Y., Shi, M., et al. (2019b). Downregulation of ZC3H14 driven by chromosome 14q31 deletion promotes hepatocellular carcinoma progression by activating integrin signaling. Carcinogenesis 40 (3), 474–486. doi:10.1093/carcin/bgy146

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhang, K., Pan, X., Yang, Y., and Shen, H.-B. (2019a). Crip: predicting circRNA–RBP-binding sites using a codon-based encoding and hybrid deep neural networks. Rna 25 (12), 1604–1615. doi:10.1261/rna.070565.119

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhang, L., Lu, C., Zeng, M., Li, Y., and Wang, J. (2023). Crmss: predicting circRNA-RBP binding sites based on multi-scale characterizing sequence and structure features. Briefings Bioinforma. 24 (1), bbac530. doi:10.1093/bib/bbac530

CrossRef Full Text | Google Scholar

Zhang, Q., Wang, S., Chen, Z., He, Y., Liu, Q., and Huang, D.-S. (2021). Locating transcription factor binding sites by fully convolutional neural network. Briefings Bioinforma. 22 (5), bbaa435. doi:10.1093/bib/bbaa435

CrossRef Full Text | Google Scholar

Zhang, Y., Wang, X., and Kang, L. (2011). A k-mer scheme to predict piRNAs and characterize locust piRNAs. Bioinformatics 27 (6), 771–776. doi:10.1093/bioinformatics/btr016

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhou, J., and Troyanskaya, O. .G. (2015). Predicting effects of noncoding variants with deep learning–based sequence model. Nat. methods 12 (10), 931–934. doi:10.1038/nmeth.3547

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: CircRNA-protein binding sites prediction, deep learning, fully convolutional neural networks, hard negative mining loss, nucleotide-level prediction

Citation: Shen Z, Liu W, Zhao S, Zhang Q, Wang S and Yuan L (2023) Nucleotide-level prediction of CircRNA-protein binding based on fully convolutional neural network. Front. Genet. 14:1283404. doi: 10.3389/fgene.2023.1283404

Received: 26 August 2023; Accepted: 21 September 2023;
Published: 06 October 2023.

Edited by:

Suyan Tian, Jilin University, China

Reviewed by:

Bin Yang, Zaozhuang University, China
Zhen-Hao Guo, University of Chinese Academy of Sciences, China
Lei Wang, Guangxi Academy of Sciences, China

Copyright © 2023 Shen, Liu, Zhao, Zhang, Wang and Yuan. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Lin Yuan, yuanlindc@126.com

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.