515 research outputs found

    Improved semantics and implementation through property-based testing with QuickCheck

    Get PDF

    DECIPHERING THE SECRET OF SARCOMERE ASSEMBLY AND DISEASES USING THE ZEBRAFISH MODEL SYSTEM: REGULATION OF MYOFIBRILLOGENESIS BY SMYD1B AND ITS PARTNERS

    Get PDF
    Myofibrillogenesis is a process of precise assembly of sarcomeric proteins into the highly organized sarcomeres which are essential for muscle cell differentiation and function. Myofibrillogenesis requires proper folding and assembly of newly synthesized sarcomeric proteins. Mutations of the sarcomeric proteins are known to cause skeletal and cardiac muscle diseases. smyd1b is a skeletal and cardiac muscle-specific gene which encodes two alternatively spliced isoforms, smyd1b_tv1 and smyd1b_tv2. Knockdown of smyd1b (tv1 and tv2) expression resulted in zebrafish larvae without locomotion and heart contraction. Thick filament assembly was significantly disrupted in smyd1b knockdown embryos. Yeast Two-Hybrid study showed that Smyd1 associates with another muscle-specific protein--skNAC, however, skNAC function in muscle cells is unknown. In order to expand the understanding of smyd1b function and study the working mechanism, I further characterized the function of Smyd1b and its partners including skNAC and Hsp90&alpha1 during muscle development, and carried out mechanistic studies using zebrafish as a model system. Our findings show that: 1) In addition to the thick filament, smyd1b plays an important role in the assembly of thin and titin filaments, as well as Z-line and M-line. 2) Knockdown of smyd1b has no effect for heart tube formation; however, it disrupts the myofibril assembly of the cardiac muscle that causes the heart defect. 3) Smyd1b_tv1, but not Smyd1b_tv2 can be localized on the M-line of sarcomeres. 4) Ser225 on Smyd1b_tv1, which is a potential phosphorylation site, is important for the M-line localization of Smyd1b_tv1. 5) Knockdown of smyd1b causes the upregulation of hsp90&alpha1 and unc45b gene expression. 6) hsp90&alpha1 plays an important role for myofibril assembly. 6) Knockdown of smyd1b or hsp90&alpha1 causes the reduction of myosin protein accumulation. 7) Smyd1b_tv1, but not Smyd1b_tv2 associates with the myosin chaperones Hsp90&alpha1 and Unc45b. 8) sknac is required for the thick and thin filaments assembly. 9) Knockdown of sknac causes the reduction of myosin protein accumulation. These studies provide us an in-depth characterization of smyd1b and its partners' function and expands the mechanistic understanding of how smyd1b fulfils its vital role in myofibrillogenesis. Most importantly, this study provides new insights to help us understand the complex process of myofibrillogenesis and sarcomere diseases

    Scalable SD Erlang Computation Model

    Get PDF
    The technical report presents implementation of s groups and semi-explicit placement of the Scalable Distributed (SD) Erlang. The implementation is done on the basis of Erlang/OTP 17.4. The source code can be found in https://github.com/release-project/otp/tree/17.4-rebased. We start with a discussion of differences between distributed Erlang global groups and SD Erlang s groups (Chapter 1). Then we discuss the implementation of s groups and the features of sixteen functions that were modified and introduced in global and s group modules (Chapter 2). After that we discuss semi-explicit placement, node attributes and choose node/1 function (Chapter 3). These functions were unit tested (Chapter 4). Finally, we discuss future work (Chapter 5)

    Scalable SD Erlang Reliability Model

    Get PDF
    This technical report presents the work we have conducted to support SD Erlang reliability and to formally specify the semantics of s groups. We have considered the following aspects of SD Erlang reliability: node recovery after failures and s group name uniqueness

    Automating property-based testing of evolving web services

    Get PDF
    Web services are the most widely used service technology that drives the Service-Oriented Computing~(SOC) paradigm. As a result, effective testing of web services is getting increasingly important. In this paper, we present a framework and toolset for testing web services and for evolving test code in sync with the evolution of web services. Our approach to testing web services is based on the Erlang programming language and QuviQ QuickCheck, a property-based testing tool written in Erlang, and our support for test code evolution is added to Wrangler, the Erlang refactoring tool. The key components of our system include the automatic generation of initial test code, the inference of web service interface changes between versions, the provision of a number of domain specific refactorings and the automatic generation of refactoring scripts for evolving the test code. Our framework provides users with a powerful and expressive web service testing framework, while minimising users' effort in creating, maintaining and evolving the test model. The framework presented in this paper can be used by both web service providers and consumers, and can be used to test web services written in whatever language; the approach advocated here could also be adopted in other property-based testing frameworks and refactoring tools

    Refactoring Haskell programs

    Get PDF
    • …
    corecore