901 resultados para recursive partitioning


Relevância:

10.00% 10.00%

Publicador:

Resumo:

Genome duplications increase genetic diversity and may facilitate the evolution of gene subfunctions. Little attention, however, has focused on the evolutionary impact of lineage-specific gene loss. Here, we show that identifying lineage-specific gene loss after genome duplication is important for understanding the evolution of gene subfunctions in surviving paralogs and for improving functional connectivity among human and model organism genomes. We examine the general principles of gene loss following duplication, coupled with expression analysis of the retinaldehyde dehydrogenase Aldh1a gene family during retinoic acid signaling in eye development as a case study. Humans have three ALDH1A genes, but teleosts have just one or two. We used comparative genomics and conserved syntenies to identify loss of ohnologs (paralogs derived from genome duplication) and to clarify uncertain phylogenies. Analysis showed that Aldh1a1 and Aldh1a2 form a clade that is sister to Aldh1a3-related genes. Genome comparisons showed secondarily loss of aldh1a1 in teleosts, revealing that Aldh1a1 is not a tetrapod innovation and that aldh1a3 was recently lost in medaka, making it the first known vertebrate with a single aldh1a gene. Interestingly, results revealed asymmetric distribution of surviving ohnologs between co-orthologous teleost chromosome segments, suggesting that local genome architecture can influence ohnolog survival. We propose a model that reconstructs the chromosomal history of the Aldh1a family in the ancestral vertebrate genome, coupled with the evolution of gene functions in surviving Aldh1a ohnologs after R1, R2, and R3 genome duplications. Results provide evidence for early subfunctionalization and late subfunction-partitioning and suggest a mechanistic model based on altered regulation leading to heterochronic gene expression to explain the acquisition or modification of subfunctions by surviving ohnologs that preserve unaltered ancestral developmental programs in the face of gene loss.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

In the present chapter some prototype gas and gas-surface processes occurring within the hypersonic flow layer surrounding spacecrafts at planetary entry are discussed. The discussion is based on microscopic dynamical calculations of the detailed cross sections and rate coefficients performed using classical mechanics treatments for atoms, molecules and surfaces. Such treatment allows the evaluation of the efficiency of thermal processes (both at equilibrium and nonequilibrium distributions) based on state-to-state and state specific calculations properly averaged over the population of the initial states. The dependence of the efficiency of the considered processes on the initial partitioning of energy among the various degrees of freedom is discussed.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Apart from its role as a flow generator for ventilation the diaphragm has a circulatory role. The cyclical abdominal pressure variations from its contractions cause swings in venous return from the splanchnic venous circulation. During exercise the action of the abdominal muscles may enhance this circulatory function of the diaphragm. Eleven healthy subjects (25 ± 7 year, 70 ± 11 kg, 1.78 ± 0.1 m, 3 F) performed plantar flexion exercise at ~4 METs. Changes in body volume (ΔVb) and trunk volume (ΔVtr) were measured simultaneously by double body plethysmography. Volume of blood shifts between trunk and extremities (Vbs) was determined non-invasively as ΔVtr-ΔVb. Three types of breathing were studied: spontaneous (SE), rib cage (RCE, voluntary emphasized inspiratory rib cage breathing), and abdominal (ABE, voluntary active abdominal expiration breathing). During SE and RCE blood was displaced from the extremities into the trunk (on average 0.16 ± 0.33 L and 0.48 ± 0.55 L, p < 0.05 SE vs. RCE), while during ABE it was displaced from the trunk to the extremities (0.22 ± 0.20 L p < 0.001, p < 0.05 RCE and SE vs. ABE respectively). At baseline, Vbs swings (maximum to minimum amplitude) were bimodal and averaged 0.13 ± 0.08 L. During exercise, Vbs swings consistently increased (0.42 ± 0.34 L, 0.40 ± 0.26 L, 0.46 ± 0.21 L, for SE, RCE and ABE respectively, all p < 0.01 vs. baseline). It follows that during leg exercise significant bi-directional blood shifting occurs between the trunk and the extremities. The dynamics and partitioning of these blood shifts strongly depend on the relative predominance of the action of the diaphragm, the rib cage and the abdominal muscles. Depending on the partitioning between respiratory muscles for the act of breathing, the distribution of blood between trunk and extremities can vary by up to 1 L. We conclude that during exercise the abdominal muscles and the diaphragm might play a role of an "auxiliary heart."

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Although the mechanisms of nodule N2 fixation in legumes are now well documented, some uncertainty remains on the metabolic consequences of water deficit. In most cases, little consideration is given to other organs and, therefore, the coordinated changes in metabolism in leaves, roots, and nodules are not well known. Here, the effect of water restriction on exclusively N2-fixing alfalfa (Medicago sativa L.) plants was investigated, and proteomic, metabolomic, and physiological analyses were carried out. It is shown that the inhibition of nitrogenase activity caused by water restriction was accompanied by concerted alterations in metabolic pathways in nodules, leaves, and roots. The data suggest that nodule metabolism and metabolic exchange between plant organs nearly reached homeostasis in asparagine synthesis and partitioning, as well as the N demand from leaves. Typically, there was (i) a stimulation of the anaplerotic pathway to sustain the provision of C skeletons for amino acid (e.g. glutamate and proline) synthesis; (ii) re-allocation of glycolytic products to alanine and serine/glycine; and (iii) subtle changes in redox metabolites suggesting the implication of a slight oxidative stress. Furthermore, water restriction caused little change in both photosynthetic efficiency and respiratory cost of N2 fixation by nodules. In other words, the results suggest that under water stress, nodule metabolism follows a compromise between physiological imperatives (N demand, oxidative stress) and the lower input to sustain catabolism.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

