Search bioRxivSearch

Biology subjects

Beissbarth, T.

Publications and source records attributed to Beissbarth, T..

6 recordsLinked to original sources

Coordinated regulation of WNT/β-catenin, c-Met, and Integrin signalling pathways by miR-193b controls triple negative breast cancer metastatic traits

BackgroundTriple Negative Breast Cancer (TNBC) is the most aggressive subtype of Breast Cancer (BC). Treatment options for TNBC patients are limited and further insights into disease aetiology are needed to develop better therapeutic approaches. microRNAs ability to regulate multiple targets could hold a promising discovery approach to pathways relevant for TNBC aggressiveness. Thus, we address the role of miRNAs in controlling signalling pathways and phenotypes relevant to the biology of TNBC. MethodsTo identify miRNAs regulating WNT/{beta}-catenin, c-Met, and integrin signalling pathways, we performed a high-throughput targeted proteomic approach, investigating the effect of 800 miRNAs on the expression of 62 proteins in the MDA-MB-231 TNBC cell line. We then developed a novel network analysis, Pathway Coregulatory (PC) score, to detect miRNAs regulating the three pathways. Using in vitro assays for cell growth, migration, apoptosis, and stem-cell content, we validated the function of candidate miRNAs. Bioinformatic analyses using BC patients datasets were employed to assess expression of miRNAs as well as their pathological relevance in TNBC patients. ResultsWe identified six candidate miRNAs coordinately regulating the three signalling pathways. Quantifying cell growth of three TNBC cell lines upon miRNA gain-of-function experiments, we characterised miR-193b as a strong and consistent repressor of this phenotype. Importantly, the effects of miR-193b were stronger than chemical inhibition of the individual pathways. We further demonstrated that miR-193b induced apoptosis, repressed migration, and regulated stem-cell markers in MDA-MB-231 cells. Furthermore, miR-193b expression was the lowest in patients classified as TNBC or Basal compared to other subtypes when classified by PAM50 signatures. Gene Set Enrichment Analysis showed that miR-193b expression was significantly associated with reduced activity of of WNT/{beta}-catenin and c-Met signalling pathways in TNBC patients. ConclusionsIntegrating miRNA-mediated effects and protein functions on networks, we show that miRNAs predominantly act in a coordinated fashion to activate or repress signalling pathways responsible for metastatic traits in TNBC. We further demonstrate that our top candidate, miR-193b, regulates these phenotypes to an extent stronger than individual pathway inhibition, thus proving that its effect on TNBC aggressiveness is mediated by repressing multiple interconnected pathways.

cancer biology

WNT11 is a novel ligand for ROR2 in human breast cancer

Breast cancer has been associated with activation of the WNT signaling pathway, although the underlying molecular mechanisms are still unclear. Here, we found the WNT receptor ROR2 to be highly expressed in aggressive breast tumors and associated with worse metastasis-free survival. In order to understand the molecular basis of these observations, we overexpressed ROR2 in human breast cancer cell lines, inducing a BRCAness-like phenotype and rendering them resistant to PARP inhibition. High levels of ROR2 were associated with defects in cell morphology and cell-cell-contacts leading to increased tumor invasiveness. Using gene expression analysis we demonstrated an upregulation of several non-canonical WNT ligands in ROR2-overexpressing breast cancer cells, in particular WNT11. Co-immunoprecipitation confirmed that WNT11 is indeed a novel ligand for ROR2 that interacts with its cysteine-rich domain and triggers the invasion-promoting signaling via RHO/ROCK. Knockdown of WNT11 reversed the pro-invasive phenotype and the cellular changes in ROR2-overexpressing cells. Taken together, our studies revealed a novel auto-stimulatory loop in which ROR2 triggers the expression of its own ligand, WNT11, resulting in enhanced tumor invasion associated with breast cancer metastasis.

cancer biology

Text mining-based word representations for biomedical data analysis and machine learning tasks

Biomedical and life science literature is an essential way to publish experimental results. With the rapid growth of the number of new publications, the amount of scientific knowledge represented in free text is increasing remarkably. There has been much interest in developing techniques that can extract this knowledge and make it accessible to aid scientists in discovering new relationships between biological entities and answering biological questions. Making use of the word2vec approach, we generated word vector representations based on a corpus consisting of over 16 million PubMed abstracts. We developed a text mining pipeline to produce word2vec embeddings with different properties and performed validation experiments to assess their utility for biomedical analysis. An important pre-processing step consisted in the substitution of synonymous terms by their preferred terms in biomedical databases. Furthermore, we extracted gene-gene networks from two embedding versions and used them as prior knowledge to train Graph-Convolutional Neural Networks (CNNs) on breast cancer gene expression data to predict the occurrence of metastatic events. Performances of resulting models were compared to Graph-CNNs trained with protein-protein interaction (PPI) networks or with networks derived using other word embedding algorithms. We also assessed the effect of corpus size on the variability of word representations. Finally, we created a web service with a graphical and a RESTful interface to extract and explore relations between biomedical terms using annotated embeddings. Comparisons to biological databases showed that relations between entities such as known PPIs, signaling pathways and cellular functions, or narrower disease ontology groups correlated with higher cosine similarity. Graph-CNNs trained with word2vec-embedding-derived networks performed best for the metastatic event prediction task compared to other networks. Word representations as produced by text mining algorithms like word2vec, therefore capture biologically meaningful relations between entities.

