Search Results Heading

MBRLSearchResults

mbrl.module.common.modules.added.book.to.shelf
Title added to your shelf!
View what I already have on My Shelf.
Oops! Something went wrong.
Oops! Something went wrong.
While trying to add the title to your shelf something went wrong :( Kindly try again later!
Are you sure you want to remove the book from the shelf?
Oops! Something went wrong.
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
    Done
    Filters
    Reset
  • Discipline
      Discipline
      Clear All
      Discipline
  • Is Peer Reviewed
      Is Peer Reviewed
      Clear All
      Is Peer Reviewed
  • Item Type
      Item Type
      Clear All
      Item Type
  • Subject
      Subject
      Clear All
      Subject
  • Year
      Year
      Clear All
      From:
      -
      To:
  • More Filters
7 result(s) for "Sibahi, Ahmad"
Sort by:
Glycomic and Glycoproteomic Techniques in Neurodegenerative Disorders and Neurotrauma: Towards Personalized Markers
The proteome represents all the proteins expressed by a genome, a cell, a tissue, or an organism at any given time under defined physiological or pathological circumstances. Proteomic analysis has provided unparalleled opportunities for the discovery of expression patterns of proteins in a biological system, yielding precise and inclusive data about the system. Advances in the proteomics field opened the door to wider knowledge of the mechanisms underlying various post-translational modifications (PTMs) of proteins, including glycosylation. As of yet, the role of most of these PTMs remains unidentified. In this state-of-the-art review, we present a synopsis of glycosylation processes and the pathophysiological conditions that might ensue secondary to glycosylation shortcomings. The dynamics of protein glycosylation, a crucial mechanism that allows gene and pathway regulation, is described. We also explain how—at a biomolecular level—mutations in glycosylation-related genes may lead to neuropsychiatric manifestations and neurodegenerative disorders. We then analyze the shortcomings of glycoproteomic studies, putting into perspective their downfalls and the different advanced enrichment techniques that emanated to overcome some of these challenges. Furthermore, we summarize studies tackling the association between glycosylation and neuropsychiatric disorders and explore glycoproteomic changes in neurodegenerative diseases, including Alzheimer’s disease, Parkinson’s disease, Huntington disease, multiple sclerosis, and amyotrophic lateral sclerosis. We finally conclude with the role of glycomics in the area of traumatic brain injury (TBI) and provide perspectives on the clinical application of glycoproteomics as potential diagnostic tools and their application in personalized medicine.
Efficient family-based model checking via variability abstractions
Many software systems are variational: they can be configured to meet diverse sets of requirements. They can produce a (potentially huge) number of related systems, known as products or variants, by systematically reusing common parts. For variational models (variational systems or families of related systems), specialized family-based model checking algorithms allow efficient verification of multiple variants, simultaneously, in a single run. These algorithms, implemented in a tool SNIP ¯ , scale much better than “the brute force” approach, where all individual systems are verified using a single-system model checker, one-by-one. Nevertheless, their computational cost still greatly depends on the number of features and variants. For variational models with a large number of features and variants, the family-based model checking may be too costly or even infeasible. In this work, we address two key problems of family-based model checking. First, we improve scalability by introducing abstractions that simplify variability. Second, we reduce the burden of maintaining specialized family-based model checkers, by showing how the presented variability abstractions can be used to model check variational models using the standard version of (single-system) SPIN. The variability abstractions are first defined as Galois connections on semantic domains. We then show how to use them for defining abstract family-based model checking, where a variability model is replaced with an abstract version of it, which preserves the satisfaction of LTL properties. Moreover, given an abstraction, we define a syntactic source-to-source transformation on high-level modeling languages that describe variational models, such that the model checking of the transformed high-level variational model coincides with the abstract model checking of the concrete high-level variational model. This allows the use of SPIN with all its accumulated optimizations for efficient verification of variational models without any knowledge about variability. We have implemented the transformations in a prototype tool, and we illustrate the practicality of this method in several case studies.
Characterization of an automated method to segment the human locus coeruleus
Following the development of magnetic resonance imaging (MRI) methods to assay the integrity of catecholamine nuclei, including the locus coeruleus (LC), there has been an effort to develop automated methods that can accurately segment this small structure in an automated manner to promote its widespread use and overcome limitations of manual segmentation. Here we characterize an automated LC segmentation approach (referred to as the funnel‐tip [FT] method) in healthy individuals and individuals with LC degeneration in the context of Alzheimer's disease (AD, confirmed with tau‐PET imaging using [18F]MK6240). The first sample included n = 190 individuals across the AD spectrum from cognitively normal to moderate AD. LC signal assayed with FT segmentation showed excellent agreement with manual segmentation (intraclass correlation coefficient [ICC] = 0.91). Compared to other methods, the FT method showed numerically higher correlation to AD status (defined by presence of tau: Cohen's d = 0.64) and AD severity (Braak stage: Pearson R = −.35, cognitive function: R = .25). In a separate sample of n = 12 control participants, the FT method showed excellent scan–rescan reliability (ICC = 0.82). In another sample of n = 30 control participants, we found that the structure of the LC defined by FT segmentation approximated its expected shape as a contiguous line: <5% of LC voxels strayed >1 voxel (0.69 mm) from this line. The FT LC segmentation shows high agreement with manual segmentation and captures LC degeneration in AD. This practical method may facilitate larger research studies of the human LC‐norepinephrine system and has potential to support future use of neuromelanin‐sensitive MRI as a clinical biomarker. The automated segmentation (funnel tip [FT]) method showed good agreement to manual segmentation in measuring LC signal and LC localization. FT method showed numerically higher correlation to Alzheimer's disease severity measures compared to other segmentation approaches. FT method demonstrated a high scan–rescan reliability and provided a practical method to segment the LC along its full rostrocaudal extent.
The Formal Semantics of Rascal Light
Rascal is a high-level transformation language that aims to simplify software language engineering tasks like defining program syntax, analyzing and transforming programs, and performing code generation. The language provides several features including built-in collections (lists, sets, maps), algebraic data-types, powerful pattern matching operations with backtracking, and high-level traversals supporting multiple strategies. Interaction between different language features can be difficult to comprehend, since most features are semantically rich. The report provides a well-defined formal semantics for a large subset of Rascal, called Rascal Light, suitable for developing formal techniques, e.g., type systems and static analyses. Additionally, the report states and proofs a series of interesting properties of the semantics, including purity of backtracking, strong typing, partial progress and the existence of a terminating subset.
A Probabilistic Programming Approach to Protein Structure Superposition
Optimal superposition of protein structures or other biological molecules is crucial for understanding their structure, function, dynamics and evolution. Here, we investigate the use of probabilistic programming to superimpose protein structures guided by a Bayesian model. Our model THESEUS-PP is based on the THESEUS model, a probabilistic model of protein superposition based on rotation, translation and perturbation of an underlying, latent mean structure. The model was implemented in the probabilistic programming language Pyro. Unlike conventional methods that minimize the sum of the squared distances, THESEUS takes into account correlated atom positions and heteroscedasticity (ie. atom positions can feature different variances). THESEUS performs maximum likelihood estimation using iterative expectation-maximization. In contrast, THESEUS-PP allows automated maximum a-posteriori (MAP) estimation using suitable priors over rotation, translation, variances and latent mean structure. The results indicate that probabilistic programming is a powerful new paradigm for the formulation of Bayesian probabilistic models concerning biomolecular structure. Specifically, we envision the use of the THESEUS-PP model as a suitable error model or likelihood in Bayesian protein structure prediction using deep probabilistic programming. Footnotes * The model previously presented in this paper has been updated and improved notoriously. Mainly the model has been simplified by removing one of the translations and stabilized by changing some of the priors distributions. These changes have subsequently ameliorated the speed and the accuracy of the model.
Verification of High-Level Transformations with Inductive Refinement Types
High-level transformation languages like Rascal include expressive features for manipulating large abstract syntax trees: first-class traversals, expressive pattern matching, backtracking and generalized iterators. We present the design and implementation of an abstract interpretation tool, Rabit, for verifying inductive type and shape properties for transformations written in such languages. We describe how to perform abstract interpretation based on operational semantics, specifically focusing on the challenges arising when analyzing the expressive traversals and pattern matching. Finally, we evaluate Rabit on a series of transformations (normalization, desugaring, refactoring, code generators, type inference, etc.) showing that we can effectively verify stated properties.
Efficient Generative Modelling of Protein Structure Fragments using a Deep Markov Model
Fragment libraries are often used in protein structure prediction, simulation and design as a means to significantly reduce the vast conformational search space. Current state-of-the-art methods for fragment library generation do not properly account for aleatory and epistemic uncertainty, respectively due to the dynamic nature of proteins and experimental errors in protein structures. Additionally, they typically rely on information that is not generally or readily available, such as homologous sequences, related protein structures and other complementary information. To address these issues, we developed BIFROST, a novel take on the fragment library problem based on a Deep Markov Model architecture combined with directional statistics for angular degrees of freedom, implemented in the deep probabilistic programming language Pyro. BIFROST is a probabilistic, generative model of the protein backbone dihedral angles conditioned solely on the amino acid sequence. BIFROST generates fragment libraries with a quality on par with current state-of-the-art methods at a fraction of the run-time, while requiring considerably less information and allowing efficient evaluation of probabilities.