Skip to main content

ORIGINAL RESEARCH article

Front. Cell Dev. Biol., 02 August 2021
Sec. Molecular and Cellular Pathology
This article is part of the Research Topic Omics Data Integration towards Mining of Phenotype Specific Biomarkers in Cancer, Volume II View all 65 articles

Prediction of Genetic Factors of Hyperthyroidism Based on Gene Interaction Network

  • 1Department of Thyroid Surgery, School of Medicine, Guangzhou First People’s Hospital, South China University of Technology, Guangzhou, China
  • 2Department of Thyroid Surgery, Guangzhou First People’s Hospital, Guangzhou Medical University, Guangzhou, China
  • 3Department of General Surgery, School of Medicine, Guangzhou First People’s Hospital, South China University of Technology, Guangzhou, China

The number of hyperthyroidism patients is increasing these years. As a disease that can lead to cardiovascular disease, it brings great potential health risks to humans. Since hyperthyroidism can induce the occurrence of many diseases, studying its genetic factors will promote the early diagnosis and treatment of hyperthyroidism and its related diseases. Previous studies have used genome-wide association analysis (GWAS) to identify genes related to hyperthyroidism. However, these studies only identify significant sites related to the disease from a statistical point of view and ignore the complex regulation relationship between genes. In addition, mutation is not the only genetic factor of causing hyperthyroidism. Identifying hyperthyroidism-related genes from gene interactions would help researchers discover the disease mechanism. In this paper, we purposed a novel machine learning method for identifying hyperthyroidism-related genes based on gene interaction network. The method, which is called “RW-RVM,” is a combination of Random Walk (RW) and Relevance Vector Machines (RVM). RW was implemented to encode the gene interaction network. The features of genes were the regulation relationship between genes and non-coding RNAs. Finally, multiple RVMs were applied to identify hyperthyroidism-related genes. The result of 10-cross validation shows that the area under the receiver operating characteristic curve (AUC) of our method reached 0.9, and area under the precision-recall curve (AUPR) was 0.87. Seventy-eight novel genes were found to be related to hyperthyroidism. We investigated two genes of these novel genes with existing literature, which proved the accuracy of our result and method.

Introduction

Hyperthyroidism refers to a type of common endocrinology disease in which the level of thyroid hormone in the body is abnormally increased (Ross, 2011). The main manifestations of patients are palpitations, sweating, increased eating but weight loss, etc., which are harmful to the cardiovascular system (Ertek and Cicero, 2013), digestive system (Journy et al., 2017), nervous system (Ku et al., 2005), etc. Hyperthyroidism will cause a certain degree of damage, which will seriously affect the quality of life of patients. Hyperthyroidism occurs mostly in the elderly and pregnant women. Hyperthyroidism has significant adverse effects on the heart, bones, and cognitive functions. Standardized management is of great significance for improving the clinical diagnosis and treatment of thyroid diseases in the elderly and protecting the health of the elderly (Martin and Deam, 1996). The thyroid hormone is very important for the health of pregnant women and the growth and development of the fetus. During pregnancy, thyroid function will undergo a series of physiological changes (Moleti et al., 2019). Hyperthyroidism during pregnancy can cause adverse pregnancy outcomes and maternal and infant complications.

The common causes of hyperthyroidism in the elderly include Graves’ disease (GD) (Okosieme et al., 2019), toxic multinodular goiter (TMNG) (Azizi et al., 2019), and toxic adenomas (TA) (Sharma and Abraham, 2020). Other rare causes include pituitary thyroid-stimulating hormone (TSH) tumors, nourishment cell layer tumors, and metastatic differentiated thyroid cancer. The etiology spectrum of elderly hyperthyroidism is not completely consistent with that of non-elderly patients: GD is mainly observed in iodine-sufficient areas (Liu et al., 2017), and it decreases with age after the age of 40 years; in iodine-deficient areas, TMNG is the main source, and the proportion of people over 60 years old with hyperthyroidism is 28–65%, while that of people under 40 years old with hyperthyroidism is only 5–10%. In pregnant women the blood TSH drops by 30–50% in the first trimester and gradually rises in the second trimester (Smaniotto et al., 2017). However, it is worth noting that the TSH of some pregnant women cannot return to the non-pregnancy level during the third trimester. The magnitude of this physiological change of TSH is also different in different races. These physiological changes leading to the diagnosis of abnormal thyroid function during pregnancy must use the pregnancy-specific reference range. Compared with the reference range of TSH for non-pregnant women (Moon et al., 2015), the lower limit of the TSH reference range for pregnant women is reduced by about 0.1–0.2 mU/L, and the upper limit of TSH is reduced by about 0.5–1.0 mU/L. And, the decrease in TSH is more obvious than in the middle and late pregnancy (Asik et al., 2014). Women with twin and multiple pregnancies have higher hCG concentrations in their bodies, and their TSH also decreases more significantly than women with single pregnancies.

