Skip to main content
Elsevier - PMC COVID-19 Collection logoLink to Elsevier - PMC COVID-19 Collection
. 2021 Dec 25;153:246–253. doi: 10.1016/j.patrec.2021.12.015

Central hubs prediction for bio networks by directed hypergraph - GA with validation to COVID-19 PPI

Sathyanarayanan Gopalakrishnan a, Supriya Sridharan a, Soumya Ranjan Nayak b, Janmenjoy Nayak c, Swaminathan Venkataraman a,
PMCID: PMC8709727  PMID: 34975182

Abstract

Network structures have attracted much interest and have been rigorously studied in the past two decades. Researchers used many mathematical tools to represent these networks, and in recent days, hypergraphs play a vital role in this analysis. This paper presents an efficient technique to find the influential nodes using centrality measure of weighted directed hypergraph. Genetic Algorithm is exploited for tuning the weights of the node in the weighted directed hypergraph through which the characterization of the strength of the nodes, such as strong and weak ties by statistical measurements (mean, standard deviation, and quartiles) is identified effectively. Also, the proposed work is applied to various biological networks for identification of influential nodes and results shows the prominence the work over the existing measures. Furthermore, the technique has been applied to COVID-19 viral protein interactions. The proposed algorithm identified some critical human proteins that belong to the enzymes TMPRSS2, ACE2, and AT-II, which have a considerable role in hosting COVID-19 viral proteins and causes for various types of diseases. Hence these proteins can be targeted in drug design for an effective therapeutic against COVID-19.

Keywords: Directed hypergraph, Centrality measures, Degree centrality, Strong tie, Weak tie, Genetic algorithm, COVID-19

2008 MSC: 05C65, 05C82, 68M10, 90B18, 90C27, 90C35, 91D30, 92B20

Nomenclature

abij

the fitness of jth individual in ith generation in roulette wheel selection

abij¯

the average fitness of jth individual in ith generation in roulette wheel selection

cdh(vi)

the weighted node degree centrality of a node i in HWDG

cdj

the probability for selecting jth string

csdh(vi)

the strong tie degree centrality of a node i in HWDG

cwdh(vi)

the weak tie degree centrality of a node i in HWDG

EHG

the hyperedges of HG

EHBMG

the hyperedges in HBMG

EHWDG

the set of all weighted directed hyperedges of the weighted directed hypergraph HWDG

EHFMG

the directed hyperedges in HFMG

F

the total fitness value

fj

the fitness value of jth individuals

fmin

the minimum fitness

fmax

the maximum fitness

G

the graph

HDG

the directed hypergraph

HDHBMG

the head set in the minimal hypergraph HBMG

HWDG

the weighted directed hypergraph

H(EHDG)

the head of the directed hyperedge EHDG

HG

the hypergraph

HBMG

the minimal B-hypergraph of HDG

HFMG

the minimal F-hypergraph of HDG

M(HWDG)

the number of directed hyperedges in HWDG

M(G)

the number of edges in the graph G

ngen

the number of generations

N(HWDG)

the number of vertices of a weighted directed hypergraph

N(G)

the number of nodes in the graph G

pri

probability rank of the ith generation

rij

the rank of jth individual in ith generation for rank selection

rsumi

sum of ranks in ith generation

T(EHDG)

the tail of the directed hyperedge EHDG

STHWDG

the set of strong tie nodes

ST(HWDG)

the range of strong tie vertices in HWDG

VHG

the set of all nodes of the hypergraph HG

VHDG

the set of all nodes of the directed hypergraph HDG

VHWDG

the set of all nodes of the weighted directed hypergraph HWDG

wij

the weight of the node vi corresponding to the directed hyperedge ej

WTHWDG

the set of weak tie nodes

WT(HWDG)

the range of weak tie vertices in HWDG

WM

the mean of the weights

Wq1

the 1st quartile of the weights

Wq3

the 3st quartile of the weights

WQD

the quartile deviation of the weights

WSD

the standard deviation of the weights

1. Introduction

