Skip to main content

Targets preliminary screening for the fresh natural drug molecule based on Cosine-correlation and similarity-comparison of local network

Abstract

Background

Chinese herbal medicine is made up of hundreds of natural drug molecules and has played a major role in traditional Chinese medicine (TCM) for several thousand years. Therefore, it is of great significance to study the target of natural drug molecules for exploring the mechanism of treating diseases with TCM. However, it is very difficult to determine the targets of a fresh natural drug molecule due to the complexity of the interaction between drug molecules and targets. Compared with traditional biological experiments, the computational method has the advantages of less time and low cost for targets screening, but it remains many great challenges, especially for the molecules without social ties.

Methods

This study proposed a novel method based on the Cosine-correlation and Similarity-comparison of Local Network (CSLN) to perform the preliminary screening of targets for the fresh natural drug molecules and assign weights to them through a trained parameter.

Results

The performance of CSLN is superior to the popular drug-target-interaction (DTI) prediction model GRGMF on the gold standard data in the condition that is drug molecules are the objects for training and testing. Moreover, CSLN showed excellent ability in checking the targets screening performance for a fresh-natural-drug-molecule (scenario simulation) on the TCMSP (13 positive samples in top20), meanwhile, Western-Blot also further verified the accuracy of CSLN.

Conclusions

In summary, the results suggest that CSLN can be used as an alternative strategy for screening targets of fresh natural drug molecules.

Background

Traditional Chinese medicine (TCM) is an important part of the medical system in China, and its systematic and holistic view of treating diseases has been increasingly valued by the scientific community [1]. Therefore, it is of great significance to explain the overall mechanism of TCM's function for the sake of promoting modernization of TCM and development of modern medicine. The microscopic manifestation of the overall efficacy of TCM is that it forms a complex network of multiple natural drug molecules to act on multiple targets and produce synergistic effects in different pathways and functional modules, so the most pressing task is to uncover the truth of this phenomenon[2]. However, the discovering process is still both time-consuming and costly in the biological experiments [3, 4].

In the early stage, when a fresh-natural-drug-molecule was found from nature, some researchers identified drug-target interaction from literature through text mining technique [5, 6] and explored drug-target interaction through common biological elements of drug and target [7, 8]. They applied some methods based on text mining to collect the known drug-target interaction from literature, but they could not predict the new interactions. In fact, a large number of drug molecules and targets have no common elements [9], which also reduces the ability of text mining methods to recognize DTIs.

Over the past few decades, many researchers have made predictions of the interaction between targets and drug molecules based on the available data [10, 11], which contributed a lot to drug discovery and drug recycle in other situations. For example, Chen et al. [12] creatively used unsupervised pre-training and supervised fine-tuning to predict associations of miRNA-disease. Lee et al. [13] constructed a directed network of protein interactions and gene data, consequently inferred the shortest path between targets and genes. Lu et al. [14] investigated the predictive power of similarity indices such as common neighbors and Jaccard Index on predicting DTI, purely based on known DTI information.

Although machine learning methods had been proposed for drug-target interactions prediction, the predictive performance of many methods needs to be improved. First, a large number of methods were adopted on basis of the characteristics of drugs and targets with the known drug-target correlations to predict DTIs. However, not all drugs and targets have complete characteristics. If the information is incomplete, the prediction method cannot be effectively predicted. Second, some researchers found that the traditional similarity-based methods are effective for specific protein classes, but not for other classes [11]. On the other hand, almost all algorithms, whose purpose is to find targets for the drug molecules that had been studied, are designed based on the drug molecules' social relationships, they can't provide services for a fresh natural drug molecule that has no interactions with any target. But drug development has more needs for that aspect, in other words we need a predictor to screen the targets for a fresh-natural-drug-molecule when it is separated from the medicinal plants or animals.

Cosine-correlation is an algorithm that measures the difference between two individuals by the cosine of the Angle between two vectors in the vector space. It possesses the characteristics of high reliability and simple operation and has been used in many kinds of scientific researches, in particular, it tends to perform better when the input vector is sparsely populated and high-dimensional [15,16,17,18]. Notably, the fingerprints of drug molecules are generally high dimensional and sparse vectors.