Although several clinical studies have researched the causal reason of hyperthyroidism, the genetic factors of hyperthyroidism are still unclear. GD is caused by genetic and environmental factors, and 79% susceptibility can be attributed to genetic factors (Kuś et al., 2015). Through candidate gene analysis, genome-wide association study, and some functional studies, researchers had identified several susceptible genes of GD, such as HLA, CTLA4, PTPN22, FCRL3, RNASET2, and TSHR (Chu et al., 2011; Simmonds, 2013). GD can occur at any age, but the cutoff age of early onset GD has not been clearly defined (most researchers chose patients younger than or 30 years old as early onset GD). Research about the unique loci of early onset GD were reported several years ago, but considering their insufficient sample size and deficient analysis methods, these loci should be verified in more studies. A study did genotyping of 196,524 polymorphisms in 106 early onset patients (onset at age < 30 years) and 855 healthy subjects through Illumina Infinium Immunochip and performed case–control association analyses, which finally found 30 specific single-nucleotide polymorphisms (SNPs) in early onset patients (these SNPs were located in the genes of HLA-I, HLA-II, BTNL2, NOTCH4, TNFAIP3, and CXCR4). Another study had reported that FOXP3 in the X chromosome was a unique gene of early onset patients (onset at age ≤ 30 years).

Although genome-wide association analysis (GWAS) can reveal susceptible genes of hyperthyroidism, this method does not take gene interaction into account. However, the regulation relationship between genes plays a vital role in the occurrence and development of diseases (Maurano et al., 2012; Zhao et al., 2020b). Previous studies have proven the effectiveness of biological network in identifying diseases-related molecules (Peng and Zhao, 2020). Multiple computational methods have been developed to process the biological network, which achieved drug–target interaction prediction (Tianyi et al., 2020), regulatory relationship prediction (Zhao et al., 2021a), diseases-related metabolites (Zhao et al., 2020a), etc. Random Walk (RW) is a common method to deal with biological networks. Researchers have applied this method to identify miRNAs (Niu et al., 2019), proteins (Rathore and de Pablo, 2002), gene expression (Zhao et al., 2021b), and multiple diseases-related molecules. In addition, Relevance Vector Machines (RVM) has been also widely used in disease-related research. Veeramani and Muthusamy (2016) used RVM-classified lung image to identify lung cancer. Wang et al. (2013) implemented early diagnosis of Parkinson’s disease by RVM. In this paper, we propose a novel method called “RW-RVM” to predict hyperthyroidism. Using RW-RVM, we extracted the topological relations of gene interaction network and fused them with regulation relationship of non-coding RNAs. Multiple RVM models were implemented to predict hyperthyroidism-related genes by weight voting.

Materials and Methods

Construction of Gene Network

First, we obtained hyperthyroidism-related known genes from DisGeNET (Piñero et al., 2020). Two hundred sixty-nine have been reported to be related to hyperthyroidism. These genes were input into the String database (Szklarczyk et al., 2016), and the gene interaction network was constructed as shown in Figure 1.

FIGURE 1
www.frontiersin.org

Figure 1. Two hundred sixty-nine hyperthyroidism-related genes network.

As we can see in Figure 1, most of these genes have close interactions with each other, which supports our hypothesis: Disease-related genes are related to gene interactions. Therefore, the genes that can interact with these 269 genes are potential genes related to hyperthyroidism. Our aim is to determine the possibility that these genes are associated with hyperthyroidism.