A relation that connects a group of two or more systems or people [18] forms a network. To assess a network, one may need information’s such as quality of relationships, perception of co-operations, network collaborations between nodes. In recent times one of the computational concepts like the graph properties plays a significant role in analysing a network by exploring the accessibility of nodes [21]. Of which Multi-graph [3], [17] can represent the complex relational data of a network and works well provided that the significant changes are made only to the existing graph analysis algorithms.

In general, since the network comprises nodes in n-ary relations, based on the literature so far, we could see Hypergraphs can handle n-ary relations more efficiently than graphs or multi-graphs. Berge [1] proposed this concept of hypergraph firstly as “a generalisation of graphs” which [3] further defined and derived the notion of the ‘directed’ hypergraph.

The hypergraphs [15], [20] constructed from the shortest paths of the networks tend to leave out some influential nodes, which is very important in analysing the network. Granovetter [5] proposed a method to identify influential nodes by weak ties for information dissemination. To surmount the frailty for hypergraph construction, this paper constructs a directed hypergraph based on the relationship between the data. Later, degree centrality measure is employed for finding the influential nodes.

Among various centrality measures like degree, betweenness, closeness, eccentricity, cross-click, network, random walk betweenness, page rank, leverage, eigenvector, subgraph, information and many, degree centrality have high impact in analysing any networks. Also, it classifies the nodes as strong and weak ties from which weak tie is more influential so, this takes less number of nodes that are responsible for spreading of news. Hence, we use the degree centrality for predicting the influential nodes.

In this paper, initially the weight of the node is the degree centrality of a node that is, ..., the number of hyperedges incidence with the node. Thus, the same is calculated for all network nodes and fed into the Genetic Algorithm (GA) for further optimisations. After which statistical measures like mean, standard deviation and quartiles are employed to classify the nodes as strong tie and weak tie.

The proposed work is applied to Protein-Protein Interaction (PPI) networks to obtain the influential proteins. Predicting protein function is always a stumbling block in computational biology research. These proteins of PPI network help in drug target recognition, identify the role of a protein or gene, develop successful methods for treating different diseases, and provide early detection of disorders.

Recently, many researchers aims to detect the COVID-19 through images of X-rays using the concept of Cascaded Recurrent Neural Network (CRNN) [12] and ultrasound X-rays by classifying them using Multi-layers Fusion [16]. Here, we aim to detect the influential nodes which gives a promising direction in the impact of current pandemic COVID-19 and in need of designing drugs. Drug design requires the knowledge of the functionality of the COVID-19 viral protein interacting with human proteins. For this purpose, we identified some of the critical human proteins using centrality measures of the hypergraph.

These proteins belong to the enzymes - TMPRSS2, ACE2, AT-II, protein sets - IL6, cytoplasmic, cytokine storm. Some of them may cause diseases like decease chronic obstructive pulmonary disease, lower respiratory infections, blood pressure, diabetes mellitus, stroke and tuberculosis. The resultant proteins play a considerable role in COVID-19 viral interactions.

The major contributions are a state-of-the-art representation of protein interaction networks by weighted directed hypergraph and identifying influential nodes using weak tie of a weighted directed hypergraph. The degree centralities and genetic algorithm are hybridized to optimize the weights of nodes. Finally, validation of the proposed method identifies influential COVID-19 proteins from protein interactions that can be used for drug design.

Section 2 deals with basic definitions. The proposed methodology is presented in Section 3. The results of the ten biological networks and their comparison with existing graph centrality measures are presented in Section 4. Our method has been validated with the real-time pandemic COVID-19 viral-protein interactions in Section 5. The paper is concluded with a summary in the final Section.

2. Preliminaries

Some preliminary concepts on hypergraph are recalled in this section.

Let HG=(VHG,EHG) be a hypergraph [1], where VHG, and EHG are set of all nodes and hyperedges respectively. Moreover, VHG={vi:i=1,,n} and EHG={Ej:j=1,,m}, with every Ej is a subset of the set VHG.

A hypergraph is a standard graph, when every hyperedge EiEHG, satisfies |Ei|2 for i=1,2,,m.

A hypergraph is said to be a directed hypergraph (HDG) [3], if every hyperarc EHDG=(T(EHDG),H(EHDG)) has a direction, where T(EHDG) is the tail of EHG while H(EHDG) is its head.