This paper describes the theoretical basis and the experimental requirements for the application of the Taylor dispersion technique for measurements of diffusion coefficients in liquids, emphasizing its simplicity and accuracy in comparison to other usual techniques. Some examples are discussed describing the use of this methodology on studies of solute-solvent interactions, solute aggregation, solute partitioning into macromolecular systems and on the assessment of nanoparticles sizes.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

This thesis deals with a hardware accelerated Java virtual machine, named REALJava. The REALJava virtual machine is targeted for resource constrained embedded systems. The goal is to attain increased computational performance with reduced power consumption. While these objectives are often seen as trade-offs, in this context both of them can be attained simultaneously by using dedicated hardware. The target level of the computational performance of the REALJava virtual machine is initially set to be as fast as the currently available full custom ASIC Java processors. As a secondary goal all of the components of the virtual machine are designed so that the resulting system can be scaled to support multiple co-processor cores. The virtual machine is designed using the hardware/software co-design paradigm. The partitioning between the two domains is flexible, allowing customizations to the resulting system, for instance the floating point support can be omitted from the hardware in order to decrease the size of the co-processor core. The communication between the hardware and the software domains is encapsulated into modules. This allows the REALJava virtual machine to be easily integrated into any system, simply by redesigning the communication modules. Besides the virtual machine and the related co-processor architecture, several performance enhancing techniques are presented. These include techniques related to instruction folding, stack handling, method invocation, constant loading and control in time domain. The REALJava virtual machine is prototyped using three different FPGA platforms. The original pipeline structure is modified to suit the FPGA environment. The performance of the resulting Java virtual machine is evaluated against existing Java solutions in the embedded systems field. The results show that the goals are attained, both in terms of computational performance and power consumption. Especially the computational performance is evaluated thoroughly, and the results show that the REALJava is more than twice as fast as the fastest full custom ASIC Java processor. In addition to standard Java virtual machine benchmarks, several new Java applications are designed to both verify the results and broaden the spectrum of the tests.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The article describes some concrete problems that were encountered when writing a two-level model of Mari morphology. Mari is an agglutinative Finno-Ugric language spoken in Russia by about 600 000 people. The work was begun in the 1980s on the basis of K. Koskenniemi’s Two-Level Morphology (1983), but in the latest stage R. Beesley’s and L. Karttunen’s Finite State Morphology (2003) was used. Many of the problems described in the article concern the inexplicitness of the rules in Mari grammars and the lack of information about the exact distribution of some suffixes, e.g. enclitics. The Mari grammars usually give complete paradigms for a few unproblematic verb stems, whereas the difficult or unclear forms of certain verbs are only superficially discussed. Another example of phenomena that are poorly described in grammars is the way suffixes with an initial sibilant combine to stems ending in a sibilant. The help of informants and searches from electronic corpora were used to overcome such difficulties in the development of the two-level model of Mari. The variation of the order of plural markers, case suffixes and possessive suffixes is a typical feature of Mari. The morphotactic rules constructed for Mari declensional forms tend to be recursive and their productivity must be limited by some technical device, such as filters. In the present model, certain plural markers were treated like nouns. The positional and functional versatility of the possessive suffixes can be regarded as the most challenging phenomenon in attempts to formalize the Mari morphology. Cyrillic orthography, which was used in the model, also caused problems. For instance, a Cyrillic letter may represent a sequence of two sounds, the first being part of the word stem while the other belongs to a suffix. In some cases, letters for voiced consonants are also generalized to represent voiceless consonants. Such orthographical conventions distance a morphological model based on orthography from the actual (morpho)phonological processes in the language.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