From HumanNet database (Hwang et al., 2019), we obtained 1,517 genes that can interact with these 269 genes. Using these 1,786 genes, we constructed a gene interaction network. The nodes in this network are genes, and the edges are interactions between genes.

Random Walk

The edges of the gene network have different weights. Based on the edges and known 269 genes, we implemented RW to traverse this network to reach steady state. Because the gene interaction network we constructed is a two-dimensional graph, when we travel in the form of probability according to the interaction scores and we know the current gene node information, the historical gene node traversal information has nothing to do with the future gene node traversal path. Therefore, we can regard the method of mining disease-related genes based on RW as a Markov chain. In each step of the Markov chain, the probability distribution of hyperthyroidism-related genes can change from one state to another or maintain the current state. The change of state is called transition, and the probability associated with different states is called transition probability.

If A is the adjacency matrix of the gene interaction network, we can normalize A to:

P=D-1A(1)

D is a diagonal matrix, which is the degree matrix of the gene interaction network, and its diagonal element is D(i,i) = ∑A(i,j). Here, P is a RW matrix, and the sum of transition probability of each node is 1, which is the probability matrix of hyperthyroidism associated with all genes.

A RW matrix corresponds to a Markov chain, and the probability distribution of hyperthyroidism-related genes changes with the change of state in the Markov chain. The probability from any state to the next state is as follows:

Pt+1=AtP(2)

This process continues, and the relationship between hyperthyroidism and genes is also changing. After a period of time, it reaches equilibrium. The equilibrium state, also known as steady state, means that the probability distribution of the association between hyperthyroidism and genes does not change. The calculation method of the steady state is as follows:

π=D(i,j)/ijA(i,j)(3)

When πP = π, the whole system reaches steady state. This steady state is the final calculated correlation between hyperthyroidism and genes. The workflow of encoding the gene interaction network is shown in Table 1.

TABLE 1
www.frontiersin.org

Table 1. Encoding gene interaction network based on random walk.

Extracting Gene Feature

Since the relationship between genes and diseases is related to the gene regulation, we extract the regulatory relationship between non-coding RNAs and genes as a feature of genes. The features of each gene could be represented as follows:

genet=[l1,l2,,lnm1,m2,,mn](4)

l1 represents the regulatory relationship between lncRNA1 and genet, and m1 represents the regulatory relationship between miRNA1 and genet. If lncRNA1 can interact with genet, l1 = 1; otherwise, l1 = 0

After obtaining all features of the genes, the final features of genes are the following:

Feature=Pt+1gene(5)

Therefore, the final features not only contain the regulatory relationship between non-coding RNAs and genes but also the topological characteristics of the gene interaction network. In the next step, these features could be input into RVM models to obtain the probability of genes associated with hyperthyroidism.

Construction of RVM Model

The kernel function of the RVM is not limited by Mercer conditions; it is more sparse and has less super-parameters so it reduces the computational burden of kernel functions.

For a given dataset {xi,ti}i = 1N, xi ∈ Rd, the non-linear model is:

t=y(x)+ε(6)

N is the sample number, y is the non-linear function, ε is the noise, εN(0,σ)2.

The final function of RVM is:

t=Φω+ε(7)

ω = (ω0,⋯,ωN)T is the weight, and Φ is the matrix of the kernel function. K() is the kernel function. ϕi(xi) = [1,K(xi,x1),⋯,K(xi,xN)],i = 1,2,⋯,N.

The distribution of p(t|x) obeys N(t|y(x),σ2). The likelihood estimation of data is:

p(t|ω,σ2)=(2πσ2)-N/2exp{-||t-Φω||2/(2σ2)}(8)

Tipping defines a zero mean Gauss-type prior distribution on ω :

p(ω/α)=0NN(ωi|0,αi-1)=0Nαi2πexp(ωi2αi2)(9)

α is the super-parameter; it has a one-to-one correspondence with the weight.

α and the variance of noise σ2 meet the Gamma distribution.

p(α)=i=0NGamma(αi|a,b)p(σ2)=i=0NGamma(β|c,d)(10)

The prediction based on the sparse Bayesian learning framework can be expressed as follows:

