ORIGINAL RESEARCH article

Front. Genet., 07 October 2021

Sec. Computational Genomics

Volume 12 - 2021 | https://doi.org/10.3389/fgene.2021.749256

Screening Potential Drugs for COVID-19 Based on Bound Nuclear Norm Regularization

  • 1. School of Computer Science, Hunan University of Technology, Zhuzhou, China

  • 2. College of Life Sciences and Chemistry, Hunan University of Technology, Zhuzhou, China

Abstract

The novel coronavirus pneumonia COVID-19 infected by SARS-CoV-2 has attracted worldwide attention. It is urgent to find effective therapeutic strategies for stopping COVID-19. In this study, a Bounded Nuclear Norm Regularization (BNNR) method is developed to predict anti-SARS-CoV-2 drug candidates. First, three virus-drug association datasets are compiled. Second, a heterogeneous virus-drug network is constructed. Third, complete genomic sequences and Gaussian association profiles are integrated to compute virus similarities; chemical structures and Gaussian association profiles are integrated to calculate drug similarities. Fourth, a BNNR model based on kernel similarity (VDA-GBNNR) is proposed to predict possible anti-SARS-CoV-2 drugs. VDA-GBNNR is compared with four existing advanced methods under fivefold cross-validation. The results show that VDA-GBNNR computes better AUCs of 0.8965, 0.8562, and 0.8803 on the three datasets, respectively. There are 6 anti-SARS-CoV-2 drugs overlapping in any two datasets, that is, remdesivir, favipiravir, ribavirin, mycophenolic acid, niclosamide, and mizoribine. Molecular dockings are conducted for the 6 small molecules and the junction of SARS-CoV-2 spike protein and human angiotensin-converting enzyme 2. In particular, niclosamide and mizoribine show higher binding energy of −8.06 and −7.06 kcal/mol with the junction, respectively. G496 and K353 may be potential key residues between anti-SARS-CoV-2 drugs and the interface junction. We hope that the predicted results can contribute to the treatment of COVID-19.

Introduction

Novel coronavirus pneumonia COVID-19, erupted in Wuhan, Hubei, China, has become a global public health challenge (Nittari et al., 2020). By July 26, 2021, it has caused 192,284,207 confirmed cases and 4,128,152 deaths (WHO, 2021). Although the COVID-19 vaccine has been researched and developed in many countries and regions, it still fails to avoid the risk of infection. Therefore, it is an urgent task to design effective drugs for the COVID-19 treatment (Khan et al., 2020a).

COVID-19 is caused by SARS-CoV-2 infection. SARS-CoV-2, like most coronaviruses, is a positive single stranded virus with unique coronal protein spikes (Khan et al., 2020b). It invades human body through SARS-CoV-2 Spike (S) protein binding with the surface of host angiotensin-converting enzyme 2 (ACE2) (Morse et al., 2020). Based on the homology between SARS-CoV-2 and other RNA viruses (such as SARS-CoV and MERS-CoV), we can investigate RNA virus-related FDA-approved drugs to find possible chemical agents for preventing COVID-19.

Computational methods for identifying potential antiviral drugs against COVID-19 contain structure-based methods and network-based methods. Structure-based methods are a pivotal implement based on computer-aided drug design and structural molecular biology. The type of methods aims at predicting binding sites between chemical agents and target proteins and thus elucidating basic biochemical processes (McConkey et al., 2002). Lan et al. (2020) determined the crystal structure of receptor-binding domain (RBD) in which the S protein binds to ACE2. Li et al. (2021) screened 21 antiviral, antifungal and anticancer compounds to identify possible SARS-CoV-2 papain inhibitors based on silicon molecular docking. utilized sequence analysis and molecular docking to construct an anti-COVID-19 RNA-dependent RNA polymerase (RdRp) prediction model. Panda et al. (2020) used molecular docking technique to implement virtual screening among SARS-CoV-2 protein, main protease, and RDB/ACE2 complex and FDA-approved antiviral drugs. Maurya et al. (2020) screened possible antiviral natural products against the S protein and its cellular receptor from Ayurveda through molecular docking. utilized a structure-based virtual screening technique to find possible inhibitors for SARS-CoV-2 entering cells. Wang et al. (2020a) investigated the development of structure-based methods and emphasized the limitations and further works of anti-SARS-CoV-2 drug research. exploited structure-based virtual screening technique to investigate the inhibition effects of major proteases in coronavirus.

Network-based methods have been broadly applied to anti-SARS-CoV-2 drug screening. For example, Peng et al. (2020) built one virus-drug (VDA) association dataset and employed a regularized least square classifier to explore the therapeutic clues of COVID-19 by combining drug chemical structures, virus complete genome sequences, bipartite local model and neighborhood association information. Zhou L. et al. (2020) exploited a KATZ algorithm (VDA-KATZ) to predict candidate drugs for the SARS-CoV-2 prevention on the VDA dataset. Peng et al. (2021) continued to construct two VDA datasets and developed a random walk with restart method (VDA-RWR) to prioritize drugs related to COVID-19. Zhou Y. et al. (2020) designed a formidable network-based method to reposition the existing chemical agents and quickly screened latent drug combinations for COVID-19. Taz et al. (2021) identified the infectious responses between SARS-CoV-2 and idiopathic pulmonary fibrosis-infected lung cells based on protein-protein interaction network. probed a network-based virus-host interaction prediction method and considered its application on SARS-CoV-2. Messina et al. (2020) studied pathogenesis of SARS-CoV-2 infection to discover the etiopathogenesis of COVID-19 by analyzing virus-host interactome. found that Vitamin D may inhibit SARS-CoV-2 infection based on a network analysis approach. Stolfi et al. (2020) used a broader molecular map to reveal potential therapeutic strategy for COVID-19.

