Your browser doesn't support javascript.
loading
Mostrar: 20 | 50 | 100
Resultados 1 - 20 de 33
Filtrar
1.
PLoS One ; 17(9): e0275347, 2022.
Artigo em Inglês | MEDLINE | ID: mdl-36178928

RESUMO

BACKGROUND: Sediment scour at downstream of hydraulic structures is one of the main reasons threatening its stability. Several soil properties and initial input data have been studied to investigate its influence on scour hole geometry by both physical and numerical models. However, parameters of resistance affecting sedimentation and erosion phenomena have not been carried out in the literature. Besides, the auxiliary-like wing walls prevalently used in many real applications have been rarely addressed for their effect on morphological change. RESULTS: In this study, a 3D Computational Fluid Dynamics model is utilized to calibrate the hydraulic characteristics of steady flow going through the culvert by comparison with experimental data, showing good agreement between water depth, velocity, and pressure profiles at the bottom of the boxed culvert. The results show that a grid cell of 0.015 m gave minimum NRMSE and MAE values in test cases. Another approach is numerical testing sediment scour at a meander flume outlet with a variety of roughness/d50 ratio (cs) and diversion wall types. The findings include the following: cs = 2.5 indicates the close agreement between the numerical and analytical results of maximum scour depth after the culvert; the influence of four types of wing wall on the geometrical deformation including erosion at the concave bank and deposition at the convex bank of the meander flume outlet; and two short headwalls represent the best solution that accounts for small morphological changes. CONCLUSIONS: The influence of the roughness parameter of soil material and headwall types on sediment scour at the meander exit channel of hydraulic structure can be estimated by the numerical model.


Assuntos
Sedimentos Geológicos , Movimentos da Água , Animais , Hidrodinâmica , Solo , Água
3.
BMC Bioinformatics ; 23(1): 86, 2022 Mar 05.
Artigo em Inglês | MEDLINE | ID: mdl-35247965

RESUMO

BACKGROUND: To date, cancer still is one of the leading causes of death worldwide, in which the cumulative of genes carrying mutations was said to be held accountable for the establishment and development of this disease mainly. From that, identification and analysis of driver genes were vital. Our previous study indicated disagreement on a unifying pipeline for these tasks and then introduced a complete one. However, this pipeline gradually manifested its weaknesses as being unfamiliar to non-technical users, time-consuming, and inconvenient. RESULTS: This study presented an R package named DrGA, developed based on our previous pipeline, to tackle the mentioned problems above. It wholly automated four widely used downstream analyses for predicted driver genes and offered additional improvements. We described the usage of the DrGA on driver genes of human breast cancer. Besides, we also gave the users another potential application of DrGA in analyzing genomic biomarkers of a complex disease in another organism. CONCLUSIONS: DrGA facilitated the users with limited IT backgrounds and rapidly created consistent and reproducible results. DrGA and its applications, along with example data, were freely provided at https://github.com/huynguyen250896/DrGA .


Assuntos
Neoplasias da Mama , Oncogenes , Biomarcadores Tumorais , Neoplasias da Mama/genética , Feminino , Humanos , Mutação
4.
Front Mol Biosci ; 9: 801931, 2022.
Artigo em Inglês | MEDLINE | ID: mdl-35237657

RESUMO

It has been evident that N6-methyladenosine (m6A)-modified long noncoding RNAs (m6A-lncRNAs) involves regulating tumorigenesis, invasion, and metastasis for various cancer types. In this study, we sought to pick computationally up a set of 13 hub m6A-lncRNAs in light of three state-of-the-art tools WGCNA, iWGCNA, and oCEM, and interrogated their prognostic values in brain low-grade gliomas (LGG). Of the 13 hub m6A-lncRNAs, we further detected three hub m6A-lncRNAs as independent prognostic risk factors, including HOXB-AS1, ELOA-AS1, and FLG-AS1. Then, the m6ALncSig model was built based on these three hub m6A-lncRNAs. Patients with LGG next were divided into two groups, high- and low-risk, based on the median m6ALncSig score. As predicted, the high-risk group was more significantly related to mortality. The prognostic signature of m6ALncSig was validated using internal and external cohorts. In summary, our work introduces a high-confidence prognostic prediction signature and paves the way for using m6A-lncRNAs in the signature as new targets for treatment of LGG.

