429 research outputs found
Distinct roles for strigolactones in cyst nematode parasitism of Arabidopsis roots
Phytohormones play an essential role in different stages of plant-nematode interactions. Strigolactones (SLs) are a novel class of plant hormones which play an important role in plant development. Furthermore, certain soil-inhabiting organisms exploit this plant molecule as allelochemical. However, whether SLs play a role in plant parasitism by nematodes is as yet unknown. This prompted us to investigate the potential role of SLs in different stages of the nematode life cycle using the beet cyst nematode Heterodera schachtii and Arabidopsis as a model system. We analyzed the effect of SLs on cyst nematode hatching, host attraction and invasion, and the establishment of a feeding relation upon infection of the SL deficient mutant max4-1 and the SL signaling mutant max2-1. In addition, infection assays were performed under phosphate shortage to enhance SL production and in the presence of the synthetic SL analog GR24. From this study, we can conclude that SLs do not contribute to cyst nematode hatching at the levels tested but that they do play a role in host attraction and subsequent invasion in a MAX2 dependent manner. Furthermore, we observed that increased levels of exogenous and endogenous SLs change the root invasion zone. Upon root infection, cyst nematode development was enhanced in both the max2-1 and max4-1 mutants due to the formation of enlarged feeding cells. These data provide evidence for distinct roles of SLs during cyst nematode parasitism of plant roots
Bringing Order to Special Cases of Klee's Measure Problem
Klee's Measure Problem (KMP) asks for the volume of the union of n
axis-aligned boxes in d-space. Omitting logarithmic factors, the best algorithm
has runtime O*(n^{d/2}) [Overmars,Yap'91]. There are faster algorithms known
for several special cases: Cube-KMP (where all boxes are cubes), Unitcube-KMP
(where all boxes are cubes of equal side length), Hypervolume (where all boxes
share a vertex), and k-Grounded (where the projection onto the first k
dimensions is a Hypervolume instance).
In this paper we bring some order to these special cases by providing
reductions among them. In addition to the trivial inclusions, we establish
Hypervolume as the easiest of these special cases, and show that the runtimes
of Unitcube-KMP and Cube-KMP are polynomially related. More importantly, we
show that any algorithm for one of the special cases with runtime T(n,d)
implies an algorithm for the general case with runtime T(n,2d), yielding the
first non-trivial relation between KMP and its special cases. This allows to
transfer W[1]-hardness of KMP to all special cases, proving that no n^{o(d)}
algorithm exists for any of the special cases under reasonable complexity
theoretic assumptions. Furthermore, assuming that there is no improved
algorithm for the general case of KMP (no algorithm with runtime O(n^{d/2 -
eps})) this reduction shows that there is no algorithm with runtime
O(n^{floor(d/2)/2 - eps}) for any of the special cases. Under the same
assumption we show a tight lower bound for a recent algorithm for 2-Grounded
[Yildiz,Suri'12].Comment: 17 page
Mutations in SRD5B1 (AKR1D1), the gene encoding Ī“ 4-3-oxosteroid 5Ī²-reductase, in hepatitis and liver failure in infancy
Background: A substantial group of patients with cholestatic liver disease in infancy excrete, as the major urinary bile acids, the glycine and taurine conjugates of 7Ī±-hydroxy-3-oxo-4-cholenoic acid and 7Ī±,12Ī± -dihydroxy-3-oxo-4-cholenoic acid. It has been proposed that some (but not all) of these have mutations in the gene encoding Ī4-3-oxosteroid 5Ī²-reductase (SRD5B1; AKR1D1, OMIM 604741). Aims: Our aim was to identify mutations in the SRD5B1 gene in patients in whom chenodeoxycholic acid and cholic acid were absent or present at low concentrations in plasma and urine, as these seemed strong candidates for genetic 5Ī²-reductase deficiency. Patients and subjects: We studied three patients with neonatal onset cholestatic liver disease and normal Ī³-glutamyl transpeptidase in whom 3-oxo-Ī4 bile acids were the major bile acids in urine and plasma and saturated bile acids were at low concentration or undetectable. Any base changes detected in SRD5B1 were sought in the parents and siblings and in 50 ethnically matched control subjects. Methods: DNA was extracted from blood and the nine exons of SRD5B1 were amplified and sequenced. Restriction enzymes were used to screen the DNA of parents, siblings, and controls. Results: Mutations in the SRD5B1 gene were identified in all three children. Patient MS was homozygous for a missense mutation (662 C>T) causing a Pro198Leu amino acid substitution; patient BH was homozygous for a single base deletion (511 delT) causing a frame shift and a premature stop codon in exon 5; and patient RM was homozygous for a missense mutation (385 C>T) causing a Leu106Phe amino acid substitution. All had liver biopsies showing a giant cell hepatitis; in two, prominent extramedullary haemopoiesis was noted. MS was cured by treatment with chenodeoxycholic acid and cholic acid; BH showed initial improvement but then deteriorated and required liver transplantation; RM had advanced liver disease when treatment was started and also progressed to liver failure. Conclusions: Analysis of blood samples for SRD5B1 mutations can be used to diagnose genetic 5Ī²-reductase deficiency and distinguish these patients from those who have another cause of 3-oxo-Ī4 bile aciduria, for example, severe liver damage. Patients with genetic 5Ī²-reductase deficiency may respond well to treatment with chenodeoxycholic acid and cholic acid if liver disease is not too advanced
Algorithms for Stable Matching and Clustering in a Grid
We study a discrete version of a geometric stable marriage problem originally
proposed in a continuous setting by Hoffman, Holroyd, and Peres, in which
points in the plane are stably matched to cluster centers, as prioritized by
their distances, so that each cluster center is apportioned a set of points of
equal area. We show that, for a discretization of the problem to an
grid of pixels with centers, the problem can be solved in time , and we experiment with two slower but more practical algorithms and
a hybrid method that switches from one of these algorithms to the other to gain
greater efficiency than either algorithm alone. We also show how to combine
geometric stable matchings with a -means clustering algorithm, so as to
provide a geometric political-districting algorithm that views distance in
economic terms, and we experiment with weighted versions of stable -means in
order to improve the connectivity of the resulting clusters.Comment: 23 pages, 12 figures. To appear (without the appendices) at the 18th
International Workshop on Combinatorial Image Analysis, June 19-21, 2017,
Plovdiv, Bulgari
Parallel Write-Efficient Algorithms and Data Structures for Computational Geometry
In this paper, we design parallel write-efficient geometric algorithms that
perform asymptotically fewer writes than standard algorithms for the same
problem. This is motivated by emerging non-volatile memory technologies with
read performance being close to that of random access memory but writes being
significantly more expensive in terms of energy and latency. We design
algorithms for planar Delaunay triangulation, -d trees, and static and
dynamic augmented trees. Our algorithms are designed in the recently introduced
Asymmetric Nested-Parallel Model, which captures the parallel setting in which
there is a small symmetric memory where reads and writes are unit cost as well
as a large asymmetric memory where writes are times more expensive
than reads. In designing these algorithms, we introduce several techniques for
obtaining write-efficiency, including DAG tracing, prefix doubling,
reconstruction-based rebalancing and -labeling, which we believe will
be useful for designing other parallel write-efficient algorithms
Computing the FrƩchet Distance with a Retractable Leash
All known algorithms for the FrƩchet distance between curves proceed in two steps: first, they construct an efficient oracle for the decision version; second, they use this oracle to find the optimum from a finite set of critical values. We present a novel approach that avoids the detour through the decision version. This gives the first quadratic time algorithm for the FrƩchet distance between polygonal curves in (Formula presented.) under polyhedral distance functions (e.g., (Formula presented.) and (Formula presented.)). We also get a (Formula presented.)-approximation of the FrƩchet distance under the Euclidean metric, in quadratic time for any fixed (Formula presented.). For the exact Euclidean case, our framework currently yields an algorithm with running time (Formula presented.). However, we conjecture that it may eventually lead to a faster exact algorithm
Developing serious games for cultural heritage: a state-of-the-art review
Although the widespread use of gaming for leisure purposes has been well documented, the use of games to support cultural heritage purposes, such as historical teaching and learning, or for enhancing museum visits, has been less well considered. The state-of-the-art in serious game technology is identical to that of the state-of-the-art in entertainment games technology. As a result, the field of serious heritage games concerns itself with recent advances in computer games, real-time computer graphics, virtual and augmented reality and artificial intelligence. On the other hand, the main strengths of serious gaming applications may be generalised as being in the areas of communication, visual expression of information, collaboration mechanisms, interactivity and entertainment. In this report, we will focus on the state-of-the-art with respect to the theories, methods and technologies used in serious heritage games. We provide an overview of existing literature of relevance to the domain, discuss the strengths and weaknesses of the described methods and point out unsolved problems and challenges. In addition, several case studies illustrating the application of methods and technologies used in cultural heritage are presented
Compressed Indexes for String Searching in Labeled Graphs
Storing and searching large labeled graphs is indeed becoming a key issue in the design of space/time efficient online platforms indexing modern social networks or knowledge graphs. But, as far as we know, all these results are limited to design compressed graph indexes which support basic access operations onto the link structure of the input graph, such as: given a node u, return the adjacency list of u. This paper takes inspiration from the Facebook Unicorn's platform and proposes some compressed-indexing schemes for large graphs whose nodes are labeled with strings of variable length - i.e., node's attributes such as user's (nick-)name - that support sophisticated search operations which involve both the linked structure of the graph and the string content of its nodes.
An extensive experimental evaluation over real social networks will show the time and space efficiency of the proposed indexing schemes and their query processing algorithms
Every Large Point Set contains Many Collinear Points or an Empty Pentagon
We prove the following generalised empty pentagon theorem: for every integer
, every sufficiently large set of points in the plane contains
collinear points or an empty pentagon. As an application, we settle the
next open case of the "big line or big clique" conjecture of K\'ara, P\'or, and
Wood [\emph{Discrete Comput. Geom.} 34(3):497--506, 2005]
- ā¦