2 resultados para Proximal algorithms

em University of Connecticut - USA


Relevância:

20.00% 20.00%

Publicador:

Resumo:

In both humans and birds, urate is an important antioxidant when maintained at normal plasma concentrations. Though human kidneys primarily reabsorb filtered urate, while those of birds perform mostly secretion, both maintain urate levels at ~300microM. The importance of maintaining urate levels within the homeostatic range was observed when the study of several prominent diseases revealed an association with hyperuricemia. This study examined the effect of elevated zinc concentration on avian urate secretion. Here, acute exposure of chicken proximal tubule epithelial cells (cPTCs) to zinc stress had no effect on urate secretion, but prolonged zinc-induced cellular stress inhibited active transepithelial urate secretion with no change in Mrp4 expression, glucose transport, or transepithelial resistance. Moreover, zinc had no effect on urate transport by isolated brush border membrane vesicles, suggesting involvement of a more complex cellular stress adaptation. Previous work has demonstrated that AMP-activated protein kinase (AMPK), a critical metabolic regulator, conserves energy during cellular stress by shutting down ATP-utilizing processes and activating ATP-generating processes. Pharmacological activation of AMPK by AICAR produced decreased urate secretion by cPTCs similar to the effect seen with prolonged exposure to zinc, while the AMPK inhibitor Compound C prevented both AICAR and zinc inhibition of urate secretion, suggesting a stress induced mechanism of regulation. Supported by NSF. IACUC #A08-046.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Digital terrain models (DTM) typically contain large numbers of postings, from hundreds of thousands to billions. Many algorithms that run on DTMs require topological knowledge of the postings, such as finding nearest neighbors, finding the posting closest to a chosen location, etc. If the postings are arranged irregu- larly, topological information is costly to compute and to store. This paper offers a practical approach to organizing and searching irregularly-space data sets by presenting a collection of efficient algorithms (O(N),O(lgN)) that compute important topological relationships with only a simple supporting data structure. These relationships include finding the postings within a window, locating the posting nearest a point of interest, finding the neighborhood of postings nearest a point of interest, and ordering the neighborhood counter-clockwise. These algorithms depend only on two sorted arrays of two-element tuples, holding a planimetric coordinate and an integer identification number indicating which posting the coordinate belongs to. There is one array for each planimetric coordinate (eastings and northings). These two arrays cost minimal overhead to create and store but permit the data to remain arranged irregularly.