If every node of a directed hypergraph has a weight associated with it, then the directed hypergraph is a weighted directed hypergraph (HWDG).

The directed hyperedge or hyperarc EHDG=(T(EHDG),H(EHDG)) is said to be a Backward hyper-arc [3], or B-arc, if |H(EHDG)|=1. Similarly, the directed hyperedge or hyperarc EHDG=(T(EHDG),H(EHDG)) is said to be a Forward hyperarc [3], or F-arc, if |T(EHDG)|=1.

A directed hypergraph is said to be a B-graph (or B-hypergraph), whose hyperarcs are B-arcs. A directed hypergraph is said to be an F-graph (or F-hypergraph), if hyperarcs are F-arcs. A directed hypergraph is said to be a BF-graph (or BF-hypergraph), if hyperarcs are either B-arcs or F-arcs.

3. Proposed methodology

This section discusses the proposed technique for the identification of influential nodes in a network. It consists of following four predominant steps:

  • 1)

    Construction of directed hypergraph.

  • 2)

    Conversion of directed hypergraph into weighted directed hypergraph.

  • 3)

    Optimizing the weights using Genetic Algorithm (GA).

  • 4)

    Identifying influential nodes.

Algorithm 1 comprises the above four steps:

Algorithm 2.

Algorithm 2

Construction of directed hypergraph.

Algorithm 1.

Algorithm 1

DHHGA.

3.1. Construction of directed hypergraph

If there is a communication between vi to {vj|j=1,2,h,hN}, then directed hyperedge EHDG=(T(EHDG),H(EHDG)) is constructed where T(EHDG)={vi} and H(EHDG)={vj|j=1,2,h,hN}.

Definition 3.1 (Minimal hypergraph based on

B-hyperarc) A directed hypergraph HMG is said to be minimal hypergraph (directed hyperedges are in B-hyperarc form or F-hyperarc form) with |HMG|=k, if there is no minimal hypergraph HM1G with |HM1G|=p<k=|HMG|.

In general, B-hypergraph has |H(EHBMG)|=1 for every hyperedge, and there is no repetition in head of the hyperedge.

Suppose there are two hyperedges ((vi,,vk),vj) and ((va,,vb),vj) with same H(EHBMG), then combine the hyperedges and regenerate it as a single hyperedge ((vi,,vk,va,,vb),vj).

Continue this until the heads of the hyperedges are distinct.

Let HDHBMG be the head set in the minimal hypergraph HBMG.

Now, add the head of each hyperedge |EHBMG| of HBMG to the set HDHBMG. Thus,

|HDHBMG|=b<n,

since the heads in HDHBMG are distinct and at most |VHDG|.

Since the number of hyperedges is equal to the number of elements in the head set HDHBMG by B-hypergraph construction,

|EHBMG|=|HDHBMG|gives|EHMG|=|HDHBMG|=b<nandhence|EHBMG|=b<n

Similar arguments holds for F and BF hypergraphs and thus we have Theorem 1.

Theorem 1

LetHDG=(VHDG,EHDG)be a directed hypergraph with|VHDG|=n, then there exists a minimal hypergraphHBMG=(VHDG,EHBMG)such that every directed hyperedgeEHBMGofHBMGisB-hyperarc orHBMGis aB-hypergraph. Also, there exist a minimal hypergraphHFMG=(VHDG,EHFMG)such that every hyperedgeEHFMGofHFMGisF-hyperarc orHFMGis anF-hypergraph.

3.2. Weighted node degree centrality (WNDC)

Definition 3.2

The weights of the node incidence with the corresponding hyperedge is called as weighted node degree centrality [9], [13]. It is given by

Cdh(vi)=j=1mwj,(i=1,2,,n) (1)

where wj takes the value 1 if vi is incident with ej, 0 otherwise.

3.2.1. Construction of weighted node degree centrality

Initially, every vertex vi of a directed hypergraph is assigned with a weight as its degree centrality and it is presented in Algorithm 3.

Algorithm 3.

Algorithm 3

Conversion of HDG into HWDG.

Here, the weight wj is calculated as defined in Definition 3.2. These weights are tuned using the GA (Algorithm 4 ).