Hence, on the grounds of the idea that is molecules, which bound to the same target, have similar structures [19], a computation method screening the possible targets for the fresh natural drug molecules based on the Cosine-correlation and Similarity-comparison of Local Network (CSLN) was proposed in this paper, it can perform its target screening for a molecule newly discovered in nature, even if it has no known interaction with any targets.

The traditional Chinese medicine systems pharmacology database and analysis platform (TCMSP) was built based on the framework of systems pharmacology for herbal medicines [20]. It is a relatively comprehensive database for collecting relevant data in the field of TCM, it is designed to fuel the development of herbal medicines and to promote the integration of modern medicine and traditional medicine in drug discovery and development.

In addition, since triptolide is a very widely studied natural drug molecule [21], we used CSLN to screen targets for triptolide (simulating the situation of a fresh natural drug molecule), the train and test set were constructed through TCMSP. Meanwhile, Western-Blot (WB) [22] was used to verify the screening results.

Materials and methods

Materials

The CSLN mainly uses the following databases for experiments and verification. We acquired four datasets of the DTI network from the gold standard data [23] coovering nuclear receptors (NR), enzymes (EN), G-protein coupled receptors (GPCR) and ion channels (IC). And it can be downloaded from http://web.kuicr.kyoto-u.ac.jp/supp/yoshi/drugtarget/. Each dataset includes 2 types of information, the observed DTIs and the similarities among drugs. In addition, the detailed statistics of the above four datasets are shown in Table 1.

Table 1 The statistics of the four datasets of gold standard data

Cosine-correlation and similarity-comparison of Local Network (CSLN)

The specific implementation process of CSLN is shown in Fig. 1, which can be subdivided into the following steps. First, we got the molecular fingerprint through MACCSkeys based on Rdkit [24] for all drug molecules. Second, Tanimoto [25] was used to calculate the similarity between two molecules. Third, the screened target was expressed in combination with related drugs, and its similarity with the fresh drug molecule was calculated with Cosine-correlation [16]. Fourth, compared the average similarity of local networks after the addition of the fresh drug molecule with that before the addition. Finally, the binding score of the target to the fresh drug molecule was obtained by combining the two values and assigning different weights to them through negative feedback adjustment in machine learning. Then the scores were ranked from high to low, and the predicting results of the higher score were more likely to be the potential DTIs.

Fig. 1
figure 1

The overall architecture of CSLN [1]. Get the molecular fingerprint through MACCSkeys based on Rdkit; [2] Tanimoto was used to calculate the similarity between two molecules; [3] w1 is a globally shared value trained from the training dataset

The drug-target dataset was described as a binary network \(V=\left(D,T,A\right)\). \(D=\left\{d1, d2, ..., dm\right\}\) was a collection of drug nodes, \(T=\left\{t1, t2, ..., tn\right\}\) was the set of target nodes and \(A=\left\{a11, ..., aij, ..., amn\right\}\) was the set of edges between interconnected nodes in the network, where D and T respectively represented two independent sets. If there was a known interaction between the drug di and the target \(tj\), then set \(aij = 1\), otherwise set \(aij = 0\).

Based on RDKit, the characteristics of chemical molecules were expressed in binary. The MaccsKeys fingerprint was put forward by a company whose name is MDL and had a total of 166 features, but the total length of MaccsKeys was 167bits, because bit 0 was a placeholder, and bit 1–166 was a molecular feature bit. Then, the drug molecule di can be expressed as:

$$Fdi=\left\{fdi0,fdi1,fdi2,\dots ,fdi166\right\}$$

The Tanimoto score between the drug molecule \(di\) and \(dj\) is calculated according to the following formula:

$$TN(di,dj)=\frac{Fdi\cap Fdj}{Fdi\cup Fdj}$$

where:

\(Fdi\) is the elements of molecular fingerprint of \(di\);