5.
BMC Genomics ; 23(1): 39, 2022 Jan 08.
Artigo em Inglês | MEDLINE | ID: mdl-34998362

RESUMO

BACKGROUND: When it comes to the co-expressed gene module detection, its typical challenges consist of overlap between identified modules and local co-expression in a subset of biological samples. The nature of module detection is the use of unsupervised clustering approaches and algorithms. Those methods are advanced undoubtedly, but the selection of a certain clustering method for sample- and gene-clustering tasks is separate, in which the latter task is often more complicated. RESULTS: This study presented an R-package, Overlapping CoExpressed gene Module (oCEM), armed with the decomposition methods to solve the challenges above. We also developed a novel auxiliary statistical approach to select the optimal number of principal components using a permutation procedure. We showed that oCEM outperformed state-of-the-art techniques in the ability to detect biologically relevant modules additionally. CONCLUSIONS: oCEM helped non-technical users easily perform complicated statistical analyses and then gain robust results. oCEM and its applications, along with example data, were freely provided at https://github.com/huynguyen250896/oCEM .


Assuntos
Algoritmos , Redes Reguladoras de Genes , Análise por Conglomerados , Perfilação da Expressão Gênica
6.
Artigo em Inglês | MEDLINE | ID: mdl-34260355

RESUMO

Previous studies have either learned drug's features from their string or numeric representations, which are not natural forms of drugs, or only used genomic data of cell lines for the drug response prediction problem. Here, we proposed a deep learning model, GraOmicDRP, to learn drug's features from their graph representation and integrate multiple -omic data of cell lines. In GraOmicDRP, drugs are represented as graphs of bindings among atoms; meanwhile, cell lines are depicted by not only genomic but also transcriptomic and epigenomic data. Graph convolutional and convolutional neural networks were used to learn the representation of drugs and cell lines, respectively. A combination of the two representations was then used to be representative of each pair of drug-cell line. Finally, the response value of each pair was predicted by a fully connected network. Experimental results indicate that transcriptomic data shows the best among single -omic data; meanwhile, the combinations of transcriptomic and other -omic data achieved the best performance overall in terms of both Root Mean Square Error and Pearson correlation coefficient. In addition, we also show that GraOmicDRP outperforms some state-of-the-art methods, including ones integrating -omic data with drug information such as GraphDRP, and ones using -omic data without drug information such as DeepDR and MOLI.


Assuntos
Genômica , Redes Neurais de Computação , Linhagem Celular
7.
Artigo em Inglês | MEDLINE | ID: mdl-33606633

RESUMO

BACKGROUND: Drug response prediction is an important problem in computational personalized medicine. Many machine-learning-based methods, especially deep learning-based ones, have been proposed for this task. However, these methods often represent the drugs as strings, which are not a natural way to depict molecules. Also, interpretation (e.g., what are the mutation or copy number aberration contributing to the drug response) has not been considered thoroughly. METHODS: In this study, we propose a novel method, GraphDRP, based on graph convolutional network for the problem. In GraphDRP, drugs were represented in molecular graphs directly capturing the bonds among atoms, meanwhile cell lines were depicted as binary vectors of genomic aberrations. Representative features of drugs and cell lines were learned by convolution layers, then combined to represent for each drug-cell line pair. Finally, the response value of each drug-cell line pair was predicted by a fully-connected neural network. Four variants of graph convolutional networks were used for learning the features of drugs. RESULTS: We found that GraphDRP outperforms tCNNS in all performance measures for all experiments. Also, through saliency maps of the resulting GraphDRP models, we discovered the contribution of the genomic aberrations to the responses. CONCLUSION: Representing drugs as graphs can improve the performance of drug response prediction. Availability of data and materials: Data and source code can be downloaded athttps://github.com/hauldhut/GraphDRP.