p(tN+1|t)=p(tN+1|ω,α,σ2)p(ω,α,σ2|t)dωdαdσ2(11)

tN + 1 is the target value of the new observation xN + 1.

For a new set of inputs x*, the output t* should meet the distribution p(t* —t)∼ N(μT Φ (x),σ*2).

t*=μTΦ(x*)(12)
σ*2=σMP2+Φ(x*)TΦ(x*)(13)

σMP2 is the final variance of noise.

To accomplish the construction of the RVM model, we also need to set the various parameters in Table 2.

TABLE 2
www.frontiersin.org

Table 2. Parameters and functions of RVM.

Since the output of the RW is not stable, we constructed three RVM models to obtain the final prediction. These three models have equal weights, so the average of the predictions is the final probability of genes associated with hyperthyroidism.

The workflow of the RVM is shown in Figure 2.

FIGURE 2
www.frontiersin.org

Figure 2. Workflow of constructing RVM models.

As we can see from Figure 2, we generated three kinds of features from three RW times. Then, the features of the genes were input into the kernel function, and likelihood estimation was done. After obtaining the prior distribution, three RVM models could be built. Finally, we could obtain the final prediction by averaging the three predicted values.

Results

Results of 10-Cross Validation

Since we only know the genes which are reported to be related to hyperthyroidism, we cannot define whether other genes are related to hyperthyroidism. Therefore, we randomly select negative samples from 1,517 genes. As we have 269 positive samples, we randomly select 269 negative samples each time and repeat 10 times. For each negative dataset, we combined it with the positive samples as a whole dataset and implemented 10-cross validation. Therefore, we did 10-cross validation a total of 10 times.

The process of 10-cross validation is as follows: (1) Randomly group negative dataset and positive dataset into 10 groups. (2) Select nine negative groups and nine positive groups to build the RW-RVM model. (3) Input the other negative group and positive group to test the RW-RVM model. (4) Repeat steps 2 and 3 10 times.

The results of performing 10-cross validation 10 times are shown in Table 3.

TABLE 3
www.frontiersin.org

Table 3. The AUC and AUPR of 10-cross validation.

As we can see from Table 3, the performance of the RW-RVM model is stable. The average area under the receiver operating characteristic curve (AUC) is 0.90, and the AUPR is 0.87.

Compare With Other Methods

We compared RW-RVM with several other methods, such as random forest (RF), naïve Bayes (NB), and artificial neural network (ANN). The AUC and AUPR curves of these methods are shown in Figures 3, 4.

FIGURE 3
www.frontiersin.org

Figure 3. AUC curves of four methods.

FIGURE 4
www.frontiersin.org

Figure 4. AUPR curves of four methods.

As shown in Figures 3, 4, RW-RVM performed best among these methods, and RF ranked second. Due to the small sample set, ANN cannot be fully trained, so the AUC and AUPR of the ANN are not satisfactory. The theory of RVM is similar to support vector machine (SVM), which is very suitable for small-sample modeling. Therefore, the performance of the RVM is the best.

Discussion

Biological experiments have found that hundreds of genes are associated with hyperthyroidism. However, as the cost of sequencing continues to decrease and the amount of data continues to grow, computing methods have already dug out knowledge on a large scale from massive amounts of data. Gene regulation information could help researchers reveal pathogenic mechanisms. Therefore, in this paper, we proposed a novel method, “RW-RVM,” to identify hyperthyroidism-related genes. We constructed a gene interaction network based on the known gene interactions and used RW to encode this network to obtain the network topology relationship. In addition, we considered the regulation relationship between genes and non-coding RNAs. After fusing network topology relationship with regulation relationship, we built RVM models to identify hyperthyroidism-related genes. We performed 10-cross validation 10 times to verify the effectiveness of our method. We compared our method with several other methods and found our method performed best in both AUC and AUPR. Seventy-eight novel genes were found to be related to hyperthyroidism (Supplementary Table 1).

To verify the accuracy of our results, we did case studies. We found CD34 and MBL2 were associated with hyperthyroidism. Nagura et al. (2001) found that endothelial cells showing CD34 positivity were frequently observed in GD tissue. Filho et al. (2012) reported that MBL2 gene exon 1 variants are related to thyroid disease by sequencing 163 Brazilian patients and 214 healthy controls.