\(Fdj\) is the elements of molecular fingerprint of \(dj\);

For example, we calculate the binding score between a target \(ty\) and a fresh drug molecule \(dy\), the drug molecules \(d1, d2, ..., dx\) are which interact with\(ty\).

Here, \(d1, d2, ..., dx\) together denote\(ty\):

$$Fty=\left\{fty0,fty1,fty2,\dots ,fty166\right\}=\left[\sum_{m=1}^{x}fdm0,\sum_{m=1}^{x}fdm1,\sum_{m=1}^{x}fdm2,\dots ,\sum_{m=1}^{x}fdm166\right]$$

Cosine-correlation of \(ty\) and \(dy\)

$$Scos\left(ty,dy\right)=\frac{{\varvec{F}}{\varvec{t}}{\varvec{y}}\bullet {\varvec{F}}{\varvec{d}}{\varvec{y}}}{\Vert {\varvec{F}}{\varvec{t}}{\varvec{y}}\Vert \Vert {\varvec{F}}{\varvec{d}}{\varvec{y}}\Vert }=\frac{\sum_{i=0}^{166}ftyi*fdyi}{\sqrt{\sum_{i=0}^{166}ftyi}*\sqrt{\sum_{i=0}^{166}fdyi}}$$

Then, the mean similarity of drug molecules (\(d1, d2, \dots \dots , dx\)) S1 is calculated by the following formula

$$S1=\frac{\sum_{i=1}^{x-1}\sum_{j=i+1}^{x}TN(di,dj)}{\frac{\mathrm{x}(\mathrm{x}-1)}{2}}$$

And, the mean similarity S2 is calculated according to the following formula when \(dy\) is merged with the drug molecules

$$S2=\frac{\sum_{i=1}^{x-1}\sum_{j=i+1}^{x}TN(di,dj)+\sum_{i=1}^{x}TN(di,dy)}{\frac{\mathrm{x}(\mathrm{x}+1)}{2}}$$

where

\(TN(a, b)\) represents the similarity between drug molecule a and drug molecule b (Obtained through Tanimoto);

Finally, we can get the binding score of target \(ty\) with drug \(dy\) according to the formula

$$Score\left(ty,dy\right)=w1*Scos\left(ty,dy\right)+\left(1-w1\right)*\frac{S2}{S1}$$

where w1 (Global Shared) is the weight value between the Cosine-correlation and the Similarity-comparison scores. And they are obtained through feedback learning in training. The calculation formula of residual error in feedback learning is as follows

$$Error=\sum_{i=1}^{n}\left|{y}_{i}-{\widehat{y}}_{i}\right|$$

where \({y}_{i}\) is the true label of the sample, and \({\widehat{y}}_{i}\) is the predicted value.

Case study and verification

In the past decades, triptolide, a very widely studied natural drug molecule, has attracted considerable interest in the organic and medicinal chemistry society owing to its intriguing structural features and promising multiple pharmacological activities. However, its imprecise mechanism of action and severe toxicity have greatly hindered its clinical potential [21]. Therefore, in this study, triptolide was selected as the experimental object to predict its targets by CSLN and TCMSP was used to build the training set and test set. Notably, the environment of new natural drug molecules was simulated in this experiment.

Cell culture

The HL-7702 cell lines and L02 cells were obtained from China Academy of Chinese Medical Sciences (Beijing, China). L02 cells were cultured in Dulbecco’s Modified Eagle’s Medium (DMEM, Sigma, USA) supplemented with 10% fetal bovine serum (Solarbio, Beijing, China), 100 units/ml penicillin and 100 mg/ml streptomycin (Solarbio, Beijing, China). All cell lines were in a humidified environment containing 5% CO2 at 37 °C.

Western-Blot

