نتایج جستجو برای: urinary proteomics

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

Journal: :Molecular bioSystems 2013
F Raimondo L Morosi S Corbetta C Chinello P Brambilla P Della Mina A Villa G Albo C Battaglia S Bosari F Magni M Pitto

Renal cell carcinoma (RCC) accounts for about 3% of all human malignancies and its incidence is increasing. There are no standard biomarkers currently used in the clinical management of patients with renal cell carcinoma. A promising strategy for new biomarker detection is comparative proteomics of urinary exosomes (UE), nanovesicles released by every epithelial cell facing the urinary space, e...

2012
Marina Ramirez-Alvarado Christopher J. Ward Bing Q. Huang Xun Gong Marie C. Hogan Benjamin J. Madden M. Cristine Charlesworth Nelson Leung

Renal involvement is a frequent consequence of plasma cell dyscrasias. The most common entities are light chain amyloidosis, monoclonal immunoglobulin deposition disease and myeloma cast nephropathy. Despite a common origin, each condition has its own unique histologic and pathophysiologic characteristic which requires a renal biopsy to distinguish. Recent studies have shown urinary exosomes co...

Journal: :iranian journal of basic medical sciences 0
sadegh fattahi cellular and molecular biology research center, faculty of medicine, babol university of medical sciences, babol, iran department of biochemistry, faculty of science, university of sistan & baluchestan, zahedan, iran nasrin kazemipour department of biochemistry, faculty of science, university of sistan & baluchestan, zahedan, iran department of biochemistry, school of veterinary medicine, shiraz university, shiraz, iran mohammad hashemi department of clinical biochemistry, zahedan university of medical sciences, zahedan, iran masood sepehrimanesh department of biochemistry, school of veterinary medicine, shiraz university, shiraz, iran

objective(s):psoriasis is an autoimmune disease that appears on the skin. although psoriasis is clinically and histologically well characterized, its pathogenesis is unknown in detail. the aims of this study were to evaluate the proteome of psoriatic patients' sera and to compare them with those of normal healthy human to find valuable biomarkers. materials and methods: in a case-control s...

Journal: :gastroenterology and hepatology from bed to bench 0
mona zamanian –azodi mostafa rezaei –tavirani hadi hasanzadeh sara rahmatirad sona dalilan samira gilanchi

cancer has been always in a great attention in the field of molecular biology. by applying    large-scale tools such as advanced proteomics, cancer diagnosis and treatment have been improved greatly since. cancers of esophagus, gastric, and colon accounted for major health problem globally. biomarker panel could bring out the accuracy for cancer evaluation tests as it can suggest a group of can...

Journal: :journal of paramedical sciences 0
mohieddin jafari student’s research committee, faculty of paramedical science, shahid beheshti university of medical sciences, tehran ali masoudi-nejad laboratory of systems biology and bioinformatics (lbb), institute of biochemistry and biophysics and center of excellence in systems biology, university of tehran, tehran

information avalanche (overload or expansion) in various scientific fields is a novel issue turned out by a number of factors considered necessary to facilitate their record and registration. though, the biological science and its diverse fields like proteomics are not immune of this event and even may be as the event’s herald. on the other hand, time as the most valued anxiety of human has enc...

Journal: :Journal of Immunology 2023

Abstract Diet can directly affect colon health and cancer risk. For example, the polyphenolic ellagitannins (punicigalin) that are present in walnuts converted by microbiome to a panel of bioactive urolithin metabolites. In particular, A has been studied for its anti-inflammatory anti-cancer properties. this pilot clinical trial, we evaluate effects walnut consumption (2-oz per day) on urinary ...

2015
Min-Yi Lee Chun-Hao Huang Chao-Jen Kuo Chen-Lung Steve Lin Wen-Ter Lai Shyh-Horng Chiou

Inflammation plays a key role in coronary artery disease (CAD) and other manifestations of atherosclerosis. Recently, urinary proteins were found to be useful markers for reflecting inflammation status of different organs. To identify potential biomarker for diagnosis of CAD, we performed one-dimensional SDS-gel electrophoresis followed by liquid chromatography coupled with tandem mass spectrom...

پایان نامه :وزارت علوم، تحقیقات و فناوری - پژوهشگاه شیمی و مهندسی شیمی ایران - پژوهشکده شیمی تجزیه و معدنی 1390

hydrochlorothiazide (hct) is a diuretic agent which is shown to be effective in the treatment of hypertension. literature reports have demonstrated that urinary excretion data may be used to assess the bioavailability of various formulations containing this thiazide. also hct consumption by the athletes is one of the drugs which should be regulated by world anti-doping agency (wada), because of...

Journal: :iranian journal of pharmaceutical research 0
hakimeh zali proteomics research center, faculty of paramedical sciences, shahid beheshti university of medical sciences, tehran, iran mona zamanian-azodi faculty of paramedical sciences, shahid beheshti university of medical sciences, tehran, iran mostafa rezaei tavirani proteomics research center, faculty of paramedical sciences, shahid beheshti university of medical sciences, tehran, iran alireza akbar-zadeh baghban rehabilitation faculty, shahid beheshti university of medical sciences, tehran, iran

different treatment strategies of alzheimer's disease (ad) are being studied for treating or slowing the progression of ad. many pharmaceutically important regulation systems operate through proteins as drug targets. here, we investigate the drug target proteins in beta-amyloid (aβ) injected rat hippocampus treated with lavandula angustifolia (la) by proteomics techniques. the reported stu...

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

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

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"; } -->