Overall, RW-RVM is a useful tool for discovering hyperthyroidism-related genes in large scale.

Data Availability Statement

The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found in the article/Supplementary Material.

Ethics Statement

Ethical review and approval was not required for the study on human participants in accordance with the local legislation and institutional requirements. Written informed consent for participation was not required for this study in accordance with the national legislation and the institutional requirements. Written informed consent was not obtained from the individual(s) for the publication of any potentially identifiable images or data included in this article.

Author Contributions

FS, WC, JC, and BX participated in designing the study. FS, WC, XG, JF, ZC, MG, and FW analyzed the data. FS and WC wrote the manuscript. All authors read and approved the final manuscript.

Funding

This work was supported by the Guangzhou Medicine and Health Care Technology Projects (20211A011010) and the Guangzhou Science and Technology Plan Project (202102080170).

Conflict of Interest

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

Publisher’s Note

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

Supplementary Material

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

References

Asik, M., Gunes, F., Binnetoglu, E., Eroglu, M., Bozkurt, N., Sen, H., et al. (2014). Decrease in TSH levels after lactose restriction in Hashimoto’s thyroiditis patients with lactose intolerance. Endocrine 46, 279–284. doi: 10.1007/s12020-013-0065-1

PubMed Abstract | CrossRef Full Text | Google Scholar

Azizi, F., Takyar, M., Madreseh, E., and Amouzegar, A. (2019). Treatment of toxic multinodular goiter: comparison of radioiodine and long-term methimazole treatment. Thyroid 29, 625–630. doi: 10.1089/thy.2018.0397

PubMed Abstract | CrossRef Full Text | Google Scholar

Chu, X., Pan, C.-M., Zhao, S.-X., Liang, J., Gao, G.-Q., Zhang, X.-M., et al. (2011). A genome-wide association study identifies two new risk loci for Graves’ disease. Nat. Genet. 43:897. doi: 10.1038/ng.898

PubMed Abstract | CrossRef Full Text | Google Scholar

Ertek, S., and Cicero, A. F. (2013). Hyperthyroidism and cardiovascular complications: a narrative review on the basis of pathophysiology. Arch. Med. Sci. 9:944. doi: 10.5114/aoms.2013.38685

PubMed Abstract | CrossRef Full Text | Google Scholar

Filho, C., Rodrigues, F., Segat, L., Fonseca, A., Araujo, J., Arahata, C., et al. (2012). Association of MBL2 gene exon 1 variants with autoimmune thyroid disease in Brazilian patients. Int. J. Immunogenetics 39, 357–361. doi: 10.1111/j.1744-313x.2012.01102.x

PubMed Abstract | CrossRef Full Text | Google Scholar

Hwang, S., Kim, C. Y., Yang, S., Kim, E., Hart, T., Marcotte, E. M., et al. (2019). HumanNet v2: human gene networks for disease research. Nucleic Acids Res. 47, D573–D580. doi: 10.1093/nar/gky1126

PubMed Abstract | CrossRef Full Text | Google Scholar

Journy, N. M., Bernier, M.-O., Doody, M. M., Alexander, B. H., Linet, M. S., and Kitahara, C. M. (2017). Hyperthyroidism, hypothyroidism, and cause-specific mortality in a large cohort of women. Thyroid 27, 1001–1010. doi: 10.1089/thy.2017.0063

PubMed Abstract | CrossRef Full Text | Google Scholar

Ku, C. F., Lo, C. Y., Chan, W. F., Kung, A. W., and Lam, K. S. (2005). Total thyroidectomy replaces subtotal thyroidectomy as the preferred surgical treatment for Graves’ disease. ANZ J. Surg. 75, 528–531. doi: 10.1111/j.1445-2197.2005.03441.x

PubMed Abstract | CrossRef Full Text | Google Scholar

Kuś, A., Szymański, K., Peeters, R. P., Miśkiewicz, P., Porcu, E., Pistis, G., et al. (2015). The association of thyroid peroxidase antibody risk loci with susceptibility to and phenotype of Graves’ disease. Clin. Endocrinol. 83, 556–562. doi: 10.1111/cen.12640