The indicated cells were lysed in RIPA buffer (solarbio, Beijing, China) at 4 °C. The protein concentration was determined according to BCA Protein Assay Kit (solarbio, Beijing, China), and the equal amounts of cell lysates (30–50 µg of proteins) were subjected to 10% SDS-PAGE. After electrophoresis, proteins were transferred onto PVDF membrane Then the membranes were blocked with 5% BSA at room temperature for 1 h, followed by the incubation with NRH dehydrogenase [quinone] 2(NQO2) (1: 1000; ProteintechGroup, Inc, Beijing, China) and β-actin (1:1000; ProteintechGroup, Inc, Beijing, China) antibody at 4 °C overnight. After the incubation with the primary antibodies, the membranes were rinsed and probed with HRP-conjugated Affinipure Goat Anti-Rabbit IgG(H + L) (1:5000; ProteintechGroup, Inc, Beijing, China) for 1.5 h at room temperature. Then the immune-reactive bands were detected through ChemiDocTM Touch Imaging System (Bio-RAD, USA), and ImageJ software was used to analyze the gray value of the strip.

Statistical analysis

All data in this experiment were expressed as the mean ± SEM values. Multiple statistical analyses were conducted with one-way analysis of variance (ANOVA). A probability value of p < 0.05 was defined as significant. GraphPad Prism6.0 was used for statistical analyses.

Results

To systematically evaluate the performance of the method in every dataset of gold standard data, tenfold cross-validation was used to evaluate the generalization ability of CSLN. The experimental dataset was divided into 10 parts, one ample set was randomly selected for testing, and the remaining nine sample sets were used for training. Remarkably, CSLN was an inductive method, which means that when we split data, the object was drug molecules.

When CSLN was in operation, it was necessary to set a threshold value to filter out some targets with low connection degree when comparing-similarity of local networks. In other words, targets with lower connection degrees should be deleted when constructing the training set and test set. This threshold was determined by the training set, therefore, in tenfold-cross-validation, each training set had an optimal threshold. And the way to gain the threshold in each training set was to obtain the changing relationship between the performance of CSLN and the threshold in this data set by Leave-One-Out, finally, we selected the optimal threshold according to its performance. Where Leave-One-Out referred to taking every drug molecule in the training set as the test drug, deleting all its edges in the training set, and taking the remaining data as the basic data to calculate the binding score of the drug molecule with other targets according to CSLN.

Here, Fig. 2 shows the optimal thresholds for each training set in the tenfold cross-validation.

Fig. 2
figure 2

The optimal thresholds for each training set in the tenfold-cross-validation

Performance comparison

We mainly compared CSLN with GRGMF [26], the state-of-the-art approach which was published in 2020 and GRGMF has demonstrated superior performance over previously published models in biomedical networks. GRGMF formulated a GMF model which learns the latent factor of each node based on its neighborhood information. And instead of utilizing the similarity matrices derived from external-related databases with predefined metrics, this model could learn the neighborhood information for each node adaptively and further promote the prediction of potential links. And there is no threshold screening for GRGMF because according to the description of the author of GRGMF in the article, it is the result of calculation after decomposition of the whole matrix. If threshold screening is carried out, the information in the whole network will be reduced, so the accuracy will be reduced Here, we mainly compared the AUROC(area under ROC curve) and AUPR(area under the precision-recall) performance of CSLN and GRGMF on gold standard data, and showing the results in Fig. 3. In the results of performance comparison, CSLN's AUROC on EN and IC datasets is superior to GRGMF, meanwhile, for AUPR, the former performs better than the latter in all four data sets.

Fig. 3
figure 3

The performance comparison of DTI prediction across four datasets between CSLN and GRGMF

Prediction by CSLN

Further, to demonstrate the reliability of CSLN in targets prediction for fresh natural drug molecules, we did an experiment and took the triptolide (Fig. 4a) as its object. We simulated the environment of a fresh natural drug molecule by deleting its interaction with targets in the database. Meanwhile, from the results, we selected a protein with a high score that had not been found to interact with triptolide in previous relevant work to see whether triptolide could affect its expression with Western-Blot (WB).