Assuntos
Redes Neurais de Computação , Preparações Farmacêuticas , Genômica , Aprendizado de Máquina , Software
8.
PLoS One ; 16(12): e0260432, 2021.
Artigo em Inglês | MEDLINE | ID: mdl-34879086

RESUMO

BACKGROUND: Enhancers regulate transcription of target genes, causing a change in expression level. Thus, the aberrant activity of enhancers can lead to diseases. To date, a large number of enhancers have been identified, yet a small portion of them have been found to be associated with diseases. This raises a pressing need to develop computational methods to predict associations between diseases and enhancers. RESULTS: In this study, we assumed that enhancers sharing target genes could be associated with similar diseases to predict the association. Thus, we built an enhancer functional interaction network by connecting enhancers significantly sharing target genes, then developed a network diffusion method RWDisEnh, based on a random walk with restart algorithm, on networks of diseases and enhancers to globally measure the degree of the association between diseases and enhancers. RWDisEnh performed best when the disease similarities are integrated with the enhancer functional interaction network by known disease-enhancer associations in the form of a heterogeneous network of diseases and enhancers. It was also superior to another network diffusion method, i.e., PageRank with Priors, and a neighborhood-based one, i.e., MaxLink, which simply chooses the closest neighbors of known disease-associated enhancers. Finally, we showed that RWDisEnh could predict novel enhancers, which are either directly or indirectly associated with diseases. CONCLUSIONS: Taken together, RWDisEnh could be a potential method for predicting disease-enhancer associations.


Assuntos
Biologia Computacional/métodos , Doença/genética , Elementos Facilitadores Genéticos , Algoritmos , Predisposição Genética para Doença , Humanos , Redes Neurais de Computação , Transcrição Gênica
9.
Front Oncol ; 11: 731548, 2021.
Artigo em Inglês | MEDLINE | ID: mdl-34745953

RESUMO

Uveal melanoma (UM) is a comparatively rare cancer but requires serious consideration since patients with developing metastatic UM survive only for about 6-12 months. Fortunately, increasingly large multi-omics databases allow us to further understand cancer initiation and development. Moreover, previous studies have observed that associations between copy number aberrations (CNA) or methylation (MET) versus messenger RNA (mRNA) expression have affected these processes. From that, we decide to explore the effect of these associations on a case study of UM. Also, the current subtypes of UM display its weak association with biological phenotypes and its lack of therapy suggestions. Therefore, the re-identification of molecular subtypes is a pressing need. In this study, we recruit three omics profiles, including CNA, MET, and mRNA, in a UM cohort from The Cancer Genome Atlas (TCGA). Firstly, we identify two sets of genes, CNAexp and METexp, whose CNA and MET significantly correlated with their corresponding mRNA, respectively. Then, single and integrative analyses of the three data types are performed using the PINSPlus tool. As a result, we discover two novel integrative subgroups, IntSub1 and IntSub2, which could be a useful alternative classification for UM patients in the future. To further explore molecular events behind each subgroup, we identify their subgroup-specific genes computationally. Accordingly, the highest expressed genes among IntSub1-specific genes are mostly enriched with immune-related processes. On the other hand, IntSub2-specific genes are highly associated with cellular cation homeostasis, which responds effectively to chemotherapy using ion channel inhibitor drugs. In addition, we detect that the two integrative subgroups show different age-related risks and survival rates. These discoveries can influence the frequency of metastatic surveillance and support medical practitioners to choose an appropriate treatment regime.

10.
Curr Protoc ; 1(4): e115, 2021 Apr.
Artigo em Inglês | MEDLINE | ID: mdl-33900688

RESUMO

The rapid growth of biomedical ontologies observed in recent years has been reported to be useful in various applications. In this article, we propose two main-function protocols-term-related and entity-related-with the three most common ontology analyses, including similarity calculation, enrichment analysis, and ontology visualization, which can be done by separate methods. Many previously developed tools implementing those methods run on different platforms and implement a limited number of the methods for similarity calculation and enrichment analysis tools for a specific type of biomedical ontology, although any type can be acceptable. Moreover, depending on each application, methods have distinct advantages; thus, the greater the number of methods a tool has, the better decisions that users make. The protocol here implements all the analyses above using an advanced popular tool called UFO. UFO is a Cytoscape app that unifies most of the semantic similarity measures for between-term and between-entity similarity calculation for biomedical ontologies in OBO format, which can calculate the similarity between two sets of entities and weigh imported entity networks, as well as generate functional similarity networks. The complete protocol can be performed in 30 min and is designed for use by biologists with no prior bioinformatics training. © 2021 Wiley Periodicals LLC. Basic Protocol: Running UFO using a list of input Gene Ontology, Disease Ontology, or Human Phenotype Ontology data.


