63 resultados para SstI polymorphism
Resumo:
Metabolic syndrome after transplantation is a major concern following solid organ transplantation (SOT). The CREB-regulated transcription co-activator 2 (CRTC2) regulates glucose metabolism. The effect of CRTC2 polymorphisms on new-onset diabetes after transplantation (NODAT) was investigated in a discovery sample of SOT recipients (n1=197). Positive results were tested for replication in two samples from the Swiss Transplant Cohort Study (STCS, n2=1294 and n3=759). Obesity and other metabolic traits were also tested. Associations with metabolic traits in population-based samples (n4=46'186, n5=123'865, n6>100,000) were finally analyzed. In the discovery sample, CRTC2 rs8450-AA genotype was associated with NODAT, fasting blood glucose and body mass index (Pcorrected<0.05). CRTC2 rs8450-AA genotype was associated with NODAT in the second STCS replication sample (odd ratio (OR)=2.01, P=0.04). In the combined STCS replication samples, the effect of rs8450-AA genotype on NODAT was observed in patients having received SOT from a deceased donor and treated with tacrolimus (n=395, OR=2.08, P=0.02) and in non-kidney transplant recipients (OR=2.09, P=0.02). Moreover, rs8450-AA genotype was associated with overweight or obesity (n=1215, OR=1.56, P=0.02), new-onset hyperlipidemia (n=1007, OR=1.76, P=0.007), and lower high-density lipoprotein-cholesterol (n=1214, β=-0.08, P=0.001). In the population-based samples, a proxy of rs8450G>A was significantly associated with several metabolic abnormalities. CRTC2 rs8450G>A appears to have an important role in the high prevalence of metabolic traits observed in patients with SOT. A weak association with metabolic traits was also observed in the population-based samples.The Pharmacogenomics Journal advance online publication, 8 December 2015; doi:10.1038/tpj.2015.82.
Resumo:
BACKGROUND Catecholamine-O-methyl-tranferase (COMT) initiates dopamine degradation. Its activity is mainly determined by a single nucleotide polymorphism in the COMT gene (Val158Met, rs4680) separating high (Val/Val, COMT(HH)), intermediate (Val/Met, COMT(HL)) and low metabolizers (Met/Met, COMT(LL)). We investigated dopaminergic denervation in the striatum in PD patients according to COMT rs4680 genotype. METHODS Patients with idiopathic PD were assessed for motor severity (UPDRS-III rating scale in OFF-state), dopaminergic denervation using [123I]-FP-CIT SPECT imaging, and genotyped for the COMT rs4680 enzyme. [123I]-FP-CIT binding potential (BP) for each voxel was defined by the ratio of tracer-binding in the region of interest (striatum, caudate nucleus and putamen) to that in a region of non-specific activity. Genotyping was performed using TaqMan(®) SNP genotyping assay. We used a regression model to evaluate the effect of COMT genotype on the BP in the striatum and its sub-regions. RESULTS Genotype distribution was: 11 (27.5%) COMT(HH), 26 (65%) COMT(HL) and 3 (7.5%) COMT(LL). There were no significant differences in disease severity, treatments, or motor scores between genotypes. When adjusted to clinical severity, gender and age, low and intermediate metabolizers showed significantly higher rates of striatal denervation (COMT(HL+LL) BP = 1.32 ± 0.04) than high metabolizers (COMT(HH), BP = 1.6 ± 0.08; F(1.34) = 9.0, p = 0.005). Striatal sub-regions showed similar results. BP and UPDRS-III motor scores (r = 0.44, p = 0.04) (p < 0.001) were highly correlated. There was a gender effect, but no gender-genotype interaction. CONCLUSIONS Striatal denervation differs according to COMT-Val158Met polymorphism. COMT activity may play a role as a compensatory mechanism in PD motor symptoms.
Resumo:
Subtype polymorphism is a cornerstone of object-oriented programming. By hiding variability in behavior behind a uniform interface, polymorphism decouples clients from providers and thus enables genericity, modularity and extensi- bility. At the same time, however, it scatters the implementation of the behavior over multiple classes thus potentially hampering program comprehension. The extent to which polymorphism is used in real programs and the impact of polymorphism on program comprehension are not very well understood. We report on a preliminary study of the prevalence of polymorphism in several hundred open source software systems written in Smalltalk, one of the oldest object-oriented programming languages, and in Java, one of the most widespread ones. Although a large portion of the call sites in these systems are polymorphic, a majority have a small number of potential candidates. Smalltalk uses polymorphism to a much greater extent than Java. We discuss how these findings can be used as input for more detailed studies in program comprehension and for better developer support in the IDE.