PubMed Abstract | CrossRef Full Text | Google Scholar

Liu, J., Fu, J., Xu, Y., and Wang, G. (2017). Antithyroid drug therapy for Graves’ disease and implications for recurrence. Int. J. Endocrinol. 2017:3813540. doi: 10.1155/2017/3813540

PubMed Abstract | CrossRef Full Text | Google Scholar

Martin, F., and Deam, D. R. (1996). Hyperthyroidism in elderly hospitalised patients: clinical features and treatment outcomes. Med. J. Australia 164, 200–203. doi: 10.5694/j.1326-5377.1996.tb94135.x

CrossRef Full Text | Google Scholar

Maurano, M. T., Humbert, R., Rynes, E., Thurman, R. E., Haugen, E., Wang, H., et al. (2012). Systematic localization of common disease-associated variation in regulatory DNA. Science 337, 1190–1195. doi: 10.1126/science.1222794

PubMed Abstract | CrossRef Full Text | Google Scholar

Moleti, M., Di Mauro, M., Sturniolo, G., Russo, M., and Vermiglio, F. (2019). Hyperthyroidism in the pregnant woman: maternal and fetal aspects. J. clin. Transl. Endocrinol. 16:100190. doi: 10.1016/j.jcte.2019.100190

PubMed Abstract | CrossRef Full Text | Google Scholar

Moon, H.-W., Chung, H.-J., Park, C.-M., Hur, M., and Yun, Y.-M. (2015). Establishment of trimester-specific reference intervals for thyroid hormones in Korean pregnant women. Ann Lab Med. 35:198. doi: 10.3343/alm.2015.35.2.198

PubMed Abstract | CrossRef Full Text | Google Scholar

Nagura, S., Katoh, R., Miyagi, E., Shibuya, M., and Kawaoi, A. (2001). Expression of vascular endothelial growth factor (VEGF) and VEGF receptor-1 (Flt-1) in Graves disease possibly correlated with increased vascular density. Human Pathol. 32, 10–17. doi: 10.1053/hupa.2001.21139

PubMed Abstract | CrossRef Full Text | Google Scholar

Niu, Y.-W., Wang, G.-H., Yan, G.-Y., and Chen, X. (2019). Integrating random walk and binary regression to identify novel miRNA-disease association. BMC Bioinforma. 20:59. doi: 10.1186/s12859-019-2640-9

PubMed Abstract | CrossRef Full Text | Google Scholar

Okosieme, O. E., Taylor, P. N., Evans, C., Thayer, D., Chai, A., Khan, I., et al. (2019). Primary therapy of Graves’ disease and cardiovascular morbidity and mortality: a linked-record cohort study. Lancet Diabetes Endocrinol. 7, 278–287. doi: 10.1016/s2213-8587(19)30059-2

CrossRef Full Text | Google Scholar

Peng, J., and Zhao, T. (2020). Reduction in TOM1 expression exacerbates Alzheimer’s disease. Proc. Nat. Acad. Sci. 117, 3915–3916. doi: 10.1073/pnas.1917589117

PubMed Abstract | CrossRef Full Text | Google Scholar

Piñero, J., Ramírez-Anguita, J. M., Saüch-Pitarch, J., Ronzano, F., Centeno, E., Sanz, F., et al. (2020). The DisGeNET knowledge platform for disease genomics: 2019 update. Nucleic Acids Res. 48, D845–D855.

Google Scholar

Rathore, N., and de Pablo, J. J. (2002). Monte Carlo simulation of proteins through a random walk in energy space. J. Chem. Phys. 116, 7225–7230. doi: 10.1063/1.1463059

CrossRef Full Text | Google Scholar

Ross, D. S. (2011). Radioiodine therapy for hyperthyroidism. N. Engl. J. Med. 364, 542–550. doi: 10.1056/NEJMct1007101

PubMed Abstract | CrossRef Full Text | Google Scholar

Sharma, A., and Abraham, D. (2020). Vascularity-targeted percutaneous ethanol injection of toxic thyroid adenomas: outcomes of a feasibility study performed in the USA. Endocr. Prac. 26, 22–29. doi: 10.4158/ep-2019-0329

