2 resultados para DIRECTED PERCOLATION

em DRUM (Digital Repository at the University of Maryland)


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Vascular phloem loading has long been recognized as an essential step in the establishment of a systemic virus infection. Yet little is known about this process and the mechanisms that control it. In this study, an interaction between the replication protein of Tobacco mosaic virus (TMV) and phloem specific auxin/indole acetic acid (Aux/IAA) transcriptional regulators was found to modulate virus phloem loading. Promoter expression studies show TMV 126/183 kDa interacting Aux/IAAs predominantly express and accumulate within the nuclei of phloem companion cells (CC). Furthermore, CC Aux/IAA nuclear localization is disrupted upon infection with an interacting virus but not during infection with a non-interacting virus. In situ analysis of virus spread shows the inability of TMV variants to disrupt Aux/IAA CC nuclear localization correlates with a reduced ability to load into the vascular tissue. Subsequent systemic movement assays also demonstrate that a virus capable of disrupting Aux/IAA localization is significantly more competitive at systemic movement than a non-interacting virus. Similarly, CC expression and over-accumulation of a degradation-resistant-interacting Aux/IAA protein was found to selectively inhibit TMV accumulation and phloem loading. Transcriptional expression studies demonstrate a role for interacting Aux/IAA proteins in the regulation of salicylic acid and jasmonic acid dependent host defense responses as well as virus specific movement factors including pectin methylesterase that are involved in regulating plasmodesmata size exclusion limits and promoting virus cell-to-cell movement. Further characterization of the phloem environment was done using two phloem specific promoters (pSUC2 and pSULTR2;2) to generate epitope-tagged polysomal-RNA complexes. Immuno-purification using the epitope tag allowed us to obtain mRNAs bound to polysomes (the translatome) specifically in phloem tissue. We found the phloem translatome is uniquely altered during TMV infection with 90% and 88% of genes down regulated in the pSUC2 and pSULTR2;2 phloem translatomes, compared to 31% of genes down regulated in the whole plant p35S translatome. Transcripts down regulated in phloem include genes involved in callose deposition at plasmodesmata, host defense responses, and RNA silencing. Combined, these findings indicate TMV reprograms gene expression within the vascular phloem as a means to enhance phloem loading and systemic spread.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The Graphical User Interface (GUI) is an integral component of contemporary computer software. A stable and reliable GUI is necessary for correct functioning of software applications. Comprehensive verification of the GUI is a routine part of most software development life-cycles. The input space of a GUI is typically large, making exhaustive verification difficult. GUI defects are often revealed by exercising parts of the GUI that interact with each other. It is challenging for a verification method to drive the GUI into states that might contain defects. In recent years, model-based methods, that target specific GUI interactions, have been developed. These methods create a formal model of the GUI’s input space from specification of the GUI, visible GUI behaviors and static analysis of the GUI’s program-code. GUIs are typically dynamic in nature, whose user-visible state is guided by underlying program-code and dynamic program-state. This research extends existing model-based GUI testing techniques by modelling interactions between the visible GUI of a GUI-based software and its underlying program-code. The new model is able to, efficiently and effectively, test the GUI in ways that were not possible using existing methods. The thesis is this: Long, useful GUI testcases can be created by examining the interactions between the GUI, of a GUI-based application, and its program-code. To explore this thesis, a model-based GUI testing approach is formulated and evaluated. In this approach, program-code level interactions between GUI event handlers will be examined, modelled and deployed for constructing long GUI testcases. These testcases are able to drive the GUI into states that were not possible using existing models. Implementation and evaluation has been conducted using GUITAR, a fully-automated, open-source GUI testing framework.