نتایج جستجو برای: choroid plexus

تعداد نتایج: 16851  

Journal: :Physiology 2010
Helle H Damkier Peter D Brown Jeppe Praetorius

A stable intraventricular milieu is crucial for maintaining normal neuronal function. The choroid plexus epithelium produces the cerebrospinal fluid and in doing so influences the chemical composition of the interstitial fluid of the brain. Here, we review the molecular pathways involved in transport of the electrolytes Na+, K+, Cl-, and HCO3(-)across the choroid plexus epithelium.

2015
C. Joakim Ek Peter Nathanielsz Cun Li Carina Mallard

The choroid plexuses are small organs that protrude into each brain ventricle producing cerebrospinal fluid that constantly bathes the brain. These organs differentiate early in development just after neural closure at a stage when the brain is little vascularized. In recent years the plexus has been shown to have a much more active role in brain development than previously appreciated thereby ...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 1992
T M Esterle E Sanders-Bush

Choroid plexus epithelial cells are enriched in mRNA for proteins such as the iron carrier transferrin, which acts as a trophic factor in the brain. Choroid plexus epithelial cells also have a high density of 5-HT1C receptors linked to activation of the phosphoinositide (PI) hydrolysis second messenger system. The present studies show that the 5-HT1C/5-HT2 receptor agonist 1-(2,5-dimethoxy-4-io...

2016
Brittney R. Lins Jake M. Pushie Michael Jones Daryl L. Howard John G. Howland Mark J. Hackett

The choroid plexus and cerebral ventricles are critical structures for the production of cerebral spinal fluid (CSF) and play an important role in regulating ion and metal transport in the brain, however many aspects of its roles in normal physiology and disease states, such as psychiatric illness, remain unknown. The choroid plexus is difficult to examine in vivo, and in situ ex vivo, and as s...

Journal: :Genes, chromosomes & cancer 2014
Vincent Ruland Stefan Hartung Uwe Kordes Johannes E Wolff Werner Paulus Martin Hasselblatt

Choroid plexus carcinoma is a malignant brain tumor predominantly occurring in young children. Only limited data are available regarding the underlying molecular genetic alterations. Therefore, molecular inversion probe single nucleotide polymorphism (MIP SNP) arrays were performed on a series of 26 neuropathologically well-characterized choroid plexus carcinomas. Recurrent copy number losses o...

Journal: :The Biochemical journal 1990
A Bourne A J Kenny

The hydrolysis of the porcine 26-residue brain natriuretic peptide (BNP-26) and its counterpart human 28-residue atrial natriuretic peptide (alpha-hANP) by pig membrane preparations and purified membrane peptidases was studied. When the two peptides were incubated with choroid plexus membranes, the products being analysed by h.p.l.c., alpha-hANP was degraded twice as fast as BNP. The h.p.l.c. p...

Journal: :American journal of physiology. Regulatory, integrative and comparative physiology 2010
Hong-Wei Wang Md Shahrier Amin Esraa El-Shahat Bing S Huang Balwant S Tuana Frans H H Leenen

We evaluated the effects of intracerebroventricular (icv) infusion of Na(+)-rich artificial cerebrospinal fluid (aCSF), with or without the mineralocorticoid receptor (MR) blocker spironolactone, on epithelial Na(+) channel (ENaC) subunits and regulators, such as MR, serum/glucocorticoid-inducible kinase 1, neural precursor cells expressed developmentally downregulated 4-like gene, 11beta-hydro...

Journal: :The Journal of pharmacology and experimental therapeutics 2000
N S Teuscher A Novotny R F Keep D E Smith

PEPT2 expression has been established in brain and, in particular, mRNA transcripts and PEPT2 protein have been identified in choroid plexus. However, there is little evidence for the functional presence of this peptide transporter in choroid plexus tissue. In this study, we examined the in vitro uptake of a model dipeptide, glycylsarcosine (GlySar), with whole tissue rat choroid plexus in arti...

Journal: :Journal of neuropathology and experimental neurology 2006
Astrid Jeibmann Martin Hasselblatt Joachim Gerss Brigitte Wrede Rupert Egensperger Rudi Beschorner Volkmar H J Hans Christian H Rickert Johannes E Wolff Werner Paulus

The prognostic significance of atypical histologic features in choroid plexus tumors remains uncertain. Therefore, a series of 164 choroid plexus tumors was evaluated for the presence of atypical histologic features, including mitotic activity, increased cellularity, nuclear pleomorphism, blurring of papillary growth pattern, and necrosis. The impact of histopathologic and clinical features on ...

2009
Mehdi Sasani Ruya Afsharian Hadi Sasani Tunc Oktenoglu Ali Fahir Ozer Kemal Sarman

The incidence of choroid plexus cysts represents approximately 1% of fetal anomalies. We describe a case in which fetal ultrasonography and fetal magnetic resonance scans were used to identify a large choroid cyst in a fetus without the use of a diagnostic amniocentesis to detect aneuploidy. After birth, the child underwent surgery. In conclusion, the nature of prenatal intracranial cysts shoul...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->