Computational methods effectively prioritize potential drugs for the SARS-CoV-2 infection. In this work, we propose a Virus-Drug Association (VDA) prediction algorithm, VDA-GBNNR, to discover potential chemical agents against COVID-19 based on virus similarity, drug similarity, VDA network, Gaussian Association Profile Kernel (GAPK), and Bounded Nuclear Norm Regularization (BNNR). VDA-GBNNR is compared with three existing VDA prediction methods, that is, VDA- RLSBN (Peng et al., 2020), VDA-KATZ (Zhou L. et al., 2020), VDA-RWR (Peng et al., 2021) and one network-based microRNA-anticancer drug association prediction model SMiR-NBI (Li et al., 2016) on three VDA datasets. The experimental results show that VDA-GBNNR computes the best AUC, accuracy, sensitivity, and specificity. In addition, the inferred top six antiviral drugs against SARS-CoV-2, remdesivir, favipiravir, ribavirin, mycophenolic acid, niclosamide, and mizoribine come together in any two datasets. Molecular dockings between the six compounds and the junction of SARS-CoV-2 S protein and human ACE2 are implemented to calculate molecular binding energies and identify binding sites between them. Niclosamide and mizoribine are found to have the strongest binding energy of −8.06 and −7.06 kcal/mol with the junction, respectively.

Materials and Methods

In this study, inspired by the works provided by ; , Yang et al. (2019), and Liu et al. (2020) we develop a VDA prediction framework (VDA-GBNNR) to screen underlying drugs for inhibiting COVID-19. First, virus similarity and drug similarity are calculated based on virus complete genomic sequences, drug chemical structures, and Gaussian Association Profiles (AP). Second, a BNNR model is developed to complete unknown associations between viruses and drugs. Finally, the predicted top anti-SARS-CoV-2 drugs are docked with the junction of the S protein bound with ACE2. The overall workflow is shown in Figure 1.

FIGURE 1

Datasets

Three VDA datasets are obtained from Peng et al. (2021). Each dataset contains virus similarity matrix, drug similarity matrix, and VDA matrix. In each dataset, virus complete genomic sequences were downloaded from the NCBI database (), and MAFFT (Katoh et al., 2019) (a multi-sequence alignment tool) was utilized to compute virus sequence similarity matrix Wvv. Drug chemical structures were obtained from DrugBank (Wishart et al., 2018) and RDKit (an open-source chemical information software) was used to calculate drug chemical structure similarity matrix Wdd. VDA matrix Wvd is achieved by searching the DrugBank, NCBI, and PubMed (Motschall and Falck-Ytter, 2005) databases. In Wvd, Wij = 1 if virus vi interacts with drug dj; otherwise, Wij = 0. Table 1 shows the details of three VDA datasets.

TABLE 1

DatasetsDataset 1Dataset 2Dataset 3
Number of viruses (m)126934
Number of drugs (n)78128203
Number of VDAs96770407
Proportion of VDA to all virus-drug pairs10.26%8.72%5.90%

Details of three VDA datasets.

Similarity Computation

GAPK Similarity

For a given virus vi, the Gaussian association profile AP(vi) is defined as the ith row of a VDA matrix Wvd to describe its association information with all drugs. GAPK similarity between two viruses [i.e., (vi, vj)] is calculated by Eq. (1).

where γv represents normalized kernel bandwidth based on bandwidth parameter , and m is the number of viruses.

For a given drug di, its Gaussian association profile AP(di) is defined as the ith column of a VDA matrix Wvd to describe its association information with all viruses. GAPK similarity between two drugs [i.e., (di, dj)] is computed by Eq. (2):

where γd indicates normalized kernel bandwidth based on bandwidth parameter , and n is the number of drugs.

Similarity Integration

Complete genomic sequence similarity Wvv, chemical structure similarity Wdd, and GAPK similarity (GV and GD) are integrated to compute the final virus similarity matrix SV (Eq. 3) and drug similarity SD (Eq. 4). The parameter w is introduced to measure the importance between biological similarity and GAPK similarity.

Heterogeneous Network Construction

A heterogeneous virus-drug network is constructed by integrating virus similarity network, drug similarity network and VDA network. The edge between two viruses/drugs is weighted according to their similarity. The heterogeneous network can be represented as a bipartite graph G(V, D, E), where E(G) = {eij} ⊆ V × D, eij represents the edge between the virus vi and the drug dj, V and D represent virus set and drug set, respectively. The adjacency matrix of the heterogeneous network is defined as Eq. (5).

where Wvd denotes known VDA matrix, Mdd and Mvv represent the adjacency matrices of drug similarity network and virus similarity network, respectively. Hence, the adjacency matrix can be rewritten as Eq. (6).

VDA-GBNNR Model

In three VDA datasets, known VDAs in the matrix Wvd account for about 10.26, 8.72, and 5.90% among all possible virus-drug pairs, respectively. That is, the majority of virus-drug pairs are unlabeled and need to be completed. Therefore, we aim to complete unknown elements through a bounded nuclear norm regularization model.

The rank of a matrix describes information redundancy, and lower rank denotes less information redundance. Indeed, VDA prediction can be represented as a low-rank matrix completion problem. Therefore, we built the following model to complete the missing association information in a VDA matrix by Eq. (7):

where A is a matrix after completion, rank(⋅) indicates the rank of a matrix, M ∈ ℛ (m + n) × (m + n) is a given VDA matrix, Ω is the set of index pairs (i, j) which contains all known VDAs in M, and PΩ is the projection operator on Ω.

The solution of rank (A) in Eq. (7) is a non-convex problem. Based on the nuclear norm optimization provided by , the model Eq. (7) can be solved by Eq. (9):

where ||A||* denotes the nuclear norm of A and can be obtained by summating all singular values in A.

The elements in virus similarity matrix Wvv and drug similarity matrix Wdd are between 0 and 1, and the elements in VDA matrix Wvd are either 1 or 0. Therefore, the predicted association scores for unknown virus-drug pairs are expected to be between 0 and 1. The value closer to 1 denotes bigger probability that a virus and a drug pair is linked, and vice versa. However, the elements in Eq. (9) may be any real value in (−∞, + ∞). To ensure that the predicted results are within the interval of [0, 1], a bounded constraint is added to Eq. (9). In addition, there may exist data noise when evaluating virus similarities and drug similarities. To solve this problem, we build a matrix completion model with noise tolerance based on rank minimization by Eq. (10):