We have analyzed the shot noise of electron emission under strong applied electric fields within the Landauer-Bttiker scheme. In contrast to the previous studies of vacuum-tube emitters, we show that in new generation electron emitters, scaled down to the nanometer dimensions, shot noise much smaller than the Schottky noise is observable. Carbon nanotube field emitters are among possible candidates to observe the effect of shot-noise suppression caused by quantum partitioning.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The efficiency of a new procedure for the digestion of natural waters, based on a microwave-activated photochemical reactor was evaluated in this work. Fluorescence spectra showed a 99% reduction in the emission of a 40 mg L-1 humic acid solution after 15 min of UV irradiation. In the presence of H2O2, only 3 min were necessary to accomplish a reduction of almost 100% in the emission and 6 min to reduce the concentration of dissolved organic carbon by 95%. The copper recovery from synthetic samples containing commercial humic acid, from soil suspensions, as well as from natural waters varied between 91.5 and 106.6%. The digestion of dissolved and unfiltered samples was successfully accomplished in 6 and 12 min, respectively. No contaminations or sample losses were observed. Results of copper speciation in natural waters showed that this metal is predominantly bound to natural ligands. Only 3-6% of the total recoverable copper is present in the labile form.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The state of São Paulo is the main Brazilian consumer of pesticides. Sugar cane, which uses a great amount of these products, is extensivelly cultivated in this state, such as in the Corumbataí river basin, an important source of water for the region. In order to implement an efficient and low-cost monitoring program, the temporal characterization of the use of pesticides on sugar cane in this basin was performed. After knowing the seasonal trends of consumption, a better choice of sampling time, became possible. The combination of data from this survey with partitioning indices, average doses and toxicological classifications showed to be important for defining the pesticides to be included in the monitoring program.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Simaba polyphylla is a small tree found in the Amazon region, known by the common names "marupazinho" or "serve para tudo". It is used in traditional medicine for the treatment of fevers. This work describes the phytochemical study of the hexane extract and chloroform fraction obtained by partitioning the methanol extract of stems, which led to isolation and identification of the triterpenes niloticin, dyhidroniloticin, taraxerone and of the cytotoxic alkaloid 9-methoxy-canthin-6-one. These compounds are described for the first time in S. polyphylla.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

In image processing, segmentation algorithms constitute one of the main focuses of research. In this paper, new image segmentation algorithms based on a hard version of the information bottleneck method are presented. The objective of this method is to extract a compact representation of a variable, considered the input, with minimal loss of mutual information with respect to another variable, considered the output. First, we introduce a split-and-merge algorithm based on the definition of an information channel between a set of regions (input) of the image and the intensity histogram bins (output). From this channel, the maximization of the mutual information gain is used to optimize the image partitioning. Then, the merging process of the regions obtained in the previous phase is carried out by minimizing the loss of mutual information. From the inversion of the above channel, we also present a new histogram clustering algorithm based on the minimization of the mutual information loss, where now the input variable represents the histogram bins and the output is given by the set of regions obtained from the above split-and-merge algorithm. Finally, we introduce two new clustering algorithms which show how the information bottleneck method can be applied to the registration channel obtained when two multimodal images are correctly aligned. Different experiments on 2-D and 3-D images show the behavior of the proposed algorithms

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The thermodynamics of molal partitioning of ketoprofen (KTP) was studied in cyclohexane/buffer (CH/W), octanol/buffer (ROH/W), and dimyristoyl phosphatidylcholine (DMPC), dipalmitoyl phosphatidylcholine (DPPC), and egg lecithin (EGG/W) liposome systems. In all cases the partition coefficients (Kmo/w)were greater than unity; therefore the standard free energies of transfer were negative indicating affinity of KTP for organic media. The Kmo/w values were approximately seventy-fold higher in the ROH/W system compared with the CH/W system. On the other hand, the Kmo/w values were approximately ten or fifty-fold higher in the liposomes compared with the ROH/W system. In all cases, the standard enthalpies and entropies of transfer of KTP were positive indicating some degree of participation of the hydrophobic hydration on partitioning processes.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Underground storage tanks (UST) are widely used in the Porto Velho area. A large number of these USTs are in bad condition due to corrosion processes causing groundwater contamination. A large number of these leaking underground fuel tanks (LUFT) are in urban areas but due to the lack of water quality monitoring, they are only detected when there is a high contamination level. This study identified petroleum hydrocarbons, derived from a LUFT, by a silica gel/petroleum ether partitioning gravimetric method and by gas chromatographic analysis of samples collected in wells dug in a gas station and in houses in the aforementioned neighborhood.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The main objective of this work is to develop an efficient procedure to determine glyphosate in soybean grains. The cleanup of the aqueous extracts was done in two steps, beginning with liquid-liquid partitioning and then solid-phase extraction with anion exchange resin. After derivatization with a mixture of trifluoroacetic anhydride (TFAA) and trifluoroethanol (TFE), quantification was done by gas chromatography coupled to mass spectrometry. The mean recovery and RSD of the spiked samples were, respectively, 80.5% and 3.1% at level 0.200 mg kg-1, 93.3% and 18.7% at level 0.500 mg kg-1 and 92% and 3.5% at level 1.000 mg kg-1. The method was linear in the working range (correlation coefficient = 0.9965).