PubMed Abstract | CrossRef Full Text | Google Scholar

Simmonds, M. J. (2013). GWAS in autoimmune thyroid disease: redefining our understanding of pathogenesis. Nat. Rev. Endocrinol. 9:277. doi: 10.1038/nrendo.2013.56

PubMed Abstract | CrossRef Full Text | Google Scholar

Smaniotto, A., Mezalira, D. Z., Zapp, E., Gallardo, H., and Vieira, I. C. (2017). Electrochemical immunosensor based on an azo compound for thyroid-stimulating hormone detection. Microchem. J. 133, 510–517. doi: 10.1016/j.microc.2017.04.010

CrossRef Full Text | Google Scholar

Szklarczyk, D., Morris, J. H., Cook, H., Kuhn, M., Wyder, S., Simonovic, M., et al. (2016). The STRING database in 2017: quality-controlled protein–protein association networks, made broadly accessible. Nucleic Acids Res. 45, D362–D368. doi: 10.1093/nar/gkw937

PubMed Abstract | CrossRef Full Text | Google Scholar

Tianyi, Z., Yang, H., Valsdottir, L. R., Tianyi, Z., and Jiajie, P. (2020). Identifying drug–target interactions based on graph convolutional network and deep neural network. Brief. Bioinformatics 22:bbaa044. doi: 10.1093/bib/bbaa044

PubMed Abstract | CrossRef Full Text | Google Scholar

Veeramani, S. K., and Muthusamy, E. (2016). Detection of abnormalities in ultrasound lung image using multi-level RVM classification. J. Matern. Fetal Neonatal Med. 29, 1844–1852. doi: 10.3109/14767058.2015.1064888

PubMed Abstract | CrossRef Full Text | Google Scholar

Wang, J., Long, D., and Chen, Z. (2013). “Early diagnosis of Parkinson’s disease patients using RVM-based classification with multi-characteristics,” in Proceedings of the IEEE 3rd International Conference on Information Science and Technology (ICIST), (Yangzhou: IEEE), 54–58.

Google Scholar

Zhao, T., Hu, Y., and Cheng, L. (2020a). Deep-DRM: a computational method for identifying disease-related metabolites based on graph deep learning approaches. Brief. Bioinformatics 2020:bbaa212. doi: 10.1093/bib/bbaa212

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhao, T., Hu, Y., Peng, J., and Cheng, L. (2020b). DeepLGP: a novel deep learning method for prioritizing lncRNA target genes. Bioinformatics 36, 4466–4472. doi: 10.1093/bioinformatics/btaa428

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhao, T., Liu, J., Zeng, X., Wang, W., Li, S., Zang, T., et al. (2021a). Prediction and collection of protein–metabolite interactions. Brief. Bioinformatics 2021:bbab014. doi: 10.1093/bib/bbab014

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhao, T., Lyu, S., Lu, G., Juan, L., Zeng, X., Wei, Z., et al. (2021b). SC2disease: a manually curated database of single-cell transcriptome for human diseases. Nucleic Acids Res. 49, D1413–D1419. doi: 10.1093/nar/gkaa838

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: hyperthyroidism, gene interaction network, random walk, a novel machine learning method, multiple Relevance Vector Machines

Citation: Shen F, Cai W, Gan X, Feng J, Chen Z, Guo M, Wei F, Cao J and Xu B (2021) Prediction of Genetic Factors of Hyperthyroidism Based on Gene Interaction Network. Front. Cell Dev. Biol. 9:700355. doi: 10.3389/fcell.2021.700355

Received: 26 April 2021; Accepted: 02 June 2021;
Published: 02 August 2021.

Edited by:

Lei Deng, Central South University, China

Reviewed by:

Haixiu Yang, Harbin Medical University, China
Lingling Zhao, Harbin Institute of Technology, China

Copyright © 2021 Shen, Cai, Gan, Feng, Chen, Guo, Wei, Cao and Xu. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Jie Cao, eycaojie@scut.edu.cn; Bo Xu, eyboxu@scut.edu.cn

These authors have contributed equally to this work

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