Algorithm 4.

Algorithm 4

Genetic algorithm.

3.3. GA weight optimization

GA is a search heuristic, which optimizes the solution of search problems [21]. Usually, GA is a population-based search technique used in computing, with each candidate represented as fixed-length binary string chromosomes. The Roulette wheel with ranking selection, one-point crossover and a uniform mutation are the components of GA in this work. The objective function of GA is,

(objectivefunction)Y=i=1n(xi*wi),

where xi is the initial weight of the node vi, and wi (weight) is the parameter that is to be maximized.

Now, Roulette wheel and ranking selection [10] methods are combined to select the best individual from the groups (of individuals) formed out the population, for the objective function. The Roulette Wheel uses,

abi,j¯=j=1NabijN

where abi,j¯ represents the average fitness of the population for ith generation which varies from 1 to ngen. This value is used to place in the segment of roulette wheel, the bigger the value, the larger the segment and it is more probably to be selected.

cdj=abijj=1Nabij

where cdj represents the probability for selecting the jth individual and abij is the fitness value of the jth individual in the ith generation, and for ranking

pri=rijrsumi,rsumi=j=1Nrij

where i varies from 1 to ngen (number of generations) and j varies from 1 to N (population size).

Pioneer technique used in the crossover is the single-point crossover, and it is given as,

(Single-pointcrossover)crossover=Bas(offspring-size2)

where Bas stand for Binary array of size.

We select a random gene from chromosome, lets say xi and assign a uniform random value to it.

(Uniformmutation)xi=U(ai,bi)

where i[1,n], ai and bi are random integer, U(ai,bi)[ai,bi] is a uniform random number.

The fitness value [4] F is calculated using normalized weighted sum evaluation function given by

(Fitness)F=j=1Nwjfjfjminfjmaxfjmin.

where fj is actual fitness value, fjmax is the worst fitness value, fjmin is the best fitness value, of jth individual.

Now, Algorithm 5 categorizes the nodes as strong (STHWDG) and weak (WTHWDG) ties from the optimized weights of Algorithm 4.

Algorithm 5.

Algorithm 5

WDHDC.

The categories of ties based on their strength using mean and standard deviation is given as,

Csdh(vi)=Cdh(vi)>WM+WSD,forstrongties,Cwdh(vi)=Cdh(vi)<WMWSD,forweakties.

Here WM stands for the mean of the weights, and WSD stands for the weights’ standard deviation.

Similarly, the categorization of tie strength using quartile can also be defined as follows:

Csdh(vi)=Cdh(vi)>Wq3+WQD,forstrongties,Cwdh(vi)=Cdh(vi)<Wq1WQD,forweakties.

Here Wq1,Wq3 stands for 1st and 3rd quartile of the weights and WQD stands for quartile deviation of the weights.

4. Implementation

The proposed technique is applied to the following ten biological networks [14] using Python 3.5 in Intel® Core™ i7-6700 Quad Core 3.4 GHz, 4.0 GHz system running in Ubuntu 16.4. (i) bio-WormNet-v3-benchmark, (ii) bio-DR-CX’s, (iii) bio-DM-CX’s, (iv) bio-HS-LC’s, (v) bio-HS-CX’s, (vi) bio-CE-CX’s, (vii) bio-grid-fission-yeast’s, (viii) bio-grid-yeast’s, (ix) bio-grid-human’s, (x) bio-dmela. where the networks (i)–(vi), are all a kind of WormNet network, with nodes as genes and edges as links between them and they are an integration’s of all data-type-specific networks (CE-CX, CE-GN, CE-GT, CE-HT, CE-LC, CE-PG, DM-CX, DM-HT, DM-LC, DR-CX, HS-CX, HS-HT, HS-LC, SC-CC, SC-CX, SC-HT, SC-LC, SC-TS) through modified Bayesian integration. And for the remaining networks (vii)–(x), nodes are proteins and the edges are PPI.

4.1. Results and discussion

The influential proteins (or) genes of above ten biological networks are identified through Algorithm 1 of weak ties and presented in the Table 1 with data: the number of nodes, number of directed hyperedges in HWDG, range of weak tie nodes using Mean, SD and quartile.