We collected data of natural drug molecules from TCMSP (https://tcmsp-e.com/), which includes 6,494 natural drug molecules and 1,718 targets that have interactions with them, and the number of interactions is 54,852. Since triptolide is not a fresh natural drug molecule, the interactions data of it in TCMSP were deleted to simulate the situation of a fresh natural drug molecule and construct a new data-set, and CSLN was used to calculate the binding score between triptolide and the targets in the new dataset. When reconstructing the data-set, we deleted the triptolide known interactions [34] in the data-set, among which 3 targets only interacted with triptolide, to simulated the environment of a fresh natural drug molecule for triptolide. Therefore, 34 interactions and 3 targets were deleted. The detailed statistics of the above two datasets are shown in Table 2.

Table 2 Details of the TCMSP data

In this simulated prediction, Leave-One-Out was used to detect the performance of CSLN on the reconstructed data-set, and the data-set was adjusted according to the change of the threshold value to obtain the changing relationship between the threshold value and the performance of CSLN. Finally, the optimal threshold value was selected as 24. The calculation would be skipped when the link degree of the target was less than 24. There were 152 targets (include 10 positive samples) that have been selected. CSLN was used to calculate the binding scores of triptolide with 152 targets and we ranked them according to the score, the top 20 were shown in Table 3.

Table 3 Top 20 targets of the binding score with triptolide

Because this experiment is the simulation of targets prediction for a fresh ingredient, the source of the interaction information between the target and triptolide is briefed as the Source.

As we can see from the results, the 10 positive samples scored relatively high on the whole, and 7 of them appeared at the Top 20. Furthermore, there were another 6 false-negative samples in the Top 20 interacting with triptolide, which had been evidenced in other databases and literature.

Results of Western-Blot

To explore whether triptolide contributes to the regulation of the expression of NRH dehydrogenase [quinone] 2 (NQO2) in L02 hepatocyte, western blot analysis was performed to detect the expression levels of NQO2. Statistical differences between the two groups were found according to one-way ANOVA (Fig. 4c), p = 0.0236 < 0.05. This indicates that triptolide reduces the expression of NRH dehydrogenase [quinone] 2 in the L02 hepatocyte (Fig. 4b).

Fig. 4
figure 4

Experimental result of Western blot (*p < 0.05). a is the chemical formula for triptolide. b is the result of Western-Blot to verify the effect of triptolide on the expression of NQO2 in the L02 hepatocyte. c is the result of one-way ANOVA between the control group (NC) and the experimental group (Triptolide)

Discussion

In this study, we proposed a CSLN-based target screening method, which calculated the binding score between the target and the drug molecule according to cosine-correlation and similarity-comparison of the Local Network. The innovation of CSLN is that the method could predict the target for a fresh drug molecule, that is, for the newly discovered drug molecules, the possible target can be recommended more accurately with CSLN. Its advantage lies in the fact that the prediction of a drug molecule's target is not limited by its social relationships.

Meanwhile, we compared the performance of CSLN and GRGMF on the gold standard data, and the result proved that the former has a better prediction performance than the latter for the fresh drug molecules. This indicates that CSLN has a more excellent performance.

In pharmaceutical research, more fresh drug molecules are being found in nature. Therefore, we followed up with a case study of natural drug molecules. We chose triptolide, a highly studied natural drug molecule, as an object to verify the reliability of CSLN. In the target prediction experiment of triptolide, CSLN also showed excellent performance. 13 targets that have interactions with triptolide (7 of TCMSP, 6 of other databases or literature) were predicted in the top 20. These demonstrate the ability of CSLN not only to predict positive samples but also to maintain a high hit rate for potential- interactions (which didn't appear in the basal data).

In the WB experiment, we chose NRH dehydrogenase [quinone] 2 (NQO2) as the target, which had no interaction with triptolide in previous studies and it ranks the ninth in the results according to CSLN, to further verify the accuracy of CSLN. Experimental results show that compared with the blank group, the NQO2 expression quantity of the medicine group was decreased in L02 hepatocytes. This means that triptolide could down-regulate the expression of NQO2. It again proves that CSLN has high accuracy in the screening targets of fresh natural drug molecules.

Coincidentally, an interesting situation was found in the results of our validation. Qi et al. [31] found that triptolide is highly toxic and can cause toxicity to the digestive system, urinary system, blood circulation system, reproductive system, and bone marrow, causing varying degrees of damage, which seriously affects its use. In addition, according to relevant studies, renal insufficiency/failure is the most important cause of death in all cases of triptolide poisoning, and the kidney is the most important target organ for the chronic toxic effects of triptolide [32]. However, the mechanism of renal injury induced by triptolide is still unclear. Therefore, from a safety perspective, efforts must be made to understand the mechanism of the nephrotoxic effects of triptolide. Meanwhile, NQO2 is a quinone reductase associated with the conjugation of hydroquinone and is involved in detoxification pathways as well as biosynthesis processes such as vitamin K-dependent γ-carboxylation of glutamate residues in prothrombin synthesis [33]. Therefore, this suggests that, possibly, the toxic effects of triptolide are expressed through suppressing the mediation agent NQO2.

At present, the known interactions of drug-target have high sparsity, this sparsity provides unlimited possibilities for the new use of old drugs and the development of new drugs, but it leads to the low accuracy of prediction algorithms precisely, CSLN is also limited in this regard.

Conclusion

CSLN proposed in this study performs better than GRGMF on gold standard data although GRGMF has demonstrated superior performance over previously published models in biomedical networks. In addition, when predicting the target of triptolide based on TCMSP, CSLN also performed quite accurately. Moreover, the Western-Blot experiment further proves its accuracy.

These evidence indicate that CSLN has good performance in the pre-screening stage of targets for the fresh drug molecules. Therefore, in the process of target discovery, using CSLN for pre-screening can save much time and energy for researchers. Especially, CSLN is very useful in the field of Chinese herbal medicine research. When a fresh natural drug molecule is found from plants or animals, CSLN will provide great help for ascertaining its target. It is worth noting that the final prediction result is only a binding score of the drug molecule to be predicted and the target in the data set given by CSLN, and the predicted results will be ranked according to the score. The closer the ranking is to the top, the more likely the result is to be a positive sample.

Availability of data and materials

The datasets generated and/or analysed during the current study are available in the gold standard data and TCMSP repository (gold standard data, http://web.kuicr.kyoto-u.ac.jp/supp/yoshi/drugtarget) (TCMSP, https://tcmsp-e.com/).

Abbreviations

TCM:

Traditional Chinese Medicine

CSLN:

Cosine-correlation and Similarity-comparison of Local Network

TCMSP:

The traditional Chinese Medicine Systems Pharmacology database and analysis platform

NR:

Nuclear receptors

GPCR:

G-Protein Coupled Receptors

IC:

Ion Channels

EN:

Enzymes

AUROC:

Area Under the Receiver Operating Characteristic

AUPR:

Area Under the Precision-Recall

WB:

Western-Blot

References

  1. Jiang M, Lu C, Chen G, Xiao C, Zha Q, Niu X, et al. Understanding the molecular mechanism of interventions in treating rheumatoid arthritis patients with corresponding traditional chinese medicine patterns based on bioinformatics approach. Evid Based Complement Alternat Med. 2012;2012:129452.

    PubMed  PubMed Central  Google Scholar 

  2. Mao X, Xu H, Li S, Su J, Li W, Guo Q, et al. Exploring pharmacological mechanisms of Xueshuan-Xinmai-Ning tablets acting on coronary heart disease based on drug target-disease gene interaction network. Phytomedicine. 2019;54:159–68.

    Article  CAS  Google Scholar 

  3. Zhao N, Zheng G, Li J, Zhao HY, Lu C, Jiang M, et al. Text mining of rheumatoid arthritis and diabetes mellitus to understand the mechanisms of chinese medicine in different diseases with same treatment. Chin J Integr Med. 2018;24(10):777–84.

    Article  CAS  Google Scholar 

  4. Cao DS, Liu S, Xu QS, Lu HM, Huang JH, Hu QN, et al. Large-scale prediction of drug-target interactions using protein sequences and drug topological structures. Anal Chim Acta. 2012;752:1–10.

    Article  CAS  Google Scholar 

  5. Xu R, Wang Q. Large-scale extraction of accurate drug-disease treatment pairs from biomedical literature for drug repurposing. BMC Bioinform. 2013;14:181.

    Article  Google Scholar 

  6. Alam F, Corazza A, Lavelli A, Zanoli R. A knowledge-poor approach to chemical-disease relation extraction. Database (Oxford). 2016;2016.

  7. Yang J, Li Z, Fan X, Cheng Y. Drug-disease association and drug-repositioning predictions in complex diseases using causal inference-probabilistic matrix factorization. J Chem Inf Model. 2014;54(9):2562–9.

    Article  CAS  Google Scholar 

  8. Zhao S, Li S. A co-module approach for elucidating drug-disease associations and revealing their molecular basis. Bioinformatics. 2012;28(7):955–61.

    Article  CAS  Google Scholar 

  9. Wang L, Wang Y, Hu Q, Li S. Systematic analysis of new drug indications by drug-gene-disease coherent subnetworks. CPT Pharmacometrics Syst Pharmacol. 2014;3:e146.

    Article  CAS  Google Scholar 

  10. Bagherian M, Sabeti E, Wang K, Sartor MA, Nikolovska-Coleska Z, Najarian K. Machine learning approaches and databases for prediction of drug-target interaction: a survey paper. Brief Bioinform. 2021;22(1):247–69.

    Article  Google Scholar 

  11. Zhang W, Yue X, Huang F, Liu R, Chen Y, Ruan C. Predicting drug-disease associations and their therapeutic function based on the drug-disease association bipartite network. Methods. 2018;145:51–9.

    Article  Google Scholar 

  12. Chen X, Li TH, Zhao Y, Wang CC, Zhu CC. Deep-belief network for predicting potential miRNA-disease associations. Brief Bioinform. 2020;22(3):bbaa186.

    Article  Google Scholar 

  13. Lee T, Yoon Y. Drug repositioning using drug-disease vectors based on an integrated network. BMC Bioinform. 2018;19(1):446.

    Article  CAS  Google Scholar 

  14. Lu Y, Guo Y, Korhonen A. Link prediction in drug-target interactions network using similarity indices. BMC Bioinform. 2017;18(1):39.

    Article  Google Scholar 

  15. Abdel-Basset M, Mohamed M, Elhoseny M, Son LH, Chiclana F, Zaied AEH. Cosine similarity measures of bipolar neutrosophic set for diagnosis of bipolar disorder diseases. Artif Intell Med. 2019;101:101735.

    Article  Google Scholar 

  16. Cai S, Georgakilas GK, Johnson JL, Vahedi G. A cosine similarity-based method to infer variability of chromatin accessibility at the single-cell level. Front Genet. 2018;9:319.

    Article  Google Scholar 

  17. Grieb N, Oltrup T, Bende T, Leitritz MA. The cosine similarity technique: a new method for smart EXCIMER laser control. Z Med Phys. 2020;30(4):253–8.

    Article  Google Scholar 

  18. Ye J. Improved cosine similarity measures of simplified neutrosophic sets for medical diagnoses. Artif Intell Med. 2015;63(3):171–9.

    Article  Google Scholar 

  19. Khalili H, Godwin A, Choi JW, Lever R, Brocchini S. Comparative binding of disulfide-bridged PEG-Fabs. Bioconjug Chem. 2012;23(11):2262–77.

    Article  CAS  Google Scholar 

  20. Ru J, Li P, Wang J, Zhou W, Li B, Huang C, et al. TCMSP: a database of systems pharmacology for drug discovery from herbal medicines. J Cheminform. 2014;6:13.

    Article  Google Scholar 

  21. Hou W, Liu B, Xu H. Triptolide: medicinal chemistry, chemical biology and clinical progress. Eur J Med Chem. 2019;176:378–92.

    Article  CAS  Google Scholar 

  22. Taylor SC, Posch A. The design of a quantitative western blot experiment. Biomed Res Int. 2014;2014:361590.

    Article  Google Scholar 

  23. Yamanishi Y, Araki M, Gutteridge A, Honda W, Kanehisa M. Prediction of drug-target interaction networks from the integration of chemical and genomic spaces. Bioinformatics. 2008;24(13):i232–40.

    Article  CAS  Google Scholar 

  24. Bento AP, Hersey A, Felix E, Landrum G, Gaulton A, Atkinson F, et al. An open source chemical structure curation pipeline using RDKit. J Cheminform. 2020;12(1):51.

    Article  CAS  Google Scholar 

  25. Vogt M, Bajorath J. Modeling tanimoto similarity value distributions and predicting search results. Mol Inform. 2017;36:7.

    Article  Google Scholar 

  26. Zhang ZC, Zhang XF, Wu M, Ou-Yang L, Zhao XM, Li XL. A graph regularized generalized matrix factorization model for predicting links in biomedical bipartite networks. Bioinformatics. 2020;36(11):3474–81.

    Article  CAS  Google Scholar 

  27. Huang Y, Chen Z, Wang Y, Ba X, Huang Y, Shen P, et al. Triptolide exerts an anti-tumor effect on nonsmall cell lung cancer cells by inhibiting activation of the IL6/STAT3 axis. Int J Mol Med. 2019;44(1):291–300.

    CAS  PubMed  Google Scholar 

  28. You L, Dong X, Ni B, Fu J, Yang C, Yin X, et al. Triptolide induces apoptosis through fas death and mitochondrial pathways in HepaRG Cell Line. Front Pharmacol. 2018;9:813.

    Article  Google Scholar 

  29. Xu P, Berto S, Kulkarni A, Jeong B, Joseph C, Cox KH, et al. NPAS4 regulates the transcriptional response of the suprachiasmatic nucleus to light and circadian behavior. Neuron. 2021;109(20):3268–82.

    Article  CAS  Google Scholar 

  30. Wang HY, Taggi AE, Meinwald J, Wise RA, Woods AS. Study of the interaction of chlorisondamine and chlorisondamine analogues with an epitope of the alpha-2 neuronal acetylcholine nicotinic receptor subunit. J Proteome Res. 2005;4(2):532–9.

    Article  CAS  Google Scholar 

  31. Qi B, Wang X, Zhou Y, Han Q, He L, Gong T, et al. A renal-targeted triptolide aminoglycoside (TPAG) conjugate for lowering systemic toxicities of triptolide. Fitoterapia. 2015;103:242–51.

    Article  CAS  Google Scholar 

  32. Xi C, Peng S, Wu Z, Zhou Q, Zhou J. Toxicity of triptolide and the molecular mechanisms involved. Biomed Pharmacother. 2017;90:531–41.

    Article  CAS  Google Scholar 

  33. Long DJ 2nd, Jaiswal AK. NRH:quinone oxidoreductase2 (NQO2). Chem Biol Interact. 2000;129(1–2):99–112.

    Article  CAS  Google Scholar 

Download references

Acknowledgements

Not applicable.

Funding

This work was supported by the National Nature Science Foundation of China (Grant Nos. 82074269, 61872297), Shaanxi Provincial Key Research & Development Program, China (Grand No. 2020KW-063), and the Fundamental Research Funds for the Central public welfare research institutes (Z0708).

Author information

Authors and Affiliations

Authors

Contributions

CL and JS designed and supervised the study. PZ engaged in study design, performed experiments and analyzed data. LL participated in the experimental verification. MW, LW, QG, LL NZ assisted to preform experiments. All authors read and approved the final manuscript.

Corresponding authors

Correspondence to Jianyu Shi or Cheng Lu.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Zhao, P., Lin, L., Wu, M. et al. Targets preliminary screening for the fresh natural drug molecule based on Cosine-correlation and similarity-comparison of local network. J Transl Med 20, 67 (2022). https://doi.org/10.1186/s12967-022-03279-w

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12967-022-03279-w

Keywords