888 resultados para Filters and filtration


Relevância:

30.00% 30.00%

Publicador:

Resumo:

OBJECTIVE: Higher levels of the novel inflammatory marker pentraxin 3 (PTX3) predict cardiovascular mortality in patients with chronic kidney disease (CKD). Yet, whether PTX3 predicts worsening of kidney function has been less well studied. We therefore investigated the associations between PTX3 levels, kidney disease measures and CKD incidence. METHODS: Cross-sectional associations between serum PTX3 levels, urinary albumin/creatinine ratio (ACR) and cystatin C-estimated glomerular filtration rate (GFR) were assessed in two independent community-based cohorts of elderly subjects: the Prospective Investigation of the Vasculature in Uppsala Seniors (PIVUS, n = 768, 51% women, mean age 75 years) and the Uppsala Longitudinal Study of Adult Men (ULSAM, n = 651, mean age 77 years). The longitudinal association between PTX3 level at baseline and incident CKD (GFR <60 mL( ) min(-1)  1.73 m(-) ²) was also analysed (number of events/number at risk: PIVUS 229/746, ULSAM 206/315). RESULTS: PTX3 levels were inversely associated with GFR [PIVUS: B-coefficient per 1 SD increase -0.16, 95% confidence interval (CI) -0.23 to -0.10, P < 0.001; ULSAM: B-coefficient per 1 SD increase -0.09, 95% CI -0.16 to -0.01, P < 0.05], but not ACR, after adjusting for age, gender, C-reactive protein and prevalent cardiovascular disease in cross-sectional analyses. In longitudinal analyses, PTX3 levels predicted incident CKD after 5 years in both cohorts [PIVUS: multivariable odds ratio (OR) 1.21, 95% CI 1.01-1.45, P < 0.05; ULSAM: multivariable OR 1.37, 95% CI 1.07-1.77, P < 0.05]. CONCLUSIONS: Higher PTX3 levels are associated with lower GFR and independently predict incident CKD in elderly men and women. Our data confirm and extend previous evidence suggesting that inflammatory processes are activated in the early stages of CKD and drive impairment of kidney function. Circulating PTX3 appears to be a promising biomarker of kidney disease.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

AIMS/HYPOTHESIS: Soluble tumor necrosis factor receptors 1 and 2 (sTNFR1 and sTNFR2) contribute to experimental diabetic kidney disease, a condition with substantially increased cardiovascular risk when present in patients. Therefore, we aimed to explore the levels of sTNFRs, and their association with prevalent kidney disease, incident cardiovascular disease, and risk of mortality independently of baseline kidney function and microalbuminuria in a cohort of patients with type 2 diabetes. In pre-defined secondary analyses we also investigated whether the sTNFRs predict adverse outcome in the absence of diabetic kidney disease. METHODS: The CARDIPP study, a cohort study of 607 diabetes patients [mean age 61 years, 44 % women, 45 cardiovascular events (fatal/non-fatal myocardial infarction or stroke) and 44 deaths during follow-up (mean 7.6 years)] was used. RESULTS: Higher sTNFR1 and sTNFR2 were associated with higher odds of prevalent kidney disease [odd ratio (OR) per standard deviation (SD) increase 1.60, 95 % confidence interval (CI) 1.32-1.93, p < 0.001 and OR 1.54, 95 % CI 1.21-1.97, p = 0.001, respectively]. In Cox regression models adjusting for age, sex, glomerular filtration rate and urinary albumin/creatinine ratio, higher sTNFR1 and sTNFR2 predicted incident cardiovascular events [hazard ratio (HR) per SD increase, 1.66, 95 % CI 1.29-2.174, p < 0.001 and HR 1.47, 95 % CI 1.13-1.91, p = 0.004, respectively]. Results were similar in separate models with adjustments for inflammatory markers, HbA1c, or established cardiovascular risk factors, or when participants with diabetic kidney disease at baseline were excluded (p < 0.01 for all). Both sTNFRs were associated with mortality. CONCLUSIONS/INTERPRETATIONS: Higher circulating sTNFR1 and sTNFR2 are associated with diabetic kidney disease, and predicts incident cardiovascular disease and mortality independently of microalbuminuria and kidney function, even in those without kidney disease. Our findings support the clinical utility of sTNFRs as prognostic markers in type 2 diabetes.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Developing successful navigation and mapping strategies is an essential part of autonomous robot research. However, hardware limitations often make for inaccurate systems. This project serves to investigate efficient alternatives to mapping an environment, by first creating a mobile robot, and then applying machine learning to the robot and controlling systems to increase the robustness of the robot system. My mapping system consists of a semi-autonomous robot drone in communication with a stationary Linux computer system. There are learning systems running on both the robot and the more powerful Linux system. The first stage of this project was devoted to designing and building an inexpensive robot. Utilizing my prior experience from independent studies in robotics, I designed a small mobile robot that was well suited for simple navigation and mapping research. When the major components of the robot base were designed, I began to implement my design. This involved physically constructing the base of the robot, as well as researching and acquiring components such as sensors. Implementing the more complex sensors became a time-consuming task, involving much research and assistance from a variety of sources. A concurrent stage of the project involved researching and experimenting with different types of machine learning systems. I finally settled on using neural networks as the machine learning system to incorporate into my project. Neural nets can be thought of as a structure of interconnected nodes, through which information filters. The type of neural net that I chose to use is a type that requires a known set of data that serves to train the net to produce the desired output. Neural nets are particularly well suited for use with robotic systems as they can handle cases that lie at the extreme edges of the training set, such as may be produced by "noisy" sensor data. Through experimenting with available neural net code, I became familiar with the code and its function, and modified it to be more generic and reusable for multiple applications of neural nets.