bioinformatics

NERO: A Biomedical Named-entity (Recognition) Ontology with a Large, Annotated Corpus Reveals Meaningful Associations Through Text Embedding

Machine reading is essential for unlocking valuable knowledge contained in the millions of existing biomedical documents. Over the last two decades 1,2, the most dramatic advances in machine-reading have followed in the wake of critical corpus development3. Large, well-annotated corpora have been associated with punctuated advances in machine reading methodology and automated knowledge extraction systems in the same way that ImageNet 4 was fundamental for developing machine vision techniques. This study contributes six components to an advanced, named-entity analysis tool for biomedicine: (a) a new, Named-Entity Recognition Ontology (NERO) developed specifically for describing entities in biomedical texts, which accounts for diverse levels of ambiguity, bridging the scientific sublanguages of molecular biology, genetics, biochemistry, and medicine; (b) detailed guidelines for human experts annotating hundreds of named-entity classes; (c) pictographs for all named entities, to simplify the burden of annotation for curators; (d) an original, annotated corpus comprising 35,865 sentences, which encapsulate 190,679 named entities and 43,438 events connecting two or more entities; (e) validated, off-the-shelf, named-entity recognition automated extraction, and; (f) embedding models that demonstrate the promise of biomedical associations embedded within this corpus.

systems biology

Explaining decisions of Graph Convolutional Neural Networks: patient-specific molecular subnetworks responsible for metastasis prediction in breast cancer

MotivationContemporary deep learning approaches show cutting-edge performance in a variety of complex prediction tasks. Nonetheless, the application of deep learning in healthcare remains limited since deep learning methods are often considered as non-interpretable black-box models. Layer-wise Relevance Propagation (LRP) is a technique to explain decisions of deep learning methods. It is widely used to interpret Convolutional Neural Networks (CNNs) applied on image data. Recently, CNNs started to extend towards non-euclidean domains like graphs. Molecular networks are commonly represented as graphs detailing interactions between molecules. Gene expression data can be assigned to the vertices of these graphs. In other words, gene expression data can be structured by utilizing molecular network information as prior knowledge. Graph-CNNs can be applied to structured gene expression data, for example, to predict metastatic events in breast cancer. Therefore, there is a need for explanations showing which part of a molecular network is relevant for predicting an event, e.g. distant metastasis in cancer, for each individual patient. ResultsWe extended the procedure of LRP to make it available for Graph-CNN and tested its applicability on a large breast cancer dataset. We present Graph Layer-wise Relevance Propagation (GLRP) as a new method to explain the decisions made by Graph-CNNs. We demonstrate a sanity check of the developed GLRP on a hand-written digits dataset, and then applied the method on gene expression data. We show that GLRP provides patient-specific molecular subnetworks that largely agree with clinical knowledge and identify common as well as novel, and potentially druggable, drivers of tumor progression. As a result this method could be potentially highly useful on interpreting classification results on the individual patient level, as for example in precision medicine approaches or a molecular tumor board. Availabilityhttps://gitlab.gwdg.de/UKEBpublic/graph-lrp https://frankkramer-lab.github.io/MetaRelSubNetVis/ Contacttim.beissbarth@bioinf.med.uni-goettingen.de

bioinformatics

Colorectal cancer susceptibility loci as predictive markers of rectal cancer prognosis after surgery

BackgroundColorectal cancer (CRC) is among the leading causes of cancer death. Rectal cancers account for one third of CRC cases. The role and significance of colorectal cancer risk loci in rectal cancer progression has not been investigated.\n\nMethodsWe generated and explored a dataset from 230 rectal cancer patients by gene expression microarray analysis of cancer samples and matched controls, and SNP arrays of germline DNA.\n\nResults8q24 (upstream of MYC) and 18q21 (in the intron of SMAD7), two of the loci most strongly linked with colorectal cancer risk, as well as 20q13 (in the intron of LAMA5), are tightly associated with the prognosis of rectal cancer patients. For SNPs on 18q21 (rs12953717 and rs4464148) and 20q13 (rs4925386), alleles that correlate with higher risk for the development of colorectal cancer are associated with shorter disease free survival. However, for rs6983267 on 8q24, the low risk allele is associated with a higher risk for recurrence and metastasis after surgery, and importantly, is strongly correlated with the resistance of colorectal cancer cell lines to chemoradiotherapy. We also found that although MYC expression is dramatically increased in cancer, patients with higher levels of MYC have a better prognosis. The expression of SMAD7 is weakly correlated with disease free time. Notably, the presence of the 8q24 and 18q21 SNP alleles is not correlated with a change of expression of MYC and SMAD7. rs4464148, and probably rs6983267 and rs4925386, are linked with overall survival time of patients.\n\nConclusionsSNPs at three colorectal cancer risk loci detect subpopulations of rectal cancer patients with poor prognosis. rs6983267 probably affects prognosis through interfering with the resistance of cancer cells to chemoradiotherapy.

cancer biology