980 resultados para Improper Partial Semi-Bilateral Generating Function


Relevância:

30.00% 30.00%

Publicador:

Resumo:

The GH receptor (GHR) is essential for normal postnatal growth and development, and the molecular basis of GHR action has been studied intensively. Clinical case studies and more recently mouse models have revealed the extensive phenotype of impaired GH action. We recently reported two new mouse models, possessing cytoplasmic truncations at position 569 (plus Y539/545-F) and 391, which were created to identify functional subdomains within the cytoplasmic signaling domain. In the homozygous state, these animals show progressively impaired postnatal growth coupled with complex changes in gene expression. We describe here an extended phenotype analysis encompassing the heterozygote state to identify whether single copies of these mutant receptors bring about partial or dominant-negative phenotypes. It appears that the retention of the ubiquitin-dependent endocytosis motif the N-terminal cytoplasmic domain permits turnover of these mutant receptors because no dominant-negative phenotype is seen. Nonetheless, we do observe partial impairment of postnatal growth in heterozygotes supporting limited haploinsufficiency. Reproductive function is impaired in these models in a progressive manner, in parallel with loss of signal transducer and activator of transcription-5 activation ability. In summary, we describe a more comprehensive phenotypic analysis of these mouse models, encompassing overall and longitudinal body growth, reproductive function, and hormonal status in both the heterozygote and homozygote state. Our results suggest that patients expressing single copies of similarly mutated GHRs would not display an obvious clinical phenotype.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