Table 1.

Range of influential nodes (Weak ties) using mean and SD, and quartiles.

HWDG N(HWDG) M(HWDG) Range of WT(HWDG) nodes by mean and SD Range of WT(HWDG) nodes by quartiles
bio-grid-fission-yeast’s 2031 2026 [400, 450] [470, 530]
bio-WormNet-v3-benchmark 2445 2316 [490, 540] [550, 640]
bio-DR-CX’s 3289 3051 [650, 720] [750, 850]
bio-DM-CX’s 4040 3594 [820, 890] [930, 1020]
bio-HS-LC’s 4227 3391 [850, 930] [1000, 1050]
bio-HS-CX’s 4413 3975 [900, 1000] [1000, 1150]
bio-grid-yeast’s 6010 6008 [1215, 1280] [1430, 1480]
bio-dmela 7399 6640 [1500, 1600] [1750, 1900]
bio-grid-human’s 9527 9536 [1970, 2050] [2300, 2390]
bio-CE-CX’s 16,347 14,692 [3420, 3490] [3900, 4150]

Various graph centrality measures like Degree Centrality (DCG), Closeness Centrality(CCG), Eigen Vector Centrality (ECG) and Harmonic Centrality (HCG) are compared with the proposed technique. Table 2 presents the influential nodes of the above explained ten biological networks.

Table 2.

Comparison of number of influential nodes with other centrality measures.

G N(G) M(G) DCG CCG ECG HCG
bio-grid-fission-yeast’s 2031 25,274 964 450 450 450
bio-WormNet-v3-benchmark 2445 78,736 2032 2295 2152 2197
bio-DR-CX’s 3289 84,940 1478 1647 1344 1158
bio-DM-CX’s 4040 112,688 1267 964 957 1060
bio-HS-LC’s 4227 39,484 2835 1673 1753 1661
bio-HS-CX’s 4413 108,818 1493 1044 1392 1037
bio-grid-yeast’s 6010 313,890 3150 4791 5414 4791
bio-dmela 7399 25,571 4078 3681 6383 6370
bio-grid-human’s 9527 62,364 6621 8029 8029 8029
bio-CE-CX’s 16,347 762,822 7734 5081 7596 5047

The minimum number of influential nodes are to be derived which are responsible to maximize the influence to entire network. It is apparent from the values tabulated, our proposed work yields the minimum number of influential nodes both in mean, SD and quartile when comparing with the other centrality measures expect the bio-grid-fission-yeast’s. In bio-grid-fission-yeast’s network the number of the influential nodes using quartile is greater than the existing centralities.

Fig. 1 illustrates the count of edges of graph and hyperedges, it is apparent that number of hyperedges is much lesser than the number of edges of graph. Figs. 2 and 3 depicts the comparison of degree centralities of the proposed work based on mean-standard deviation, and quartiles-quartile deviation respectively, with the graph based centralities.

Fig. 1.

Fig. 1

Comparison of edge and hyperedge count.

Fig. 2.

Fig. 2

Comparison of degree centrality of graph with hypergraph (Using mean and SD).

Fig. 3.

Fig. 3

Comparison of degree centrality of graph with hypergraph (Using quartiles).

5. COVID-19 validation

In this section, we intend to validate our technique for COVID-19 protein-protein interaction. On Dec 8, 2019, the coronavirus (COVID-19) had identified in the seafood market in the Wuhan city of China. Coronavirus is one of a kind belonging to severe acute respiratory syndrome (SARS) virus. The world health organization (WHO) declared coronavirus as a pandemic.

Coronavirus (SARS-COV-2 or COVID-19) is one of the family members of Coronaviridae and order Nidovirales. This family contains two subfamilies, namely, Coronavirnae and Torovirinae. The Coronavirnae are classified into four categories:

  • Alphacoronavirus - which consists of human coronavirus (HCOV)

  • Betacoronavirus - which includes of human coronavirus (HCOV) with the SARS-COV-2 virus.

  • Gammacoronavirus - which includes the viruses of bird and whales.

  • Deltacoronavirus - which consists of viruses which are isolated from birds and pigs.

