The present disclosure belongs to the technical field of medical information, and in particular, to a method and a system for discovering new drug indications by fusing patient portrait information.
In recent years, many drug developers have tried their best to explore new uses or new ways of using existing drugs. The process of finding new uses for existing drugs beyond the original medical indications is called drug repositioning. Because the pharmacokinetics and toxicological characteristics of drugs already on the market have passed a lot of research and verification, drug repositioning research can greatly save drug development cost, reduce development cycle, and mitigate the risk of drug development failure. Since the concept of drug repositioning was first introduced, its scope and application have expanded significantly. The potential to repurpose existing drugs for new therapeutic indications has led to growing interest and investment.
In addition to accidental discovery, data-driven is the main way of systematic drug repositioning research, which is mainly based on the similarity theory, that is, drugs with similar structures/targets/action pathways may treat the same diseases. At present, the research mainly uses the preclinical characteristics of single or integrated drugs or diseases, and finds the relationship between new drugs and diseases through similarity integration. Gottlieb and other associates integrated drug molecular structure, drug molecular activity and disease semantic information to construct a drug-disease network; an invention patent with a publication number of CN107506591B “Drug repositioning method based on multi-information fusion and random walk model” discloses a drug repositioning method based on multi-information fusion and random walk model. By integrating the existing disease data, drug data, target data, disease-drug association data, disease-gene association data and drug-target association data, a disease-target-drug heterogeneous network is constructed, and the basic random walk model is extended to the constructed heterogeneous network, and the global network information is effectively used to recommend candidate therapeutic drugs for diseases.
The above research ideas make use of the massive data accumulated in previous preclinical drug trials as much as possible through computer technology, and tap new values from them. Post-marketing diagnostic and treatment data were rarely used, but this portion of the real-world data accurately reflects the actual clinical diagnosis and treatment effect of the drug.
The existing data on drug properties, disease characteristics and drugs-diseases relationship mostly obtained from pre-clinical studies and clinical trials before drug marketing, and pre-clinical trials are mostly controlled in a strict experimental environment. However, due to the strict inclusion and exclusion criteria in traditional clinical trials, the experimental population may not be fully representative of the target population, and the standard interventions used may not be fully consistent with the clinical practice. Limited sample size and short follow-up time lead to insufficient evaluation of adverse events. In addition, traditional clinical trials are difficult to conduct in some diseases and fields, therefore the existing methods can only reflect the response of drugs in strictly controlled experimental environment, and cannot fully reflect the use effect of drugs in real clinical practice. It is very limited to find new drug indications only by using this part of data. At the same time, the existing methods are all based on the known relationships between drugs, diseases and targets, but in the real world, the pathways and mechanisms of drug action in the human body have not been thoroughly studied. Some studies have shown that the results of predicting the relationship between drugs and diseases by existing methods are usually more optimistic than the actual situation.
In view of the shortcomings of the prior art, the present disclosure introduces real-world patient data into the existing data-driven new drug indication discovery method and system, and constructs the association between drugs and diseases in real-world clinical activities by constructing patient portraits. Based on the assumption that similar patients may suffer from similar diseases and can be treated with similar drugs, a drug composite similarity network, a patient portrait similarity network, a disease phenotype similarity network and a drug-patient-disease heterogeneous network are constructed in combination with the existing published data in the field of drug repositioning. Then new drug indications, that is, new real-world evidence, are discovered.
The purpose of the present disclosure is achieved through the following technical solutions.
In a first aspect, the present disclosure discloses a method for discovering new drug indications by fusing patient portrait information, and the method includes the following steps:
(1) Performing data acquisition and association: obtaining public data of drugs and diseases, obtaining real-world patient data from electronic health record data, and associating the drugs and the diseases in the real-world patient data with corresponding drugs and diseases in the public data.
(2) Generating patient portraits: generating corresponding patient tags by cleaning and converting the electronic health record data obtained in step (1). Further, in step (2), a same patient can have a plurality of patient portraits after a plurality of visits.
(3) Calculating a drug composite similarity, a disease phenotype similarity and a patient portrait similarity, and constructing a drug-drug network C, a disease-disease network D and a patient-patient network P according to the three similarities.
(4) Constructing a drug-patient relationship network CP according to medication data of a current visit after each patient portrait is generated, constructing a patient-disease relationship network PD according to diagnostic data of a current visit after each patient portrait is generated, and constructing a drug-disease relationship network CD according to a known association between the drugs and the diseases.
(5) Constructing a drug-patient-disease heterogeneous network by the networks C, D, P, CP, PD and CD,
Further, in step (5), an adjacency matrix A of the heterogeneous network is:
where Ac, AP and AD represent the adjacency matrices of the networks C, P and D respectively, ACP, APD and ACD represent the adjacency matrices of the networks CP, PD and CD respectively, and T represents transposition.
(6) Predicting a relationship between the drugs and the diseases based on a bidirectional random walk method, that is, taking a certain drug node as a seed of random walk, and predicting a probability R of reaching a certain disease node when the random walk reaches a steady state, and calculating random walk lengths of a drug node and a patient node in the forward link, and random walk lengths of a disease node and a patient node in the reverse link, respectively, based on a topological structure of the heterogeneous network.
Said taking a certain drug node as a seed of random walk, and predicting a probability R of reaching a certain disease node when the random walk reaches a steady state comprises the following sub-steps:
constructing an initial vector R(0)=ACD at a random walk starting time t=0, and performing normalization on ACD;
assuming that two random walk links are performed:
a) a forward link: the seed starts from a certain node in the network C and walks through the network P to the network D, and after walking for a time t, a probability of the walk seed staying at each node is calculated as follows:
R
F-CP
(t)=(1−λCP)ACPACP
R
F-PD
(t)=(1−λPD)APRF-PD(t−1)+λPDAPD
R
F
(t)
=αR
F-CP
(t)
R
F-PD
(t)+(1−α)ACD
where a subscript F represents the forward link, λCP represents a probability of the seed transferring from the network C to the network P, λPD represents a probability of the seed transferring from the network P to the network D, RF-CP(t) and RF-CP(t−1) are probabilities that the random walk seed from the network C stays in the network P at times t and t−1, RF-PD(t) and RF-PD(t−1) are probabilities that the random walk seed from the network P stays in the network D at the times t and t−1, and a is a weight factor;
b) a reverse link: the seed starts from a certain node in the network D and walks through the network P to the network C, and after walking for a time t, a probability of the walk seed staying at each node is calculated as follows:
R
B-DP
(t)=(1−λDP)ADRB-DP(t−1)+λDPAPDT
R
B-PC
(t)=(1−λPC)APRB-PC(t−1)+λPCACPT
R
B
(t)=α(RB-DP(t)RB-PC(t))T+(1−α)ACD
where a subscript B represents the reverse link, λDP represents a probability of the seed transferring from the network D to the network P, λPC represents a probability of the seed transferring from the network P to the network C, RB-DP(t) and RB-DP(t−1) are probabilities that the random walk seed from the network D stays in the network P at times t and t−1, and RB-PC(t) and RB-PC(t−1) are probabilities that the random walk seed from the network P stays in the network C at the times t and t−1.
In a random walk iterative process, when a certain node satisfies that the random walk length of the certain node is smaller than or equal to t, the random seed starting from the node will no longer walk;
obtained after the end of the random walk is a probability of a drug treating corresponding diseases, and if the two have no known association therebetween, the drug is taken as a discovery result of new drug indications.
Further, in step (1), the information obtained from the electronic health record data includes: {circle around (1)} demographic information: age, gender and ethnicity; {circle around (2)} basic medical information: allergy history, family history and a blood type; {circle around (3)} diagnosis and treatment information: historical diagnostic records, abnormal laboratory results and historical medication records; and {circle around (4)} medical result information: diagnosis and medication records generated by a current visit.
Further, in step (2), the gender, ethnicity, allergen, blood type and abnormal test results of a patient use custom codes, and a coding form is not limited; historical diagnosis and family medical history use ICD-10 codes; and historical medication information uses drug codes in a DrugBank data set.
Further, in step (3), the drug composite similarity includes a drug structure similarity, a target similarity, a pathway similarity and an adverse reaction similarity; Using drug 2D molecular fingerprint data, the structural similarity of drugs can be calculated by computing the Tanimoto coefficient; and the target similarity, the pathway similarity and the adverse reaction similarity are all calculated through a Jaccard coefficient.
Further, in step (3), the calculation of the drug composite similarity specifically is as follows:
the drug composite similarity is calculated by using a non-linear heterogeneous network fusion mode according to 4 dimensions of the drug composite similarity, and a similarity network of each dimension is expressed as G=(V, E), where V is a node, corresponding to the drugs in the 4 similarity networks, and E is an edge, represented by the similarity among the drugs; and for the 4 similarity networks, an overall normalized weight matrix K is defined:
where sim (i, j) is a similarity between a drug i and a drug j in a certain dimension;
meanwhile, a local weight matrix S is defined:
where Ni is a neighbor node of a node i calculated through a KNN algorithm, and a similarity among non-neighbor nodes is set as 0; and
for the similarity network of each dimension, the calculated matrixes K and S are taken as an initial state of the heterogeneous network fusion, and an iterative update formula for the heterogeneous network fusion is:
after a plurality of iterations, K(v) tends to be stable and consistent, and a final drug composite similarity is obtained.
Further, in step (3), the disease phenotype similarity is calculated using a hierarchical coding structure of ICD-10, and the disease phenotype similarity between diseases i and j is calculated using the following formula:
where Number(i) and Number(j) respectively represent numbers after removing first letters from ICD-10 codes of the diseases i and j.
Further, in step (3), the patient portrait similarity is calculated by weighted averaging of an age similarity, a gender similarity, an ethnic similarity, an allergen similarity, a family medical history similarity, a blood type similarity, a historical diagnostic similarity, a historical medication similarity and an abnormal testing result similarity of patients; the age similarity is calculated using a Euclidean distance; the gender similarity and the ethnicity similarity are calculated using a binary approach where a value of 1 indicates similarity (when the gender or ethnicity is the same) and a value of 0 indicates dissimilarity; and information of other dimensions are calculated by using a Jaccard distance through coding.
Further, in step (3), in the process of constructing the patient-patient network P, when the patient portrait similarity between two nodes is smaller than a threshold value ε, then a value of an edge between the two nodes is set as 0, and ε is set to be a quantile of the complete patient portrait similarity.
Further, in step (6), assuming that the drug-patient-disease heterogeneous network totally contains n drugs, x patients and m types of disease information, random walk lengths LCP(ci) and LPD(pi) of a drug node ci and a patient node pi in the forward link, and random walk lengths LDP(di) and LPC(pi) of a disease node di and a patient node pi in the reverse link are calculated as follows:
L
CP(ci)=Σj=1xJ(ci,pj)
L
PD(pi)=Σj=1mJ(pi,dj)
L
DP(di)=Σj=1xJ(di,pj)
L
PC(pi)=Σj=1nJ(pi,cj)
where J represents a topological structure similarity of two nodes; and for LCP(ci), a calculation formula of J(ci, pi) is as follows:
where NC(ci) represents a neighbor node of the node ci in the drug-drug network C, and (pj) represents a neighbor node of all neighbor nodes in the drug-drug network C of a node pj in the patient-patient network P.
In another aspect, the present disclosure provides a drug repositioning system that integrates patient profile information, comprising: a data acquisition module configured to acquire and associate public data of drugs and diseases and real-world patient data; a data preprocessing module configured to clean and convert data, and perform association mapping on the public data and the real-world patient data; a new drug indication discovery module configured to search for new drug indications in a drug-patient-disease global relationship; and a prediction result display module configured to present prediction result data. The new drug indication discovery module uses the method for discovering new drug indications to construct a drug-patient-disease heterogeneous network, and then performs drug-disease relationship prediction based on a bidirectional random walk method.
The present disclosure has the advantages that in the past data-driven drug repositioning research, only public data sets were usually used, and most of these data are from preclinical experiments or clinical experimental results, and there may be conflicts and contradictions between different data sets, so utilizing such data for drug repositioning studies has limitations. According to the present disclosure, real-world patient medication and patient diagnosis data are introduced into a data-driven drug repositioning solution, and the actual use effect of drugs in a wider population is added into a new drug-disease relationship prediction model; According to the present disclosure, the patient portrait is constructed as the characteristic expression of the patient information, and the patient-patient network is constructed as the medium between the drug and the disease network, so as to construct a heterogeneous network system which conforms to the actual clinical process; The predicted results will be closer to the clinic, and it is more likely to be successful in the subsequent verification of new use of old drugs and new clinical trials.
In order to make the above objects, features and advantages of the present disclosure more obvious and easy to understand, the specific embodiments of the present disclosure will be described in detail with reference to the accompanying drawings.
In the following description, many specific details are set forth in order to fully understand the present disclosure, but the present disclosure can also be implemented in other ways different from those described here, and those skilled in the art can make similar promotion without violating the connotation of the present disclosure, so the present disclosure is not limited by the specific embodiments disclosed below.
According to the present disclosure, real-world patient medication and patient diagnosis data are introduced into a data-driven drug repositioning solution, and the actual use effects of drugs in a wider population are added into a new drug-disease relationship prediction model. In the present disclosure, real-world patient data refers to various data related to the patient's health status and/or diagnosis and treatment and health care collected daily; real-world evidence refers to clinical evidence about drug use and potential benefits-risks obtained through proper and sufficient analysis of applicable real-world data, including evidence obtained through retrospective or prospective observational studies or intervention studies such as clinical trials.
As shown in
Step 1: Data Acquisition and Correlation
The chemical structure, target and pathway information of drugs are obtained through the public data set DrugBank; information of drug indications and adverse drug reactions is obtained from a SIDER data set; the international disease classification standard ICD-10 is obtained. Real-world patient data are obtained from electronic health record data, and the time point of each visit (outpatient/inpatient) is taken as a cross section. The obtained information includes: {circle around (1)} demographic information: age, gender and nationality; {circle around (2)} basic medical information: allergy history, family history and blood type; {circle around (3)} diagnosis and treatment information: historical diagnosis records, abnormal test results and historical medication records; {circle around (4)} medical result information: the diagnosis and medication records produced in this visit. The drugs and diseases in the real-world patient data are correlated with the corresponding drugs and diseases in the public data set.
Step 2: Patient Portrait Generation
The generation of patient portrait is to generate a series of “tags” for patients, and the patient tags involved in the present disclosure include: age, gender, nationality; allergen, family history and blood type; historical diagnosis, historical medication, abnormal test results. The electronic health record data extracted in step 1 is cleaned and converted to generate the corresponding patient tag. The following is an example of a patient portrait:
PID (patient 1)
Age: 59
Sex: 1 (male)
Ethnic group: 1 (Han nationality)
Allergen: ALG01 (penicillin)
Family history: B18.1 (chronic hepatitis B)|C17.0 (duodenal malignant tumor)
Blood type: 01 (Rh positive type A)
Historical diagnosis: E74.801 (renal diabetes)|I10 (hypertension)
Historical medication: DB00381 (amlodipine)|DB00177 (valsartan)
Abnormal test results: GHB (glycosylated hemoglobin)|SCR (creatinine)|Alb (albumin)
Among them, the patient identifier (PID) is the unique identifier of patient identity; the codes used for gender, nationality, allergen, blood type and abnormal test results are self-designed codes, and the coding form is not limited; ICD-10 codes are used for historical diagnosis and family history; the drug codes in DrugBank data set are used for the historical drug use information; in the above example, the contents in brackets are the corresponding names of codes. In the embodiment of the present disclosure, the same patient has multiple pieces of patient portrait information for multiple visits.
Step 3: similarity calculation, as shown in
3.1 Drug Composite Similarity Calculation
A drug composite similarity network consists of drug structure similarity, target similarity, pathway similarity and adverse reaction similarity. Using drug 2D molecular fingerprint data, the structural similarity of drugs can be calculated by computing the Tanimoto coefficient. The chemical structural similarity simchem (i, j) between drugs i and j and is as follows:
where a and b are the number of ‘1’ in the molecular fingerprints of drugs i and j respectively, and c is the number of ‘1’ in the same position in the molecular fingerprints of drugs i and j. The target similarity, pathway similarity and adverse reaction similarity are all calculated by a Jaccard coefficient. Taking the target similarity as an example, the target similarity simtarget (i, j) of drugs i and j is:
where, A and B are the target sets of drugs i and j respectively.
According to the above method, a similarity network of four dimensions is constructed, and a nonlinear heterogeneous network fusion mode is used to complete the calculation of the drug composite similarity. The similarity network of each dimension can be expressed as G=(V, E), where V is the node of the network, corresponding to the drugs in the four similarity networks, and E is the edge of the network, represented by the similarity among drugs. For the four similarity networks, an overall normalized weight matrix may be defined:
where sim (i, j) is a similarity between drugs i and j in a certain dimension.
Meanwhile, a local weight matrix S may be defined:
where Ni is a neighbor node of a node i calculated through a KNN algorithm, and a similarity among non-neighbor nodes is set as 0 through the calculation of S.
For the similarity network of each dimension, the calculated matrixes K and S are taken as an initial state of the heterogeneous network fusion, and an iterative update formula for the heterogeneous network fusion is:
after iterations of a time t, K(v) tends to be stable and consistent, and a final drug composite similarity is obtained.
3.2 Disease Phenotype Similarity Calculation
The disease phenotype similarity is calculated by using the hierarchical coding structure of ICD-10; ICD-10 codes consist of four-digit levels (one letter and three digits), and the first three codes are separated from the last by decimal points, for example “A15.0”, in which the first three codes “A15” represent respiratory tuberculosis and “A15.0” represent tuberculosis; in “B15.0”, the first three codes “B15” represent viral hepatitis, while “B15.0” represents hepatitis A with hepatic coma. In ICD-10 coding system, when the initials are different, it can be considered that diseases belong to different categories, with great differences; when the initials are the same, the last three codes can be used as the basis for calculating the distance between diseases. The similarity between diseases i and j is defined as follows:
where Number(i) and Number(j) respectively represent numbers after removing first letters from ICD-10 codes of the diseases i and j (1 decimal place is reserved); when the first letters are the same, the similarity between diseases i and j is recorded as 1 minus the Euclidean distance between the two numbers; when the initials are different, the similarity between diseases i and j is 0.
3.3 Construction of Patient Portrait Similarity Network
The patient portrait similarity is calculated by the weighted average of the age similarity, gender similarity, ethnic similarity, allergen similarity, family history similarity, blood type similarity, historical diagnosis similarity, historical drug use similarity and abnormal test results similarity of patients. Generally speaking, it can be considered that the similarity weights of each dimension are the same. Among the above similarities, the age similarity is calculated by an Euclidean distance; the gender similarity and the ethnicity similarity are calculated using a binary approach where a value of 1 indicates similarity (when the gender or ethnicity is the same) and a value of 0 indicates dissimilarity. The information of other dimensions are calculated by using a Jaccard distance through coding.
Step 4: discovery of new drug indications, as shown in
1) A drug-drug network C is constructed, with drug chemical components as network nodes and drug composite similarity as the edge of the network.
2) A disease-disease network D is constructed, with diseases as the nodes of the network and disease phenotype similarity as the edge of the network.
3) A patient-patient network P is constructed, with the patient portraits as the nodes of the network and the patient portrait similarity as the edge of the network; when the patient portrait similarity between two nodes is less than a threshold ε, the value of the edge between the two nodes is set to 0, and a quarter of the similarity of all patient portraits can be taken for ε.
4) A drug-patient relationship network CP is constructed, the patient medication data of the current visit after each patient portrait generated is extracted, and a drug-patient association dichotomy network BBP(C, P, E) is constructed, where E(Bcp)⊆P×C, E(Bcp)={edges between ei,j, ci and pj}, if a patient pj uses a drug ci in the current visit, the edge between ci and pj is set to 1, otherwise it is set to 0.
5) A patient-disease relationship network PD is constructed, the diagnosis data of the current visit after each patient portrait generated is extracted, and a patient-disease correlation dichotomy network Bpd(P, D, E) is constructed, where E(Bpd)⊆D×P, E(Bpd)={edges between ei,j, pi and dj}; if the patient pi is determined to have a disease dj at the current visit, the edge between pi and dj is set to 1, otherwise it is set to 0.
6) A drug-disease relationship network CD is constructed, and a drug-disease association dichotomy network B cd (C, D, E) is constructed based on a SIDER data set, where E(Bcd)⊆D×C, E(Bcd)={edges between ei,j, ci and dj}; if there is a known association between the drug ci and disease dj, the edge between the drug ci and disease dj is set to 1, otherwise it is set to 0.
7) Drug-patient-disease heterogeneous networks are constructed, including a drug-drug network, a disease-disease network, a patient-patient network, a drug-patient relationship network, a patient-disease relationship network and a drug-disease relationship network. The adjacency matrix A of the drug-patient-disease heterogeneous network can be expressed as:
where Ac, AP and AD represent the adjacency matrices of the drug-drug network, patient-patient network and disease-disease network respectively, ACP, APD and ACD represent the adjacency matrices of the drug-patient relationship network, patient-disease relationship network and drug-disease relationship network respectively, and ACPT, APDT and ACDT represent transpositions of ACP, APD and ACD respectively.
8) According to the optimized bidirectional random walk method, the relationship between drugs and diseases is predicted. Supposing that the drug-patient-disease heterogeneous network contains information of n drugs, x patients and m diseases, now, the new drug indications are predicted for the drug ci, that is, the drug ci and the disease dj are predicted, j=1, 2, . . . , m that is, drug ci is used as a seed of random walk to predict the probability R of reaching the diseases dj when random walk reaches a steady state, and the dimension of R is n×m.
Firstly, the initial vector R(0) at the starting time t=0 of the random walk, that is, the known relation between drugs and diseases, is constructed and the adjacency matrix ACD with the drug-disease relationship network is normalized.
where sum(ACD) is the sum of all elements in ACD.
In the process of walking in heterogeneous networks, the random walk seed has a certain probability of moving to neighboring nodes in the current network, and also has a certain probability of walking to other networks. According to the present disclosure, the bidirectional random walk method is optimized in combination with clinical situations, and is extended and applied to the random walk problem of the drug-patient-disease heterogeneous network. Supposing two random walk links are performed:
a) Forward link: the seed starts from a certain node in the drug-drug network and walks through the patient-patient network to the disease-disease network, and after walking for a time t, the probability of the walk seed staying at each node is calculated as follows:
R
F-CP
(t)=(1−λCP)ACRF-CP(t−1)+λCPACP
R
F-PD
(t)=(1−λPD)APRF-PD(t−1)+λPDAPD
R
F
(t)
=αR
F-CP
(t)
R
F-PD
(t)+(1−α)ACD
where a subscript F represents the forward link, λCP represents a probability of the seed transferring from the drug-drug network to the patient-patient network, λPD represents a probability of the seed transferring from the patient-patient network to the disease-disease network; RF-CP(t) and RF-CP(t−1) are probabilities that the random walk seed from the drug-drug network stays in the patient-patient network at times t and t−1, RF-PD(t) and RF-PD(t−1) are probabilities that the random walk seed from the patient-patient network stays in the disease-disease network at the times t and t−1 in the forward link. The last formula integrates the results of the above two random walks, and introduces a weight factor α to introduce the known drug-disease relationship into the random walk process to carry out overall regulation to prevent the random walk from being too lengthy. The value of the weight factor α is between (0,1).
b) Reverse link: The seed starts from a certain node of the disease-disease network, passes through the patient-patient network and walks to the drug-drug network, and after walking for a time t, the probability of the walk seed stays at each node is calculated as follows:
R
B-DP
(t)=(1−λDP)ADRB-DP(t−1)+λDPAPDT
R
B-PC
(t)=(1−λPC)APRB-PC(t−1)+λPCACPT
R
B
(t)=α(RB-DP(t)RB-PC(t))T+(1−α)ACD
where a subscript B represents the reverse link λDP represents a probability of the seed transferring from the disease-disease network to the patient-patient network, λPC represents a probability of the seed transferring from the patient-patient network to the drug-drug network; RB-DP(t) and RB-DP(t−1) are probabilities that the random walk seed from the disease-disease network stays in the patient-patient network at times t and t−1, RB-PC(t) and RB-PC(t−1) are probabilities that the random walk seed from the patient-patient network stays in the drug-drug network at the times t and t−1 in the reverse link. The function of the weighting factor is the same as that of the forward link.
In the network, assuming that nodes with more common neighbors are more closely related to each other and more likely to influence each other, a random walk length metric of nodes is constructed based on the topological structure of the heterogeneous network. On the one hand, it can make full use of different influences of different nodes on other contents in the heterogeneous network. On the other hand, it can help the random walk algorithm to converge quickly. The random walk length metric involved in the present disclosure is defined as follows.
In the forward link, the random walk lengths of the drug node ci and patient node pi are defined as LCP(ci) and LPD(pi); in the reverse link, the random walk lengths of the disease node di and the patient node pi are defined as LDP(di) and LPC(pi).
L
CP(ci)=Σj=1xJ(ci,pj)
L
PD(pi)=Σj=1mJ(pi,dj)
L
DP(di)=Σj=1xJ(di,pj)
L
PC(pi)=Σj=1nJ(pi,cj)
Taking LCP (ci) as an example to explain the calculation method, J(ci, pj) is used to express the topological structure similarity of the nodes ci and pj, and is defined as follows:
where NC(ci) represents the neighbor node of the node ci in the drug-drug network C, and (pj) represents the neighbor nodes, in the drug-drug network C, of all the neighbor nodes of the node pj in the patient-patient network P. In the iterative process of random walk, for ci, at the time ci, the random seeds starting from ci will no longer walk. After the random walk, the final R is as follows:
That is, the probability that the drug can treat the corresponding disease; the greater the probability value, the greater the possibility that the drug can treat the disease in its corresponding (drug, disease) pair. If there is no known correlation between the two, the drug is considered to be the discovery result of the new indications of the drug. The hyperparameters α, ACP, APD, APC, ADP involved in the above calculation process can be obtained by cross-validation.
As shown in
According to the present disclosure, real-world patient data is introduced, and the actual use and treatment of drugs in clinic are taken as important factors for drug repositioning prediction, so that the prediction result will be closer to the clinic, and the possibility of success in subsequent verification for new uses of old drugs and new clinical trials is greater.
In this application, the term “controller” and/or “module” may refer to, be part of, or include: an Application Specific Integrated Circuit (ASIC); a digital, analog, or mixed analog/digital discrete circuit; a digital, analog, or mixed analog/digital integrated circuit; a combinational logic circuit; a field programmable gate array (FPGA); a processor circuit (shared, dedicated, or group) that executes code; a memory circuit (shared, dedicated, or group) that stores code executed by the processor circuit; other suitable hardware components (e.g., op amp circuit integrator as part of the heat flux data module) that provide the described functionality; or a combination of some or all of the above, such as in a system-on-chip.
The term memory is a subset of the term computer-readable medium. The term computer-readable medium, as used herein, does not encompass transitory electrical or electromagnetic signals propagating through a medium (such as on a carrier wave); the term computer-readable medium may therefore be considered tangible and non-transitory. Non-limiting examples of a non-transitory, tangible computer-readable medium are nonvolatile memory circuits (such as a flash memory circuit, an erasable programmable read-only memory circuit, or a mask read-only circuit), volatile memory circuits (such as a static random access memory circuit or a dynamic random access memory circuit), magnetic storage media (such as an analog or digital magnetic tape or a hard disk drive), and optical storage media (such as a CD, a DVD, or a Blu-ray Disc).
The apparatuses and methods described in this application may be partially or fully implemented by a special purpose computer created by configuring a general-purpose computer to execute one or more particular functions embodied in computer programs. The functional blocks, flowchart components, and other elements described above serve as software specifications, which can be translated into the computer programs by the routine work of a skilled technician or programmer.
The above is only the preferred embodiment of the present disclosure, and although the present disclosure has been disclosed in the above with preferred embodiments, it is not intended to limit the present disclosure. Any person familiar with the field can make many possible changes and modifications to the technical solution of the present disclosure by using the methods and technical contents disclosed above, or modify it into equivalent embodiments with equivalent changes without departing from the scope of the technical solution of the present disclosure. Therefore, any simple modification, equivalent change and modification of the above embodiment according to the technical essence of the present disclosure that does not depart from the content of the technical solution of the present disclosure still falls within the scope of protection of the technical solution of the present disclosure.
Number | Date | Country | Kind |
---|---|---|---|
202110599266.2 | May 2021 | CN | national |
The present application is a continuation of International Application No. PCT/CN2021/113136, filed on Aug. 18, 2021, which claims priority to Chinese Application No. 202110599266.2, filed on May 31, 2021, the contents of both of which are incorporated herein by reference in their entireties.
Number | Date | Country | |
---|---|---|---|
Parent | PCT/CN2021/113136 | Aug 2021 | US |
Child | 18362950 | US |