where ||⋅||F denotes Frobenius norm and ∈ indicates the noise level.

Since the noise level is unknown, it is difficult to choose the most appropriate parameters in Eq. (10). Therefore, a soft regularization term is introduced to tolerate unknown noise and reduce computational complexity. Thus, a bound nuclear norm regularization model (VDA-GBNNR) is developed to screen possible associations between viruses and drugs by Eq. (11):

where α is a parameter used to balance the nuclear norm and the error term, and each element in A satisfies 0 ≤ Aij ≤ 1.

Through introducing an auxiliary matrix W, Eq. (11) can be optimized using alternating direction method of multipliers defined by Eq. (12).

where the initial term A1 = PΩ (M). Consequently, the augmented Lagrange function can be defined by Eq. (13).

where B denotes the Lagrange multiplier and β > 0 indicates the penalty parameter. At each iteration, VDA-GBNNR alternatively calculates Wk + 1, Ak + 1 and Bk + 1 by fixing other two terms. The specific solutions about Wk + 1, Ak + 1 and Bk + 1 were provided by Yang et al. (2019). VDA-GBNNR can update VDA matrix by completing the missing elements in Wvd.

Results

Evaluation Metrics

In this study, sensitivity, specificity, accuracy, and AUC are used to evaluate the performance of our proposed VDA-GBNNR method. Accuracy denotes the proportion of correctly inferred positive and negative VDAs to all positive and negative VDAs. Sensitivity denotes the ratio of correctly predicted positive VDAs to all positive VDAs. Specificity represents the rate of correctly identified negative VDAs to all negative VDAs. The details are defined by Eqs. (14)–(16):

where TP, FP, FN, and TN indicate true positive, false positive, false negative, and true negative, respectively.

AUC denotes Area Under the Receiver Operating Characteristic (ROC) Curve. In the curve, the horizontal axis indicates False Positive Rate (FPR) and the vertical axis indicates True Positive Rate (TPR). FPR denotes the proportion of predicted false positive VDAs to all negative VDAs and TPR demonstrates the proportion of true positive VDAs to all positive VDAs. They are defined by Eqs. (17)–(18):

Experimental Settings and Parameter Selection

In the experiment, we conduct fivefold cross validation for 10 times to evaluate the performance of VDA-GBNNR. Eighty percent of elements in the VDA matrix Wvd are randomly selected as the training set and the remaining is used the testing set. Parameters α, β, w, and γ′ are set in the range of [0.1, 1, 10, 100], [0.1, 1, 10, 100], [0, 0.1, 0.2,…, 1], and [0.5, 1, 1.5,…, 3], respectively. The optimal parameter combination is obtained by grid search. Table 2 shows parameter combinations when the top 10 AUCs are confirmed based fivefold cross validation for 10 times.

TABLE 2

RankDataset 1
Dataset 2
Dataset 3
αβwγ′AUCαβwγ′AUCαβwγ′AUC
110.10.50.50.90131100.40.50.85641100.20.50.8818
2110.50.50.90101100.30.50.8562110.70.50.8804
3110.510.90021100.20.50.85591100.10.50.8799
4110.40.50.89941100.510.85571100.110.8795
510.10.40.50.89771100.310.8554110.60.50.8794
610.10.510.89191100.410.85531100.30.50.8792
710.10.410.890710100.410.85511002.50.8782
8110.410.889610100.510.8546110020.8782
9110.30.50.88941100.50.50.854411001.50.8775
10110.610.88781100.41.50.85410.10.50.50.8775

Parameter settings for the top 10 AUCs.

Table 3 shows the optimal parameter settings for VDA-KATZ, VDA-RLSBN, VDA-RWR, and VDA-GBNNR based on grid search. The four methods obtain the best performance when parameters are set the corresponding values provided by Table 3. In the SMiR-NBI method, there is no parameter to set.

TABLE 3

VDA-KATZVDA-RLSBNVDA-RWRVDA-GBNNR
Dataset 1β = 0.04
w1 = w2 = 0.9
α = 0.4r = 0.7
μ = 0.9
α = 0.5
α = 1
β = 0.1
w = 0.5
γ′ = 0.5

Dataset 2β = 0.06
w1 = w2 = 0.3
α = 0.1r = 0.7
μ = 0.9
α = 0.5
α = 1
β = 10
w = 0.3
γ′ = 0.5

Dataset 3β = 0.05
w1 = w2 = 0.7
α = 0.1r = 0.7
μ = 0.9
α = 0.5
α = 1
β = 10
w = 0.1
γ′ = 0.5

Optimal parameter settings for different models.

Performance Comparison With Other Methods

To evaluate the performance of VDA-GBNNR, we compare it with four classical association prediction methods based on fivefold cross validation, that is, SMiR-NBI, VDA-RLSBN, VDA-KATZ, and VDA-RWR. SMiR-NBI prioritized miRNAs as possible biomarkers to depict their responses to anticancer drug therapy on a heterogeneous drugs-miRNA network. VDA-KATZ, VDA-RLSBN, and VDA-RWR are the newest three VDA prediction algorithms. The experiments are implemented for 100 times and the average performance is taken as the final results. Table 4 gives sensitivities, specificities, accuracies, and AUCs of the five VDA identification models on the three VDA datasets.

TABLE 4

DatasetsMethodsSensitivitySpecificityAccuracyAUC
Dataset 1SMiR-NBI0.83420.19250.20690.5728
VDA-KATZ0.69760.66840.66910.8803
VDA-RLSBN0.92790.98410.92980.9085
VDA-RWR0.48240.78310.82780.8582
VDA-GBNNR0.82240.84600.84000.8965

Dataset 2SMiR-NBI0.83390.09390.10780.4146
VDA-KATZ0.55120.75740.75350.8296
VDA-RLSBN0.55170.73910.72280.7873
VDA-RWR0.50220.66430.66130.6675
VDA-GBNNR0.83580.84250.83650.8562