Assuntos
Ontologias Biológicas , Biologia Computacional , Testes Diagnósticos de Rotina , Ontologia Genética , Humanos , Semântica
11.
Sci Rep ; 10(1): 20521, 2020 11 25.
Artigo em Inglês | MEDLINE | ID: mdl-33239644

RESUMO

The cumulative of genes carrying mutations is vital for the establishment and development of cancer. However, this driver gene exploring research line has selected and used types of tools and models of analysis unsystematically and discretely. Also, the previous studies may have neglected low-frequency drivers and seldom predicted subgroup specificities of identified driver genes. In this study, we presented an improved driver gene identification and analysis pipeline that comprises the four most widely focused analyses for driver genes: enrichment analysis, clinical feature association with expression profiles of identified driver genes as well as with their functional modules, and patient stratification by existing advanced computational tools integrating multi-omics data. The improved pipeline's general usability was demonstrated straightforwardly for breast cancer, validated by some independent databases. Accordingly, 31 validated driver genes, including four novel ones, were discovered. Subsequently, we detected cancer-related significantly enriched gene ontology terms and pathways, probable drug targets, two co-expressed modules associated significantly with several clinical features, such as number of positive lymph nodes, Nottingham prognostic index, and tumor stage, and two biologically distinct groups of BRCA patients. Data and source code of the case study can be downloaded at https://github.com/hauldhut/drivergene .


Assuntos
Genes Neoplásicos , Genômica/métodos , Neoplasias/genética , Regulação Neoplásica da Expressão Gênica , Ontologia Genética , Redes Reguladoras de Genes , Genes BRCA1 , Genes BRCA2 , Estudos de Associação Genética , Humanos , Mutação/genética , Software
12.
Front Genet ; 11: 574661, 2020.
Artigo em Inglês | MEDLINE | ID: mdl-33193681

RESUMO

The unprecedented proliferation of recent large-scale and multi-omics databases of cancers has given us many new insights into genomic and epigenomic deregulation in cancer discovery in general. However, we wonder whether or not there exists a systematic connection between copy number aberrations (CNA) and methylation (MET)? If so, what is the role of this connection in breast cancer (BRCA) tumorigenesis and progression? At the same time, the PAM50 intrinsic subtypes of BRCA have gained the most attention from BRCA experts. However, this classification system manifests its weaknesses including low accuracy as well as a possible lack of association with biological phenotypes, and even further investigations on their clinical utility were still needed. In this study, we performed an integrative analysis of three-omics profiles, CNA, MET, and mRNA expression, in two BRCA patient cohorts (one for discovery and another for validation) - to elucidate those complicated relationships. To this purpose, we first established a set of CNAcor and METcor genes, which had CNA and MET levels significantly correlated (and anti-correlated) with their corresponding expression levels, respectively. Next, to revisit the current classification of BRCA, we performed single and integrated clustering analyses using our clustering method PINSPlus. We then discovered two biologically distinct subgroups that could be an improved and refined classification system for breast cancer patients, which can be validated by a third-party data. Further studies were then performed and realized each-subgroup-specific genes and different interactions between each of the two identified subgroups with the age factor. These findings can show promise as diagnostic and prognostic values in BRCA, and a potential alternative to the PAM50 intrinsic subtypes in the future.

13.
PLoS One ; 15(7): e0235670, 2020.
Artigo em Inglês | MEDLINE | ID: mdl-32645039

RESUMO