We present new measurements of the luminosity function (LF) of luminous red galaxies (LRGs) from the Sloan Digital Sky Survey (SDSS) and the 2dF SDSS LRG and Quasar (2SLAQ) survey. We have carefully quantified, and corrected for, uncertainties in the K and evolutionary corrections, differences in the colour selection methods, and the effects of photometric errors, thus ensuring we are studying the same galaxy population in both surveys. Using a limited subset of 6326 SDSS LRGs (with 0.17 < z < 0.24) and 1725 2SLAQ LRGs (with 0.5 < z < 0.6), for which the matching colour selection is most reliable, we find no evidence for any additional evolution in the LRG LF, over this redshift range, beyond that expected from a simple passive evolution model. This lack of additional evolution is quantified using the comoving luminosity density of SDSS and 2SLAQ LRGs, brighter than M-0.2r - 5 log h(0.7) = - 22.5, which are 2.51 +/- 0.03 x 10(-7) L circle dot Mpc(-3) and 2.44 +/- 0.15 x 10(-7) L circle dot Mpc(-3), respectively (< 10 per cent uncertainty). We compare our LFs to the COMBO-17 data and find excellent agreement over the same redshift range. Together, these surveys show no evidence for additional evolution (beyond passive) in the LF of LRGs brighter than M-0.2r - 5 log h(0.7) = - 21 ( or brighter than similar to L-*).. We test our SDSS and 2SLAQ LFs against a simple 'dry merger' model for the evolution of massive red galaxies and find that at least half of the LRGs at z similar or equal to 0.2 must already have been well assembled (with more than half their stellar mass) by z similar or equal to 0.6. This limit is barely consistent with recent results from semi-analytical models of galaxy evolution.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Advances in three-dimensional (313) electron microscopy (EM) and image processing are providing considerable improvements in the resolution of subcellular volumes, macromolecular assemblies and individual proteins. However, the recovery of high-frequency information from biological samples is hindered by specimen sensitivity to beam damage. Low dose electron cryo-microscopy conditions afford reduced beam damage but typically yield images with reduced contrast and low signal-to-noise ratios (SNRs). Here, we describe the properties of a new discriminative bilateral (DBL) filter that is based upon the bilateral filter implementation of Jiang et al. (Jiang, W., Baker, M.L., Wu, Q., Bajaj, C., Chin, W., 2003. Applications of a bilateral denoising filter in biological electron microscopy. J. Struc. Biol. 128, 82-97.). In contrast to the latter, the DBL filter can distinguish between object edges and high-frequency noise pixels through the use of an additional photometric exclusion function. As a result, high frequency noise pixels are smoothed, yet object edge detail is preserved. In the present study, we show that the DBL filter effectively reduces noise in low SNR single particle data as well as cellular tomograms of stained plastic sections. The properties of the DBL filter are discussed in terms of its usefulness for single particle analysis and for pre-processing cellular tomograms ahead of image segmentation. (c) 2006 Elsevier Inc. All rights reserved.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Morphology, occlusal surface topography, macrowear, and microwear features of parrotfish pharyngeal teeth were investigated to relate microstructural characteristics to the function of the pharyngeal mill using scanning electron microscopy of whole and sectioned pharyngeal jaws and teeth. Pharyngeal tooth migration is anterior in the lower jaw (fifth ceratobranchial) and posterior in the upper jaw (paired third pharyngobranchials), making the interaction of occlusal surfaces and wear-generating forces complex. The extent of wear can be used to define three regions through which teeth migrate: a region containing newly erupted teeth showing little or no wear; a midregion in which the apical enameloid is swiftly worn; and a region containing teeth with only basal enameloid remaining, which shows low to moderate wear. The shape of the occlusal surface alters as the teeth progress along the pharyngeal jaw, generating conditions that appear suited to the reduction of coral particles. It is likely that the interaction between these particles and algal cells during the process of the rendering of the former is responsible for the rupture of the latter, with the consequent liberation of cell contents from which parrotfish obtain their nutrients.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The developments of models in Earth Sciences, e.g. for earthquake prediction and for the simulation of mantel convection, are fare from being finalized. Therefore there is a need for a modelling environment that allows scientist to implement and test new models in an easy but flexible way. After been verified, the models should be easy to apply within its scope, typically by setting input parameters through a GUI or web services. It should be possible to link certain parameters to external data sources, such as databases and other simulation codes. Moreover, as typically large-scale meshes have to be used to achieve appropriate resolutions, the computational efficiency of the underlying numerical methods is important. Conceptional this leads to a software system with three major layers: the application layer, the mathematical layer, and the numerical algorithm layer. The latter is implemented as a C/C++ library to solve a basic, computational intensive linear problem, such as a linear partial differential equation. The mathematical layer allows the model developer to define his model and to implement high level solution algorithms (e.g. Newton-Raphson scheme, Crank-Nicholson scheme) or choose these algorithms form an algorithm library. The kernels of the model are generic, typically linear, solvers provided through the numerical algorithm layer. Finally, to provide an easy-to-use application environment, a web interface is (semi-automatically) built to edit the XML input file for the modelling code. In the talk, we will discuss the advantages and disadvantages of this concept in more details. We will also present the modelling environment escript which is a prototype implementation toward such a software system in Python (see www.python.org). Key components of escript are the Data class and the PDE class. Objects of the Data class allow generating, holding, accessing, and manipulating data, in such a way that the actual, in the particular context best, representation is transparent to the user. They are also the key to establish connections with external data sources. PDE class objects are describing (linear) partial differential equation objects to be solved by a numerical library. The current implementation of escript has been linked to the finite element code Finley to solve general linear partial differential equations. We will give a few simple examples which will illustrate the usage escript. Moreover, we show the usage of escript together with Finley for the modelling of interacting fault systems and for the simulation of mantel convection.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This paper, addresses the problem of novelty detection in the case that the observed data is a mixture of a known 'background' process contaminated with an unknown other process, which generates the outliers, or novel observations. The framework we describe here is quite general, employing univariate classification with incomplete information, based on knowledge of the distribution (the 'probability density function', 'pdf') of the data generated by the 'background' process. The relative proportion of this 'background' component (the 'prior' 'background' 'probability), the 'pdf' and the 'prior' probabilities of all other components are all assumed unknown. The main contribution is a new classification scheme that identifies the maximum proportion of observed data following the known 'background' distribution. The method exploits the Kolmogorov-Smirnov test to estimate the proportions, and afterwards data are Bayes optimally separated. Results, demonstrated with synthetic data, show that this approach can produce more reliable results than a standard novelty detection scheme. The classification algorithm is then applied to the problem of identifying outliers in the SIC2004 data set, in order to detect the radioactive release simulated in the 'oker' data set. We propose this method as a reliable means of novelty detection in the emergency situation which can also be used to identify outliers prior to the application of a more general automatic mapping algorithm. © Springer-Verlag 2007.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

G protein-coupled receptors (GPCRs) are successfully exploited as drug targets. As our understanding of how distinct GPCR subtypes can be generated expands, so do possibilities for therapeutic intervention via these receptors. Receptor activity-modifying proteins (RAMPs) are excellent examples of proteins that enhance diversity in. GPCR function. They facilitate the creation of binding pockets, controlling the pharmacology of some GPCRs. Moreover, they have the ability to regulate cell-surface trafficking, internalisation and signalling of GPCRs, creating novel opportunities for drug discovery. RAMPs could be directly targeted by drugs, or advantage could be taken of unique RAMP/GPCR interfaces for generating highly selective ligands.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Various neuroimaging investigations have revealed that perception of emotional pictures is associated with greater visual cortex activity than their neutral counterparts. It has further been proposed that threat-related information is rapidly processed, suggesting that the modulation of visual cortex activity should occur at an early stage. Additional studies have demonstrated that oscillatory activity in the gamma band range (40-100 Hz) is associated with threat processing. Magnetoencephalography (MEG) was used to investigate such activity during perception of task-irrelevant, threat-related versus neutral facial expressions. Our results demonstrated a bilateral reduction in gamma band activity for expressions of threat, specifically anger, compared with neutral faces in extrastriate visual cortex (BA 18) within 50-250 ms of stimulus onset. These results suggest that gamma activity in visual cortex may play a role in affective modulation of visual processing, in particular with the perception of threat cues.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Purpose - To assess clinical outcomes and subjective experience after bilateral implantation of a diffractive trifocal intraocular lens (IOL). Setting - Midland Eye Institute, Solihull, United Kingdom. Design - Cohort study. Methods - Patients had bilateral implantation of Finevision trifocal IOLs. Uncorrected distance visual acuity, corrected distance visual acuity (CDVA), and manifest refraction were measured 2 months postoperatively. Defocus curves were assessed under photopic and mesopic conditions over a range of +1.50 to -4.00 diopters (D) in 0.50 D steps. Contrast sensitivity function was assessed under photopic conditions. Halometry was used to measure the angular size of monocular and binocular photopic scotomas arising from a glare source. Patient satisfaction with uncorrected near vision was assessed using the Near Activity Visual Questionnaire (NAVQ). Results - The mean monocular CDVA was 0.08 logMAR ± 0.08 (SD) and the mean binocular CDVA, 0.06 ± 0.08 logMAR. Defocus curve testing showed an extended range of clear vision from +1.00 to -2.50 D defocus, with a significant difference in acuity between photopic conditions and mesopic conditions at -1.50 D defocus only. Photopic contrast sensitivity was significantly better binocularly than monocularly at all spatial frequencies. Halometry showed a glare scotoma of a mean size similar to that in previous studies of multifocal and accommodating IOLs; there were no subjective complaints of dysphotopsia. The mean NAVQ Rasch score for satisfaction with near vision was 15.9 ± 10.7 logits. Conclusions - The trifocal IOL implanted binocularly produced good distance visual acuity and near and intermediate visual function. Patients were very satisfied with their uncorrected near vision.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This paper proposes a constrained nonparametric method of estimating an input distance function. A regression function is estimated via kernel methods without functional form assumptions. To guarantee that the estimated input distance function satisfies its properties, monotonicity constraints are imposed on the regression surface via the constraint weighted bootstrapping method borrowed from statistics literature. The first, second, and cross partial analytical derivatives of the estimated input distance function are derived, and thus the elasticities measuring input substitutability can be computed from them. The method is then applied to a cross-section of 3,249 Norwegian timber producers.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

∗ The work is partially supported by NSFR Grant No MM 409/94.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

An original heuristic algorithm of sequential two-block decomposition of partial Boolean functions is researched. The key combinatorial task is considered: finding of suitable partition on the set of arguments, i. e. such one, on which the function is separable. The search for suitable partition is essentially accelerated by preliminary detection of its traces. Within the framework of the experimental system the efficiency of the algorithm is evaluated, the boundaries of its practical application are determined.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

2000 Mathematics Subject Classification: 35A15, 44A15, 26A33

Relevância:

30.00% 30.00%

Publicador:

Resumo:

2000 Mathematics Subject Classification: 44A15, 44A35, 46E30

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This article discusses the structure, anatomical connections, and functions of the hippocampus (HC) of the human brain and its significance in neuropsychology and disease. The HC is concerned with the analysis of highly abstract data derived from all sensory systems but its specific role remains controversial. Hence, there have been three major theories concerning its function, viz., the memory theory, the spatial theory, and the behavioral inhibition system (BIS) theory. The memory theory has its origin in the surgical destruction of the HC, which results in severe anterograde and partial retrograde amnesia. The spatial theory has its origin in the observation that neurons in the HC of animals show activity related to their location within the environment. By contrast, the behavioral inhibition theory suggests that the HC acts as a 'comparator', i.e., it compares current sensory events with expected or predicted events. If a set of expectations continues to be verified then no alteration of behavior occurs. If, however, a 'mismatch' is detected then the HC intervenes by initiating appropriate action by active inhibition of current motor programs and initiation of new data gathering. Understanding the anatomical connections of the hippocampus may lead to a greater understanding of memory, spatial orientation, and states of anxiety in humans. In addition, HC damage is a feature of neurodegenerative diseases such as Alzheimer's disease (AD), dementia with Lewy bodies (DLB), Pick's disease (PiD), and Creutzfeldt-Jakob disease (CJD) and understanding HC function may help to explain the development of clinical dementia in these disorders.