Dataset 3SMiR-NBI0.92320.04310.05400.4378
VDA-KATZ0.71160.56660.56840.8478
VDA-RLSBN0.70040.60480.61020.8264
VDA-RWR0.50530.70570.70320.7123
VDA-GBNNR0.86110.85190.84820.8803

Performance comparison of different methods.

The bold values represent the best performance among five VDA prediction methods.

From Table 4, it can be seen that VDA-RLSBN obtains better performance than VDA-GBNNR in dataset 1. However, VDA-GBNNR achieves the best sensitivity, specificity, accuracy, and AUC on dataset 2 and the best specificity, accuracy, and AUC on dataset 3, significantly outperforming other four VDA prediction methods including VDA-RLSBN. For example, in dataset 2, VDA-GBNNR computes the highest accuracy of 0.8365, better 87.11, 9.92, 13.59, and 20.94% than SMiR-NBI, VDA-KATZ, VDA-RLSBN, and VDA-RWR, respectively. VDA-GBNNR still calculates the best AUC of 0.8562, better 51.58, 3.11, 8.05, and 22.04% than the four methods, respectively.

On dataset 3, although SMiR-NBI obtains the best sensitivity of 0.9232, the performance calculated by VDA-GBNNR significantly outperforms SMiR-NBI in terms of specificity, accuracy, and AUC. VDA-GBNNR computes the highest accuracy of 0.8482, better 93.63, 32.99, 28.06, and 17.10% than SMiR-NBI, VDA-KATZ, VDA-RLSBN, and VDA-RWR, respectively. VDA-GBNNR achieves the best AUC of 0.8803, higher 50.27, 3.69, 6.12, and 19.08% than the above four methods, respectively. Figure 2 shows the AUC values computed by five VDA prediction models on three VDA datasets.

FIGURE 2

Performance of BNNR With Gaussian Kernel or Not

In this section, we investigate the effect of GAPK on the prediction performance. In the BNNR model (VDA-BNNR) without GAPK, the adjacent matrix is used to represent the heterogeneous virus-drug network where Wvv and Wdd denote virus complete genomic sequence similarity and drug chemical structure similarity, respectively. The comparison results are illustrated in Figure 3. From Figure 3, we can observe that VDA-GBNNR improves the prediction performance compared to VDA-BNNR.

FIGURE 3

Case Study

After confirming the prediction performance of VDA-GBNNR, we further discover potential available drugs applied to the treatment of COVID-19. Small molecules with the top 10 association scores with SARS-CoV-2 are shown in Tables 5–7. In addition, we search the recent documents and find that all the inferred top 10 chemical agents have been reported by COVID-19-related publications in the three datasets. In particular, remdesivir, favipiravir, ribavirin, mycophenolic acid, niclosamide and mizoribine come together in any two datasets.

TABLE 5

The predicted top 10 antiviral drugs against SARS-CoV-2 in dataset 1.

Remdesivir is an intravenous nucleotide prodrug bound with viral RdRp and can inhibit viral replication through premature termination of RNA transcription (). It has been validated to be able to inhibit the replication of SARS-CoV and MERS-CoV (Sheahan et al., 2017). The drug has obtained an emergency use authorization to treat the patients infected by SARS-CoV-2 from the Food and Drug Administration (FDA) (Moirangthem and Surbala, 2020).

Favipiravir is a guanosine analog targeting RdRp and blocking the rhinoviruses replication (Kocayiğit et al., 2021). The drug is effective against a large-scale grippe virus types and subtypes (). Two recent open-label experiments discovered its therapeutic effective on COVID-19 (; Prakash et al., 2020). It has been also applied to the treatment of COVID-19 by the Japanese government (Hoang and Anh, 2020), and exhibited hopeful results in clinical researches in Russia and China. More importantly, its anti-SARS-CoV-2 experiments are conducting in the United States, the United Kingdom and India (Joshi et al., 2020).

Ribavirin is an antiviral drug against hepatitis C virus and other RNA viruses (Tian et al., 2021). It can inhibit viral RNA synthesis and hander normal viral replication by binding to viral RNA (Kim et al., 2019). It combines closely with RdRp and is a powerful antiviral drug against SARS-CoV-2 (). Clinical trials about the treatment of ribavirin on the patient with COVID-19 have been conducted (Zarandi et al., 2021).

Mycophenolic acid is an antibiotic extracted from penicillium species. Mycophenolic acid can block the production of guanosine monophosphate by inhibiting inosine monophosphate dehydrogenase. Mycophenolic acid is also an immunosuppressive drug with a strong anti-proliferation effect (Kim et al., 2019). Studies suggest that mycophenolic acid has a potential inhibitory effect on the enzyme reproduced by SARS-CoV-2 (Muhseen et al., 2021).

Niclosamide is an oral bioavailable chlorosalicylanilide with deworming and potential anti-tumor effect (Kim et al., 2019). Niclosamide has various biological activities, for instance, anti-tuberculosis activity (Piccaro et al., 2013), antibacterial activity (Imperi et al., 2013), anticancer activity (Osada et al., 2011), and extensive antiviral activity resistant to coronaviruses (SARS-CoV and MERS-CoV) (Xu et al., 2020). Niclosamide can prevent cells from the cytopathic impact produced by the SARS-CoV-2 infection, suggesting that it may be applied to threat the COVID-19 pandemic (Shamim et al., 2021).

Mizoribine is an imidazole nucleoside antibiotic isolated from bacillus brucellosis (Mizuno et al., 1974). Mizoribine lacks antimicrobial activity, however, it has powerful immunosuppressive activity and has been used in clinic after kidney transplantation (Tajima et al., 1984). It may be used as a potentially beneficial drug for hypertensive patients infected by COVID-19 (Jakovac, 2020).

Molecular Docking

Inspired by molecular docking provided by Peng et al. (2021), we further investigate the binding energy between the predicted six anti-SARS-CoV-2 drugs and the junction of the S protein-ACE2 interface by molecular docking. The chemical structures of the overlapping six small molecules are achieved from DrugBank in the PDB format. The PDB file is then converted to the PDBQT format by AutoDock4 (Morris et al., 2009). The structure of the S protein bound with ACE2 is downloaded from the RCSB Protein Data Bank (), and the PDBID number is 6M0J. The predicted drugs are then regarded as ligands, and the junction of the S protein-ACE2 interface is regarded as receptors.