BACKGROUND: Biomedical ontologies have been growing quickly and proven to be useful in many biomedical applications. Important applications of those data include estimating the functional similarity between ontology terms and between annotated biomedical entities, analyzing enrichment for a set of biomedical entities. Many semantic similarity calculation and enrichment analysis methods have been proposed for such applications. Also, a number of tools implementing the methods have been developed on different platforms. However, these tools have implemented a small number of the semantic similarity calculation and enrichment analysis methods for a certain type of biomedical ontology. Note that the methods can be applied to all types of biomedical ontologies. More importantly, each method can be dominant in different applications; thus, users have more choice with more number of methods implemented in tools. Also, more functions would facilitate their task with ontology. RESULTS: In this study, we developed a Cytoscape app, named UFO, which unifies most of the semantic similarity measures for between-term and between-entity similarity calculation for all types of biomedical ontologies in OBO format. Based on the similarity calculation, UFO can calculate the similarity between two sets of entities and weigh imported entity networks as well as generate functional similarity networks. Besides, it can perform enrichment analysis of a set of entities by different methods. Moreover, UFO can visualize structural relationships between ontology terms, annotating relationships between entities and terms, and functional similarity between entities. Finally, we demonstrated the ability of UFO through some case studies on finding the best semantic similarity measures for assessing the similarity between human disease phenotypes, constructing biomedical entity functional similarity networks for predicting disease-associated biomarkers, and performing enrichment analysis on a set of similar phenotypes. CONCLUSIONS: Taken together, UFO is expected to be a tool where biomedical ontologies can be exploited for various biomedical applications. AVAILABILITY: UFO is distributed as a Cytoscape app, and can be downloaded freely at Cytoscape App (http://apps.cytoscape.org/apps/ufo) for non-commercial use.


Assuntos
Ontologias Biológicas , Software , Biomarcadores , Testes Diagnósticos de Rotina , Humanos , Semântica , Vocabulário Controlado
14.
PLoS One ; 15(6): e0229276, 2020.
Artigo em Inglês | MEDLINE | ID: mdl-32542016

RESUMO

Tyrosine is mainly degraded in the liver by a series of enzymatic reactions. Abnormal expression of the tyrosine catabolic enzyme tyrosine aminotransferase (TAT) has been reported in patients with hepatocellular carcinoma (HCC). Despite this, aberration in tyrosine metabolism has not been investigated in cancer development. In this work, we conduct comprehensive cross-platform study to obtain foundation for discoveries of potential therapeutics and preventative biomarkers of HCC. We explore data from The Cancer Genome Atlas (TCGA), Gene Expression Omnibus (GEO), Gene Expression Profiling Interactive Analysis (GEPIA), Oncomine and Kaplan Meier plotter (KM plotter) and performed integrated analyses to evaluate the clinical significance and prognostic values of the tyrosine catabolic genes in HCC. We find that five tyrosine catabolic enzymes are downregulated in HCC compared to normal liver at mRNA and protein level. Moreover, low expression of these enzymes correlates with poorer survival in patients with HCC. Notably, we identify pathways and upstream regulators that might involve in tyrosine catabolic reprogramming and further drive HCC development. In total, our results underscore tyrosine metabolism alteration in HCC and lay foundation for incorporating these pathway components in therapeutics and preventative strategies.


Assuntos
Biomarcadores Tumorais/metabolismo , Perfilação da Expressão Gênica , Neoplasias Hepáticas/patologia , Tirosina/metabolismo , Linhagem Celular Tumoral , Regulação para Baixo , Humanos , Neoplasias Hepáticas/genética , Neoplasias Hepáticas/metabolismo , MicroRNAs/genética , Mutação , Prognóstico
15.
Brief Funct Genomics ; 19(5-6): 350-363, 2020 12 04.
Artigo em Inglês | MEDLINE | ID: mdl-32567652

RESUMO

Disease gene prediction is an essential issue in biomedical research. In the early days, annotation-based approaches were proposed for this problem. With the development of high-throughput technologies, interaction data between genes/proteins have grown quickly and covered almost genome and proteome; thus, network-based methods for the problem become prominent. In parallel, machine learning techniques, which formulate the problem as a classification, have also been proposed. Here, we firstly show a roadmap of the machine learning-based methods for the disease gene prediction. In the beginning, the problem was usually approached using a binary classification, where positive and negative training sample sets are comprised of disease genes and non-disease genes, respectively. The disease genes are ones known to be associated with diseases; meanwhile, non-disease genes were randomly selected from those not yet known to be associated with diseases. However, the later may contain unknown disease genes. To overcome this uncertainty of defining the non-disease genes, more realistic approaches have been proposed for the problem, such as unary and semi-supervised classification. Recently, more advanced methods, including ensemble learning, matrix factorization and deep learning, have been proposed for the problem. Secondly, 12 representative machine learning-based methods for the disease gene prediction were examined and compared in terms of prediction performance and running time. Finally, their advantages, disadvantages, interpretability and trust were also analyzed and discussed.


Assuntos
Aprendizado de Máquina , Algoritmos , Humanos
16.
BMC Bioinformatics ; 21(1): 244, 2020 Jun 15.
Artigo em Inglês | MEDLINE | ID: mdl-32539680

RESUMO

BACKGROUND: The misregulation of microRNA (miRNA) has been shown to cause diseases. Recently, we have proposed a computational method based on a random walk framework on a miRNA-target gene network to predict disease-associated miRNAs. The prediction performance of our method is better than that of some existing state-of-the-art network- and machine learning-based methods since it exploits the mutual regulation between miRNAs and their target genes in the miRNA-target gene interaction networks. RESULTS: To facilitate the use of this method, we have developed a Cytoscape app, named RWRMTN, to predict disease-associated miRNAs. RWRMTN can work on any miRNA-target gene network. Highly ranked miRNAs are supported with evidence from the literature. They then can also be visualized based on the rankings and in relationships with the query disease and their target genes. In addition, automation functions are also integrated, which allow RWRMTN to be used in workflows from external environments. We demonstrate the ability of RWRMTN in predicting breast and lung cancer-associated miRNAs via workflows in Cytoscape and other environments. CONCLUSIONS: Considering a few computational methods have been developed as software tools for convenient uses, RWRMTN is among the first GUI-based tools for the prediction of disease-associated miRNAs which can be used in workflows in different environments.


Assuntos
Biologia Computacional/métodos , Redes Reguladoras de Genes/genética , MicroRNAs/genética , Humanos
17.
Diabetes Metab Syndr ; 13(1): 155-160, 2019.
Artigo em Inglês | MEDLINE | ID: mdl-30641689

RESUMO

Besides physical consequences, obesity has negative psychological effects, thereby lowering human life quality. Major psychological consequences of this disorder includes depression, impaired body image, low self-esteem, eating disorders, stress and poor quality of life, which are correlated with age and gender. Physical interventions, mainly diet control and energy balance, have been widely applied to treat obesity; and some psychological interventions including behavioral therapy, cognitive behavioral therapy and hypnotherapy have showed some effects on obesity treatment. Other psychological therapies, such as relaxation and psychodynamic therapies, are paid less attention. This review aims to update scientific evidence regarding the mental consequences and psychological interventions for obesity.


Assuntos
Terapia Comportamental , Obesidade/terapia , Humanos , Obesidade/psicologia , Qualidade de Vida
18.
J Mol Biol ; 430(18 Pt A): 2993-3004, 2018 09 14.
Artigo em Inglês | MEDLINE | ID: mdl-29966608

RESUMO

One of the most important problem in personalized medicine research is to precisely predict the drug response for each patient. Due to relationships between drugs, recent machine learning-based methods have solved this problem using multi-task learning models. However, chemical relationships between drugs have not been considered. In addition, using very high dimensions of -omics data (e.g., genetic variant and gene expression) also limits the prediction power. A recent dual-layer network-based method was proposed to overcome these limitations by embedding gene expression features into a cell line similarity network and drug relationships in a chemical structure-based drug similarity network. However, this method only considered neighbors of a query drug and a cell line. Previous studies also reported that genetic variants are less informative to predict an outcome than gene expression. Here, we develop a novel network-based method, named GloNetDRP, to overcome these limitations. Besides gene expression, we used the genetic variant to build another cell line similarity network. First, we constructed a heterogeneous network of drugs and cell lines by connecting a drug similarity network and a cell line similarity network by known drug-cell line responses. Then, we proposed a method to predict the responses by exploiting not only the neighbors but also other drugs and cell lines in the heterogeneous network. Experimental results on two large-scale cell line data sets show that prediction performance of GloNetDRP on gene expression and genetic variant data is comparable. In addition, GloNetDRP outperformed dual-layer network- and typical multi-task learning-based methods.


Assuntos
Biologia Computacional/métodos , Medicina de Precisão , Índice Terapêutico do Medicamento , Algoritmos , Linhagem Celular Tumoral , Bases de Dados Genéticas , Expressão Gênica , Variação Genética , Humanos , Aprendizado de Máquina , Medicina de Precisão/métodos
19.
J Mol Biol ; 430(15): 2219-2230, 2018 07 20.
Artigo em Inglês | MEDLINE | ID: mdl-29758261

RESUMO

Recently, many long non-coding RNAs (lncRNAs) have been identified and their biological function has been characterized; however, our understanding of their underlying molecular mechanisms related to disease is still limited. To overcome the limitation in experimentally identifying disease-lncRNA associations, computational methods have been proposed as a powerful tool to predict such associations. These methods are usually based on the similarities between diseases or lncRNAs since it was reported that similar diseases are associated with functionally similar lncRNAs. Therefore, prediction performance is highly dependent on how well the similarities can be captured. Previous studies have calculated the similarity between two diseases by mapping exactly each disease to a single Disease Ontology (DO) term, and then use a semantic similarity measure to calculate the similarity between them. However, the problem of this approach is that a disease can be described by more than one DO terms. Until now, there is no annotation database of DO terms for diseases except for genes. In contrast, Human Phenotype Ontology (HPO) is designed to fully annotate human disease phenotypes. Therefore, in this study, we constructed disease similarity networks/matrices using HPO instead of DO. Then, we used these networks/matrices as inputs of two representative machine learning-based and network-based ranking algorithms, that is, regularized least square and heterogeneous graph-based inference, respectively. The results showed that the prediction performance of the two algorithms on HPO-based is better than that on DO-based networks/matrices. In addition, our method can predict 11 novel cancer-associated lncRNAs, which are supported by literature evidence.


Assuntos
Doença/genética , Ontologia Genética , Anotação de Sequência Molecular , RNA Longo não Codificante/genética , Algoritmos , Biologia Computacional/métodos , Bases de Dados Genéticas , Doença/classificação , Redes Reguladoras de Genes , Humanos , Neoplasias/genética , Fenótipo , Reprodutibilidade dos Testes
20.
Diabetes Metab Syndr ; 12(6): 1095-1100, 2018 Nov.
Artigo em Inglês | MEDLINE | ID: mdl-29799416

RESUMO

Overweight and obesity (OW and OB) have been on the increase globally and posed health risks to the world's population of all ages, including pre-born babies, children, adolescents, adults and elderly people, via their comorbid conditions. Excellent examples of comorbidities associated with obesity include cancer, cardiovascular diseases (CVD) and type 2 diabetes mellitus (T2DM). In this article, we aimed to review and update scientific evidence regarding the relationships between obesity and its common physical health consequences, including CVD, T2DM, hypertension, ischemic stroke, cancer, dyslipidemia and reproductive disorders. In addition, the economic burden of OW and OB will be discussed. Abundant evidence is found to support the associations between obesity and other diseases. In general, the odd ratios, risk ratios or hazard ratios are often higher in OW and OB people than in the normal-weight ones. However, the molecular mechanism of how OW and OB induce the development of other diseases has not been fully understood. Figures also showed that obesity and its-related disorders exert enormous pressure on the economy which is projected to increase. This review highlights the fact that obesity can lead to numerous lethal health problems; therefore, it requires a lot of economic resources to fight against this epidemic.


Assuntos
Obesidade/complicações , Efeitos Psicossociais da Doença , Nível de Saúde , Humanos , Obesidade/economia
SELEÇÃO DE REFERÊNCIAS
DETALHE DA PESQUISA