The COVID-19 is Betacoronavirus together with the impact of viruses, namely, middle SARS viruses and pathogenic viruses. From the biological laboratory results [2], [6], [11], [19] some crucial proteins have been identified, that plays a vital role in the protein-protein interactions(PPI’s) of COVID-19 with the human body. And, some of these essential proteins belong to the enzymes TMPRSS2 (Transmembrane protease, serine 2), ACE2 (Angiotensin - Converting Enzyme 2), and AT2 (Angiotensin II).

The COVID-19 protein-protein interactions (PPI’s) from [7] has been constructed as directed hypergraph. Here the nodes are the proteins and the directed hyperedge is constructed if there is an interaction between viral protein with human host proteins and human host protein with human proteins. Now, the directed hypergraph is transformed to weighted directed hypergraph by assigning the weights as the number of PPI’s. These weights are tuned using GA and the classification of weak tie proteins is summarized in Table 3 .

Table 3.

Comparison of influential proteins (Count) with our algorithm in the COVID-19 interaction data-set.

Enzyme/disease Total number of proteins in cleaned data-set Number of proteins obtained using our algorithm
TMPRSS2 47 47
ACE2 4 4
AT-II 11 11
Sudden cardiac attack 10 10
IL6 33 33
Cytoplasmic 1159 1159
Cytokines 3 3
Chronic obstructive pulmonary disease 2 2
Lower respiratory infections 3 3
Blood pressure 35 35
Diabetes mellitus 35 35
Stroke 23 23
Tuberculosis 18 18

Proteins in TMPRSS2, ACE2, AT-II enzymes are 47, 4 and 11, respectively, in the cleaned SARS COVID II and human interactome data-set [8]. These proteins act as a major cause of various disease. We had also identified the proteins which cause the cytoplasmic, cytokine storm, chronic obstructive pulmonary disease, lower respiratory infections, blood pressure, diabetes mellitus, stroke, tuberculosis.

6. Conclusion

In this work, hypergraph is being exploited as a more powerful tool that reduces the complexity considerably compared to graphs as the weighted directed hypergraph of any network has fewer directed hyperedges. The influential nodes of the network are obtained by weak ties of degree centrality. The weights of the nodes are tuned using GA is employed by combining the Roulette wheel and ranking selection. The empirical results obtained from the computation show that proposed work perform better than other graph based centrality measures. Also, obtained critical proteins which play an influential role in COVID-19 viral interactions. These proteins may be a direct or indirect host of the COVID-19 viral protein and useful in drug design. For big data the elapsed time proliferates in identifying the influential nodes by the proposed technique. In the future, a suitable dimensionality reduction scheme will be introduced along with a congenial evolutionary algorithm to handle big data efficiently. Also, the expected protein interactome will be verified by protein docking based on the different mathematical modelling.

Declaration of Competing Interest

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.

Acknowledgements

Sathyanarayanan Gopalakrishnan and Swaminathan Venkataraman thank the Department of Science and Technology - Fund Improvement of S&T Infrastructure in Universities and Higher Educational Institutions Government of India (SR/FST/MSI - 107/2015 ) for carrying out this research work and, the author Supriya Sridharan wishes to express sincere thanks to the INSPIRE fellowship (DST/INSPIRE Fellowship/2019/IF190271) for their financial support.

Edited by: Maria De Marsico

Footnotes

Edited by: Maria De Marsico.