Table 8 illustrates molecular docking results including molecular binding energies and binding sites. It can be observed that the six drugs have higher molecular docking energies with the junction of the S protein-ACE2 interface. More importantly, the key residues between the six small molecules and the interface junction are Q493 and K68 for remdesivir, G496 and K353 for favipiravir, G496, Q493, R403, and K353 for ribavirin, G496, F390, and K353 for mycophenolic acid, E37 for niclosamide, and N439, Q506, N330, and Q325 for mizoribine. In addition, the results suggest that G496 and K353 may be potential key residues between anti-SARS-CoV-2 drugs and the interface junction.

TABLE 8

LigandsMolecular formulaBinding energy (kcal/mol)Binding sites
RemdesivirC27H35N6O8P−7.00Q493
K68
FavipiravirC5H4FN3O2−5.32G496
K353
RibavirinC8H12N4O5−6.59496, Q493, R403
K353
Mycophenolic acidC17H20O6−7.00G496
F390, K353
NiclosamideC13H8Cl2N2O4−8.06E37
MizoribineC9H13N3O6−7.06N439, Q506
N330, Q325

Molecular docking between antiviral drugs and the junction of the S protein-ACE2 interface.

Figure 4 demonstrates the dockings between remdesivir, favipiravir, ribavirin, mycophenolic acid, niclosamide and mizoribine and the junction of the S protein-ACE2 interface. In the figure, cyan indicates the S protein, green represents human ACE2, and the circles in each subgraph denotes key residues.

FIGURE 4

Discussion

With the rapid spread of SARS-CoV-2, it is vital to screen specific drugs for patients infected by COVID-19. Although vaccines have been launched, it is well known that the effect of vaccines for SARS-CoV-2 is mainly prevention, rather than treatment. After vaccination, it cannot completely ensure that people will not be infected by SARS-CoV-2. Therefore, it is an urgent task to find possible clues of treatment for patients with the infection of COVID-19. Furthermore, the research and development of a new drug need consume a vast of time and resource. Hence, it may be a more appropriate strategy to screen anti-SARS-CoV-2 drug candidates from existing FDA-approved drugs.

In this manuscript, we arrange three VDA datasets including VDA matrix, virus complete genomic sequence similarity matrix, and drug chemical structure similarity matrix. First, virus GAPK similarity and drug GAPK similarity are computed. Second, the final similarity is obtained by integrating biological similarity and GAPK similarity. Third, a bounded nuclear norm regularization model is developed to predict anti-SARS-CoV-2 drug candidates. Finally, molecular docking is applied to measure the binding capabilities between the predicted anti-SARS-CoV-2 drugs and the junction of the spike protein-ACE2 interface. Although datasets used in this work is relatively small, we used three VDA datasets to evaluate the performance of VDA-GBNNR. More importantly, antiviral drugs against COVID-19 screened by the proposed VDA-GBNNR method come together in at least two VDA dataset instead of one dataset.

VDA-GBNNR can obtain the best prediction performance. It may mainly be the following advantages. First, GAPK similarity can effectively depict the association similarity between two viruses (or drugs). Second, the proposed bound nuclear norm regularization model can reduce the overfitting problem. Finally, range constraint makes all the predicted association scores can be within a predefined range.

Conclusion

In this study, we integrate the heterogeneous virus-drug network and design a VDA prediction model based on bounded nuclear norm regularization to explore potential anti-SARS-CoV-2 drugs. Experimental results show that VDA-GBNNR is an effective VDA identification method. The six FDA-approved drug candidates are found to be potential antiviral drugs against SARS-CoV-2. We hope that the inferred drugs can contribute to the inhibition of COVID-19.

In the future, first, we will integrate various data resource and build larger dataset. Second, we will consider different computational models (; Liu et al., 2019; Gutiérrez-Cárdenas and Wang, 2021), for example, matrix decomposition (), bidirectional label propagation (Wang et al., 2019), network distance analysis (Zhang et al., 2021), internal confidence-based collaborative filtering recommendation (Wang et al., 2020b), sparse subspace learning with Laplacian regularization () to search possible associations between viruses and drugs. Third, we will try to use deep learning methods to predict drugs for COVID-19 (Wang et al., 2017; ; Kang et al., 2021). Finally, we will also investigate the relationship between antimicrobial compounds and COVID-19.

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.

Statements

Data availability statement

The original contributions presented in the study are included in the article/supplementary material, further inquiries can be directed to the corresponding author/s.

Author contributions

JW, LP, and LZ: conceptualization. LP and LZ: funding acquisition and project administration. LP and JW: investigation and writing-review and editing. JW and LZ: methodology. JW and CW: software. JW and LS: molecular docking and validation. JW: writing-original draft. All authors read and approved the final manuscript.

Funding

This research was funded by the National Natural Science Foundation of China (62072172 and 61803151), the scientific research project of Hunan Education Department (20C0636), and Scientific research and innovation Foundation of Hunan University of Technology (CX2031).

Acknowledgments

We would like to thank all authors of the cited references.

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. The handling editor declared a past co-authorship with one of the author LZ.

