80 research outputs found

    Resource-Limited Automated Ki67 Index Estimation in Breast Cancer

    Full text link
    The prediction of tumor progression and chemotherapy response has been recently tackled exploiting Tumor Infiltrating Lymphocytes (TILs) and the nuclear protein Ki67 as prognostic factors. Recently, deep neural networks (DNNs) have been shown to achieve top results in estimating Ki67 expression and simultaneous determination of intratumoral TILs score in breast cancer cells. However, in the last ten years the extraordinary progress induced by deep models proliferated at least as much as their resource demand. The exorbitant computational costs required to query (and in some cases also to store) a deep model represent a strong limitation in resource-limited contexts, like that of IoT-based applications to support healthcare personnel. To this end, we propose a resource consumption-aware DNN for the effective estimate of the percentage of Ki67-positive cells in breast cancer screenings. Our approach reduced up to 75% and 89% the usage of memory and disk space respectively, up to 1.5x the energy consumption, and preserved or improved the overall accuracy of a benchmark state-of-the-art solution. Encouraged by such positive results, we developed and structured the adopted framework so as to allow its general purpose usage, along with a public software repository to support its usage

    Ki67 nuclei detection and ki67-index estimation: A novel automatic approach based on human vision modeling

    Get PDF
    Background: The protein ki67 (pki67) is a marker of tumor aggressiveness, and its expression has been proven to be useful in the prognostic and predictive evaluation of several types of tumors. To numerically quantify the pki67 presence in cancerous tissue areas, pathologists generally analyze histochemical images to count the number of tumor nuclei marked for pki67. This allows estimating the ki67-index, that is the percentage of tumor nuclei positive for pki67 over all the tumor nuclei. Given the high image resolution and dimensions, its estimation by expert clinicians is particularly laborious and time consuming. Though automatic cell counting techniques have been presented so far, the problem is still open. Results: In this paper we present a novel automatic approach for the estimations of the ki67-index. The method starts by exploiting the STRESS algorithm to produce a color enhanced image where all pixels belonging to nuclei are easily identified by thresholding, and then separated into positive (i.e. pixels belonging to nuclei marked for pki67) and negative by a binary classification tree. Next, positive and negative nuclei pixels are processed separately by two multiscale procedures identifying isolated nuclei and separating adjoining nuclei. The multiscale procedures exploit two Bayesian classification trees to recognize positive and negative nuclei-shaped regions. Conclusions: The evaluation of the computed results, both through experts' visual assessments and through the comparison of the computed indexes with those of experts, proved that the prototype is promising, so that experts believe in its potential as a tool to be exploited in the clinical practice as a valid aid for clinicians estimating the ki67-index. The MATLAB source code is open source for research purposes

    Whole-genome analysis uncovers recurrent IKZF1 inactivation and aberrant cell adhesion in blastic plasmacytoid dendritic cell neoplasm

    Get PDF
    Blastic plasmacytoid dendritic cell neoplasm (BPDCN) is a rare and highly aggressive hematological malignancy with a poorly understood pathobiology and no effective therapeutic options. Despite a few recurrent genetic defects (eg, single nucleotide changes, indels, large chromosomal aberrations) have been identified in BPDCN, none are disease-specific, and more importantly, none explain its genesis or clinical behavior. In this study, we performed the first high resolution whole-genome analysis of BPDCN with a special focus on structural genomic alterations by using whole-genome sequencing and RNA sequencing. Our study, the first to characterize the landscape of genomic rearrangements and copy number alterations of BPDCN at nucleotide-level resolution, revealed that IKZF1, a gene encoding a transcription factor required for the differentiation of plasmacytoid dendritic cell precursors, is focally inactivated through recurrent structural alterations in this neoplasm. In concordance with the genomic data, transcriptome analysis revealed that conserved IKZF1 target genes display a loss-of-IKZF1 expression pattern. Furthermore, up-regulation of cellular processes responsible for cell-cell and cell-ECM interactions, which is a hallmark of IKZF1 deficiency, was prominent in BPDCN. Our findings suggest that IKZF1 inactivation plays a central role in the pathobiology of the disease, and consequently, therapeutic approaches directed at reestablishing the function of this gene might be beneficial for patients

    Network modeling of patients' biomolecular profiles for clinical phenotype/outcome prediction

    Get PDF
    Methods for phenotype and outcome prediction are largely based on inductive supervised models that use selected biomarkers to make predictions, without explicitly considering the functional relationships between individuals. We introduce a novel network-based approach named Patient-Net (P-Net) in which biomolecular profiles of patients are modeled in a graph-structured space that represents gene expression relationships between patients. Then a kernel-based semi-supervised transductive algorithm is applied to the graph to explore the overall topology of the graph and to predict the phenotype/clinical outcome of patients. Experimental tests involving several publicly available datasets of patients afflicted with pancreatic, breast, colon and colorectal cancer show that our proposed method is competitive with state-of-the-art supervised and semi-supervised predictive systems. Importantly, P-Net also provides interpretable models that can be easily visualized to gain clues about the relationships between patients, and to formulate hypotheses about their stratification

    RNA-KG: An ontology-based knowledge graph for representing interactions involving RNA molecules

    Full text link
    The "RNA world" represents a novel frontier for the study of fundamental biological processes and human diseases and is paving the way for the development of new drugs tailored to the patient's biomolecular characteristics. Although scientific data about coding and non-coding RNA molecules are continuously produced and available from public repositories, they are scattered across different databases and a centralized, uniform, and semantically consistent representation of the "RNA world" is still lacking. We propose RNA-KG, a knowledge graph encompassing biological knowledge about RNAs gathered from more than 50 public databases, integrating functional relationships with genes, proteins, and chemicals and ontologically grounded biomedical concepts. To develop RNA-KG, we first identified, pre-processed, and characterized each data source; next, we built a meta-graph that provides an ontological description of the KG by representing all the bio-molecular entities and medical concepts of interest in this domain, as well as the types of interactions connecting them. Finally, we leveraged an instance-based semantically abstracted knowledge model to specify the ontological alignment according to which RNA-KG was generated. RNA-KG can be downloaded in different formats and also queried by a SPARQL endpoint. A thorough topological analysis of the resulting heterogeneous graph provides further insights into the characteristics of the "RNA world". RNA-KG can be both directly explored and visualized, and/or analyzed by applying computational methods to infer bio-medical knowledge from its heterogeneous nodes and edges. The resource can be easily updated with new experimental data, and specific views of the overall KG can be extracted according to the bio-medical problem to be studied

    A GPU-based algorithm for fast node label learning in large and unbalanced biomolecular networks

    Get PDF
    Background: Several problems in network biology and medicine can be cast into a framework where entities are represented through partially labeled networks, and the aim is inferring the labels (usually binary) of the unlabeled part. Connections represent functional or genetic similarity between entities, while the labellings often are highly unbalanced, that is one class is largely under-represented: for instance in the automated protein function prediction (AFP) for most Gene Ontology terms only few proteins are annotated, or in the disease-gene prioritization problem only few genes are actually known to be involved in the etiology of a given disease. Imbalance-aware approaches to accurately predict node labels in biological networks are thereby required. Furthermore, such methods must be scalable, since input data can be large-sized as, for instance, in the context of multi-species protein networks. Results: We propose a novel semi-supervised parallel enhancement of COSNet, an imbalance-aware algorithm build on Hopfield neural model recently suggested to solve the AFP problem. By adopting an efficient representation of the graph and assuming a sparse network topology, we empirically show that it can be efficiently applied to networks with millions of nodes. The key strategy to speed up the computations is to partition nodes into independent sets so as to process each set in parallel by exploiting the power of GPU accelerators. This parallel technique ensures the convergence to asymptotically stable attractors, while preserving the asynchronous dynamics of the original model. Detailed experiments on real data and artificial big instances of the problem highlight scalability and efficiency of the proposed method. Conclusions: By parallelizing COSNet we achieved on average a speed-up of 180x in solving the AFP problem in the S. cerevisiae, Mus musculus and Homo sapiens organisms, while lowering memory requirements. In addition, to show the potential applicability of the method to huge biomolecular networks, we predicted node labels in artificially generated sparse networks involving hundreds of thousands to millions of nodes

    Glass groups, glass supply and recycling in late Roman Carthage

    Get PDF
    Carthage played an important role in maritime exchange networks during the Roman and late antique periods. One hundred ten glass fragments dating to the third to sixth centuries CE from a secondary deposit at the Yasmina Necropolis in Carthage have been analysed by electron microprobe analysis (EPMA) to characterise the supply of glass to the city. Detailed bivariate and multivariate data analysis identified different primary glass groups and revealed evidence of extensive recycling. Roman mixed antimony and manganese glasses with MnO contents in excess of 250 ppm were clearly the product of recycling, while iron, potassium and phosphorus oxides were frequent contaminants. Primary glass sources were discriminated using TiO2 as a proxy for heavy minerals (ilmenite/spinel), Al2O3 for feldspar and SiO2 for quartz in the glassmaking sands. It was thus possible to draw conclusions about the chronological and geographical attributions of the primary glass types. Throughout much of the period covered in this study, glassworkers in Carthage utilised glass from both Egyptian and Levantine sources. Based on their geochemical characteristics, we conclude that Roman antimony and Roman manganese glasses originated from Egypt and the Levant, respectively, and were more or less simultaneously worked at Carthage in the fourth century as attested by their mixed recycling (Roman Sb-Mn). In the later fourth and early fifth centuries, glasses from Egypt (HIMT) and the Levant (two Levantine I groups) continued to be imported to Carthage, although the Egyptian HIMT is less well represented at Yasmina than in many other late antique glass assemblages. In contrast, in the later fifth and sixth centuries, glass seems to have been almost exclusively sourced from Egypt in the form of a manganese-decolourised glass originally described and characterised by Foy and colleagues (2003). Hence, the Yasmina assemblage testifies to significant fluctuations in the supply of glass to Carthage that require further attention

    The Volterran urns: Etruscan painting and travertine supply

    No full text
    The artistic evolution of the Volterran cinerary urns is a good representation of Etruscan painting from the fourth to the first century BC. The interest generated by this type of object directed our research towards the study of the Volterran artefacts, including the analysis of the pigments as well as that of the rocks used for the coffers. The entire colour range shown by the painted urns has been sampled and investigated through Raman microscopy and scanning electron microscopy. Rock samples were taken both from the urns and from outcrops in ancient carbonate rock quarries near Volterra, from where they may potentially have been sourced. A set of 30 samples was collected and submitted to stable carbon and oxygen isotope analyses. The results obtained showed that the pigments used for the decoration of the Volterran urns were basically constituted by red ochre, Egyptian blue, carbon black and gypsum. The identification of lead-based pigments and barium sulphates further informed us about old restorations undergone by several urns. As far as the provenance issue is concerned, the isotopic data indicate that the rocks used for the four urns were favourably comparable to those outcropping at Pignano, while two other urns were more similar to those sampled along the Elsa River at Colle Val d'Elsa
    • …
    corecore