References

  • 1.C. Berge, Hypergraphs North Holland mathematical library, 1989,
  • 2.De Witt B.J., Garrison E.A., Champion H.C., Kadowitz P.J. L-163,491 is a partial angiotensin at1 receptor agonist in the hindquarters vascular bed of the cat. Eur. J. Pharmacol. 2000;404(1-2):213–219. doi: 10.1016/s0014-2999(00)00612-9. [DOI] [PubMed] [Google Scholar]
  • 3.Gallo G., Longo G., Pallottino S., Nguyen S. Directed hypergraphs and applications. Discrete Appl. Math. 1993;42:177–201. doi: 10.1016/0166-218X(93)90045-P. [DOI] [Google Scholar]
  • 4.Gen M., Cheng R. vol. 7. John Wiley & Sons; 1999. Genetic Algorithms and Engineering Optimization. [Google Scholar]
  • 5.Granovetter M.S. The strength of weak ties. Am. J. Sociol. 1973;78(6):1360–1380. [Google Scholar]
  • 6.Hoffmann M., Kleine-Weber H., Schroeder S., Krüger N., Herrler T., Erichsen S., Schiergens T.S., Herrler G., Wu N.-H., Nitsche A., et al. SARS-CoV-2 cell entry depends on ACE2 and TMPRSS2 and is blocked by a clinically proven protease inhibitor. Cell. 2020;181(2):271–280. doi: 10.1016/j.cell.2020.02.052. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7.INTACT contributors, Coronavirus proteins interactions data-set, 2020a, https://www.ebi.ac.uk/intact/.
  • 8.INTACT contributors, Enzymes data-set, 2020b, https://www.uniprot.org/uniprot/?query=tmprss2(/ace2/at-II)&sort=score.
  • 9.Kapoor K., Sharma D., Srivastava J. 2013 IEEE 2nd Network Science Workshop (NSW) IEEE; 2013. Weighted node degree centrality for hypergraphs; pp. 152–155. [Google Scholar]
  • 10.Kumar R., et al. Blending roulette wheel selection & rank selection in genetic algorithms. Int. J. Mach. Learn. Comput. 2012;2(4):365–370. [Google Scholar]
  • 11.Lan J., Ge J., Yu J., Shan S., Zhou H., Fan S., Zhang Q., Shi X., Wang Q., Zhang L., et al. Structure of the SARS-CoV-2 spike receptor-binding domain bound to the ACE2 receptor. Nature. 2020;581(7807):215–220. doi: 10.1038/s41586-020-2180-5. [DOI] [PubMed] [Google Scholar]
  • 12.Muhammad G., Hossain M.S. COVID-19 and non-COVID-19 classification using multi-layers fusion from lung ultrasound images. Inf. Fusion. 2021;72:80–88. doi: 10.1016/j.inffus.2021.02.013. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Opsahl T., Agneessens F., Skvoretz J. Node centrality in weighted networks: generalizing degree and shortest paths. Soc. Netw. 2010;32:245–251. doi: 10.1016/j.socnet.2010.03.006. [DOI] [Google Scholar]
  • 14.R.A. Rossi, N.K. Ahmed, The network data repository with interactive graph analytics and visualization, 2015, http://networkrepository.com.
  • 15.Roy S., Ravindran B. Proceedings of the Second ACM IKDD Conference on Data Sciences. 2015. Measuring network centrality using hypergraphs; pp. 59–68. [Google Scholar]
  • 16.Shankar K., Perumal E., Díaz V.G., Tiwari P., Gupta D., Saudagar A.K.J., Muhammad K. An optimal cascaded recurrent neural network for intelligent COVID-19 detection using chest X-ray images. Appl. Soft Comput. 2021;113:107878. doi: 10.1016/j.asoc.2021.107878. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Vagnetti R., Pino M.C., Masedu F., Peretti S., Le Donne I., Rossi R., Valenti M., Mazza M. Exploring the social cognition network in young adults with autism spectrum disorder using graph analysis. Brain Behav. 2020;10(3):e01524. doi: 10.1002/brb3.1524. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18.Wikipedia contributors, Social network—Wikipedia, the free encyclopedia, 2004, [Online; accessed 22-February-2020], https://en.wikipedia.org/wiki/Socialnetwork.
  • 19.Yan R., Zhang Y., Li Y., Xia L., Guo Y., Zhou Q. Structural basis for the recognition of SARS-CoV-2 by full-length human ACE2. Science. 2020;367(6485):1444–1448. doi: 10.1126/science.abb2762. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Yoshida Y. Proceedings of the 20th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. 2014. Almost linear-time algorithms for adaptive betweenness centrality using hypergraph sketches; pp. 1416–1425. [Google Scholar]
  • 21.S. Zhang, S. Cui, Z. Ding, Hypergraph spectral analysis and processing in 3D point cloud, arXiv preprint arXiv:2001.02384 (2020). [DOI] [PubMed]

Articles from Pattern Recognition Letters are provided here courtesy of Elsevier

RESOURCES