References

  • 1

    AhmedF. (2020). A network-based analysis reveals the mechanism underlying vitamin d in suppressing cytokine storm and virus in SARS-CoV-2 infection.Front. Immunol.11:590459. 10.3389/fimmu.2020.590459

  • 2

    AlakusT. B.TurkogluI. (2021). A novel protein mapping method for predicting the protein interactions in COVID-19 disease by deep learning.Interdiscip. Sci.134460. 10.1007/s12539-020-00405-4

  • 3

    AmirianE. S.LevyJ. K. (2020). Current knowledge about the antivirals remdesivir (GS-5734) and GS-441524 as therapeutic options for coronaviruses.One Health9:100128. 10.1016/j.onehlt.2020.100128

  • 4

    BurleyS. K.BermanH. M.KleywegtG. J.MarkleyJ. L.NakamuraH.VelankarS. (2017). Protein data bank (PDB): the single global macromolecular structure archive.Methods Mol. Biol.1607627641. 10.1007/978-1-4939-7000-1_26

  • 5

    CaiQ.YangM.LiuD.ChenJ.ShuD.XiaJ.et al (2020). Experimental treatment with favipiravir for COVID-19: an open-label control study.Engineering (Beijing)611921198. 10.1016/j.eng.2020.03.007

  • 6

    CandesE.RechtB. (2013). Simple bounds for recovering low-complexity models.Mathematical Programming141577589. 10.1007/s10107-012-0540-0

  • 7

    ChenX.HuangL. (2017). LRSSLMDA: laplacian regularized sparse subspace learning for MiRNA-disease association prediction.PLoS Comput. Biol.13:e1005912. 10.1371/journal.pcbi.1005912

  • 8

    ChenX.HuangY. A.YouZ. H.YanG. Y.WangX. S. (2017). A novel approach based on KATZ measure to predict associations of human microbiota with non-infectious diseases.Bioinformatics33733739. 10.1093/bioinformatics/btw715

  • 9

    ChenX.WangL.QuJ.GuanN. N.LiJ. Q. (2018a). Predicting miRNA-disease association based on inductive matrix completion.Bioinformatics3442564265. 10.1093/bioinformatics/bty503

  • 10

    ChenX.YinJ.QuJ.HuangL. (2018b). MDHGI: matrix decomposition and heterogeneous graph inference for miRNA-disease association prediction.PLoS Comput. Biol.14:e1006418. 10.1371/journal.pcbi.1006418

  • 11

    ChoudharyS.MalikY. S.TomarS. (2020). Identification of SARS-CoV-2 cell entry inhibitors by drug repurposing using in silico structure-based virtual screening approach.Front. Immunol.11:1664. 10.3389/fimmu.2020.01664

  • 12

    CoordinatorsN. R. (2018). Database resources of the national center for biotechnology information.Nucleic Acids Res.46D8D13. 10.1093/nar/gkx1095

  • 13

    DuH.ChenF.LiuH.HongP. (2021). Network-based virus-host interaction prediction with application to SARS-CoV-2.Patterns (N Y)2:100242. 10.1016/j.patter.2021.100242

  • 14

    ElfikyA. A. (2020a). Anti-HCV, nucleotide inhibitors, repurposing against COVID-19.Life Sci.248:117477. 10.1016/j.lfs.2020.117477

  • 15

    ElfikyA. A. (2020b). Ribavirin, Remdesivir, Sofosbuvir, Galidesivir, and Tenofovir against SARS-CoV-2 RNA dependent RNA polymerase (RdRp): a molecular docking study.Life Sci.253:117592. 10.1016/j.lfs.2020.117592

  • 16

    FurutaY.KomenoT.NakamuraT. (2017). Favipiravir (T-705), a broad spectrum inhibitor of viral RNA polymerase.Proc. Jpn. Acad. Ser. B Phys. Biol. Sci.93449463. 10.2183/pjab.93.027

  • 17

    GahlawatA.KumarN.KumarR.SandhuH.SinghI. P.SinghS.et al (2020). Structure-based virtual screening to discover potential lead molecules for the SARS-CoV-2 main protease.J. Chem. Inf. Model.6057815793. 10.1021/acs.jcim.0c00546

  • 18

    GaurP.ChaturvediA. (2019). Clustering and candidate motif detection in exosomal miRNAs by application of machine learning algorithms.Interdiscip Sci.11206214. 10.1007/s12539-017-0253-4

  • 19

    Gutiérrez-CárdenasJ.WangZ. (2021). Classification of breast cancer and breast neoplasm scenarios based on machine learning and sequence features from lncRNAs-miRNAs-diseases associations.Interdiscip Sci.10.1007/s12539-021-00451-6[Epub ahead of print].

  • 20

    HoangT.AnhT. T. T. (2020). Treatment options for severe acute respiratory syndrome, middle east respiratory syndrome, and coronavirus disease 2019: a review of clinical evidence.Infect. Chemother.52317334. 10.3947/ic.2020.52.3.317

  • 21

    ImperiF.MassaiF.LongoF.ZennaroE.RampioniG.ViscaP.et al (2013). New life for an old drug: the anthelmintic drug niclosamide inhibits Pseudomonas aeruginosa quorum sensing.Antimicrob. Agents. Chemother.579961005. 10.1128/AAC.01952-12

  • 22

    JakovacH. (2020). COVID-19 and hypertension: is the HSP60 culprit for the severe course and worse outcome?Am. J. Physiol. Heart Circ. Physiol.319H793H796. 10.1152/ajpheart.00506.2020

  • 23

    JoshiS.ParkarJ.AnsariA.VoraA.TalwarD.TiwaskarM.et al (2020). Role of favipiravir in the treatment of COVID-19.Int. J. Infect. Dis.102501508. 10.1016/j.ijid.2020.10.069

  • 24

    KangQ.MengJ.ShiW.LuanY. (2021). Ensemble deep learning based on multi-level information enhancement and greedy fuzzy decision for plant miRNA-lncRNA interaction prediction.Interdiscip. Sci.10.1007/s12539-021-00434-7[Epub ahead of print].

  • 25

    KatohK.RozewickiJ.YamadaK. D. (2019). MAFFT online service: multiple sequence alignment, interactive sequence choice and visualization.Brief. Bioinform.2011601166. 10.1093/bib/bbx108

  • 26

    KhanA.KhanM.SaleemS.BabarZ.AliA.KhanA. A.et al (2020a). Phylogenetic analysis and structural perspectives of RNA-dependent RNA-polymerase inhibition from SARs-CoV-2 with natural products.Interdiscip. Sci.12335348. 10.1007/s12539-020-00381-9

  • 27

    KhanA.KhanM. T.SaleemS.JunaidM.AliA.ShujaitA. S.et al (2020b). Structural insights into the mechanism of RNA recognition by the N-terminal RNA-binding domain of the SARS-CoV-2 nucleocapsid phosphoprotein.Comput. Struct. Biotechnol. J.1821742184. 10.1016/j.csbj.2020.08.006

  • 28

    KimS.ChenJ.ChengT.GindulyteA.HeJ.HeS.et al (2019). PubChem 2019 update: improved access to chemical data.Nucleic Acids Res.47D1102D1109. 10.1093/nar/gky1033

  • 29

    KocayiğitH.ÖzmenS. K.TomakY.DemirG.YaylacıS.DheirH.et al (2021). Observational study of the effects of favipiravir vs lopinavir/ritonavir on clinical outcomes in critically Ill patients with COVID-19.J. Clin. Pharm. Ther.46454459. 10.1111/jcpt.13305

  • 30

    LanJ.GeJ.YuJ.ShanS.ZhouH.FanS.et al (2020). Structure of the SARS-CoV-2 spike receptor-binding domain bound to the ACE2 receptor.Nature581215220. 10.1038/s41586-020-2180-5

  • 31

    LiD.LuanJ.ZhangL. (2021). Molecular docking of potential SARS-CoV-2 papain-like protease inhibitors.Biochem. Biophys. Res. Commun.5387279. 10.1016/j.bbrc.2020.11.083

  • 32

    LiJ.LeiK.WuZ.LiW.LiuG.LiuJ.et al (2016). Network-based identification of microRNAs as potential pharmacogenomic biomarkers for anticancer drugs.Oncotarget74558445596. 10.18632/oncotarget.10052

  • 33

    LiuH.RenG.ChenH.LiuQ.YangY.ZhaoQ. (2020). Predicting lncRNA–miRNA interactions based on logistic matrix factorization with neighborhood regularized.Knowl. Based Syst.191105261. 10.1016/j.knosys.2019.105261

  • 34

    LiuY.GuoY.WuW.XiongY.SunC.YuanL.et al (2019). A machine learning-based QSAR model for benzimidazole derivatives as corrosion inhibitors by incorporating comprehensive feature selection.Interdiscip Sci.11738747. 10.1007/s12539-019-00346-7

  • 35

    MauryaV. K.KumarS.PrasadA. K.BhattM. L. B.SaxenaS. K. (2020). Structure-based drug designing for potential antiviral activity of selected natural products from Ayurveda against SARS-CoV-2 spike glycoprotein and its cellular receptor.Virusdisease31179193. 10.1007/s13337-020-00598-8

  • 36

    McConkeyB. J.SobolevV.EdelmanM. (2002). The performance of current methods in ligand–protein docking.Curr. Sci.83845856.

  • 37

    MessinaF.GiombiniE.AgratiC.VairoF.PiacentiniM.LocatelliF.et al (2020). COVID-19 INMI network medicine for IDS study group. COVID-19: viral-host interactome analyzed by network based-approach model to study pathogenesis of SARS-CoV-2 infection.J. Transl. Med.18:233. 10.1186/s12967-020-02405-w

  • 38

    MizunoK.TsujinoM.TakadaM.HayashiM.AtsumiK. (1974). Studies on bredinin. I. isolation, characterization and biological properties.J. Antibiot. (Tokyo)27775782. 10.7164/antibiotics.27.775

  • 39

    MoirangthemD. S.SurbalaL. (2020). Remdesivir (GS-5734) in COVID-19 therapy: the fourth chance.Curr. Drug. Targets.10.2174/1389450121999201202110303[Epub ahead of print].

  • 40

    MorrisG. M.HueyR.LindstromW.SannerM. F.BelewR. K.GoodsellD. S.et al (2009). AutoDock4 and autodocktools4: automated docking with selective receptor flexibility.J. Comput. Chem.3027852791. 10.1002/jcc.21256

  • 41

    MorseJ. S.LalondeT.XuS.LiuW. R. (2020). Learning from the past: possible urgent prevention and treatment options for severe acute respiratory infections caused by 2019-nCoV.Chembiochem21730738. 10.1002/cbic.202000047

  • 42

    MotschallE.Falck-YtterY. (2005). Searching the MEDLINE literature database through PubMed: a short guide.Onkologie28517522. 10.1159/000087186

  • 43

    MuhseenZ. T.HameedA. R.Al-HasaniH. M. H.AhmadS.LiG. (2021). Computational determination of potential multiprotein targeting natural compounds for rational drug design against SARS-COV-2.Molecules26:674. 10.3390/molecules26030674

  • 44

    NittariG.PallottaG.AmentaF.TayebatiS. K. (2020). Current pharmacological treatments for SARS-COV-2: a narrative review.Eur. J. Pharmacol.882:173328. 10.1016/j.ejphar.2020.173328

  • 45

    OsadaT.ChenM.YangX. Y.SpasojevicI.VandeusenJ. B.HsuD.et al (2011). Antihelminth compound niclosamide downregulates Wnt signaling and elicits antitumor responses in tumors with activating APC mutations.Cancer Res.7141724182. 10.1158/0008-5472.CAN-10-3978

  • 46

    PandaP. K.ArulM. N.PatelP.VermaS. K.LuoW.RubahnH. G.et al (2020). Structure-based drug designing and immunoinformatics approach for SARS-CoV-2.Sci. Adv.6:eabb8097. 10.1126/sciadv.abb8097

  • 47

    PengL.ShenL.XuJ.TianX.LiuF.WangJ.et al (2021). Prioritizing antiviral drugs against SARS-CoV-2 by integrating viral complete genome sequences and drug chemical structures.Sci. Rep.11:6248. 10.1038/s41598-021-83737-5

  • 48

    PengL.TianX.ShenL.KuangM.LiT.TianG.et al (2020). Identifying effective antiviral drugs against SARS-CoV-2 by drug repositioning through virus-drug association prediction.Front. Genet.11:577387. 10.3389/fgene.2020.577387

  • 49

    PiccaroG.GiannoniF.FilippiniP.MustazzoluA.FattoriniL. (2013). Activities of drug combinations against Mycobacterium tuberculosis grown in aerobic and hypoxic acidic conditions.Antimicrob. Agents Chemother.5714281433. 10.1128/AAC.02154-12

  • 50

    PrakashA.SinghH.KaurH.SemwalA.SarmaP.BhattacharyyaA.et al (2020). Systematic review and meta-analysis of effectiveness and safety of favipiravir in the management of novel coronavirus (COVID-19) patients.Indian J. Pharmacol.52414421. 10.4103/ijp.ijp_998_20

  • 51

    ShamimK.XuM.HuX.LeeE. M.LuX.HuangR.et al (2021). Application of niclosamide and analogs as small molecule inhibitors of Zika virus and SARS-CoV-2 infection.Bioorg. Med. Chem. Lett.40:127906. 10.1016/j.bmcl.2021.127906

  • 52

    SheahanT. P.SimsA. C.GrahamR. L.MenacheryV. D.GralinskiL. E.CaseJ. B.et al (2017). Broad-spectrum antiviral GS-5734 inhibits both epidemic and zoonotic coronaviruses.Sci. Transl. Med.9:eaal3653. 10.1126/scitranslmed.aal3653

  • 53

    StolfiP.ManniL.SoligoM.VergniD.TieriP. (2020). Designing a network proximity-based drug repurposing strategy for COVID-19.Front. Cell Dev. Biol.8:545089. 10.3389/fcell.2020.545089

  • 54

    TajimaA.HataM.OhtaN.OhtawaraY.SuzukiK.AsoY. (1984). Bredinin treatment in clinical kidney allografting.Transplantation38116118. 10.1097/00007890-198408000-00005

  • 55

    TazT. A.AhmedK.PaulB. K.KawsarM.AktarN.MahmudS. M. H.et al (2021). Network-based identification genetic effect of SARS-CoV-2 infections to idiopathic pulmonary fibrosis (IPF) patients.Brief Bioinform.2212541266. 10.1093/bib/bbaa235

  • 56

    TianD.LiuY.LiangC.XinL.XieX.ZhangD.et al (2021). An update review of emerging small-molecule therapeutic options for COVID-19.Biomed Pharmacother.137:111313. 10.1016/j.biopha.2021.111313

  • 57

    WangL.WangY.LiH.FengX.YuanD.YangJ. (2019). A Bidirectional label propagation based computational model for potential microbe-disease association prediction.Front. Microbiol.10:684. 10.3389/fmicb.2019.00684

  • 58

    WangM. Y.ZhaoR.GaoL. J.GaoX. F.WangD. P.CaoJ. M. (2020a). SARS-CoV-2: structure, biology, and structure-based therapeutics development.Front. Cell Infect. Microbiol.10:587269. 10.3389/fcimb.2020.587269

  • 59

    WangP.GeR.XiaoX.CaiY.WangG.ZhouF. (2017). Rectified-linear-unit-based deep learning for biomedical multi-label data.Interdiscip Sci.9419422. 10.1007/s12539-016-0196-1

  • 60

    WangY.LiH.KuangL.TanY.LiX.ZhangZ.et al (2020b). ICLRBBN: a tool for accurate prediction of potential lncRNA disease associations.Mol. Ther. Nucleic Acids23501511. 10.1016/j.omtn.2020.12.002

  • 61

    WHO (2021). Coronavirus (COVID-19) Dashboard. Available online at: https://covid19.who.int/(accessed July 27, 2021).

  • 62

    WishartD. S.FeunangY. D.GuoA. C.LoE. J.MarcuA.GrantJ. R.et al (2018). Drug bank 5.0: a major update to the drug bank database for 2018.Nucleic Acids Res.46D1074D1082. 10.1093/nar/gkx1037

  • 63

    XuJ.ShiP. Y.LiH.ZhouJ. (2020). Broad spectrum antiviral agent niclosamide and its therapeutic potential.ACS Infect. Dis.6909915. 10.1021/acsinfecdis.0c00052

  • 64

    YangM.LuoH.LiY.WangJ. (2019). Drug repositioning based on bounded nuclear norm regularization.Bioinformatics35i455i463. 10.1093/bioinformatics/btz331

  • 65

    ZarandiP. K.ZinatizadehM. R.ZinatizadehM.YousefiM. H.RezaeiN. (2021). SARS-CoV-2: from the pathogenesis to potential anti-viral treatments.Biomed. Pharmacother.137:111352. 10.1016/j.biopha.2021.111352

  • 66

    ZhangL.YangP.FengH.ZhaoQ.LiuH. (2021). Using network distance analysis to predict lncRNA-miRNA interactions.Interdiscip Sci.13535545. 10.1007/s12539-021-00458-z

  • 67

    ZhouL.WangJ.LiuG.LuQ.DongR.TianG.et al (2020). Probing antiviral drugs against SARS-CoV-2 through virus-drug association prediction based on the KATZ method.Genomics11244274434. 10.1016/j.ygeno.2020.07.044

  • 68

    ZhouY.HouY.ShenJ.HuangY.MartinW.ChengF. (2020). Network-based drug repurposing for novel coronavirus 2019-nCoV/SARS-CoV-2.Cell Discov.6:14. 10.1038/s41421-020-0153-3

Summary

Keywords

SARS-CoV-2, bounded nuclear norm regularization, virus-drug association, FDA-approved drugs, molecular docking

Citation

Wang J, Wang C, Shen L, Zhou L and Peng L (2021) Screening Potential Drugs for COVID-19 Based on Bound Nuclear Norm Regularization. Front. Genet. 12:749256. doi: 10.3389/fgene.2021.749256

Received

29 July 2021

Accepted

23 August 2021

Published

07 October 2021

Volume

12 - 2021

Edited by

Lei Wang, Changsha University, China

Reviewed by

Guanghui Li, East China Jiaotong University, China; Desi Shang, Harbin Medical University, China

Updates

Copyright

*Correspondence: Liqian Zhou, Lihong Peng,

This article was submitted to Computational Genomics, a section of the journal Frontiers in Genetics

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.

Outline

Figures

Cite article

Copy to clipboard


Export citation file


Share article

Article metrics