نتایج جستجو برای: dysplastic hematopoiesis

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

Journal: :Journal of Medical Humanities 2018

Journal: :Molecular medicine reports 2009
Hirokazu Takahashi Tetsuji Takayama Kunihiro Hosono Kyoko Yoneda Hiroki Endo Yuichi Nozaki Koji Fujita Masato Yoneda Masahiko Inamori Yasunobu Abe Noritoshi Kobayashi Hiroyuki Kirikoshi Kensuke Kubota Satoru Saito Hitoshi Nakagama Atsushi Nakajima

In human subjects, aberrant crypt foci (ACF) can be classified as dysplastic or non-dysplastic using magnifying colonoscopy. Dysplastic ACF are thought to be a biomarker for the risk of colorectal cancer (CRC). Hyperinsulinemia and insulin-like growth factor-1 (IGF-1) have also been reported to be associated with an increased risk of CRC. To clarify this association, we investigated the relatio...

Journal: :Carcinogenesis 2013
Susanne E Korsse Katharina Biermann G Johan A Offerhaus Anja Wagner Evelien Dekker Elisabeth M H Mathus-Vliegen Ernst J Kuipers Monique E van Leerdam Wendy van Veelen

Peutz-Jeghers syndrome (PJS) is caused by mutations in the LKB1 gene. It is characterized by gastrointestinal polyposis and an increased cancer risk, mainly in the gastrointestinal tract. Mechanisms of PJS-associated carcinogenesis are unclear. We investigated the involvement of candidate genes and molecular pathways in PJS-associated gastrointestinal cancers and dysplastic hamartomas. Cases we...

Journal: :Social Science Research Network 2021

We developed here a new mathematical modelling approach which reconciliates native and stress hematopoiesis, focused on hematopoietic stem progenitor compartments. first proposed an erythropoiesis model leaning minimum of 6 cell-amplification compartments, able to reproduce erythropoiesis. A phenylhydrazine-induced hemolytic was next applied, and in vivo data were used estimate parameters throu...

Journal: :Osteoarthritis and cartilage 2004
Takashi Nishii Nobuhiko Sugano Yoshinobu Sato Hisashi Tanaka Hidenobu Miki Hideki Yoshikawa

OBJECTIVE The aim of this study was to evaluate three-dimensional (3D) distribution of acetabular articular cartilage thickness in patients with hip dysplasia using in vivo magnetic resonance (MR) imaging, and to compare cartilage thickness distribution between normal and dysplastic hips. DESIGN Forty-five dysplastic hips without joint space narrowing on radiographs and 13 normal hips underwe...

Journal: :The Journal of clinical investigation 1996
P J Winyard R A Risdon V R Sams G R Dressler A S Woolf

Human dysplastic kidneys are developmental aberrations which are responsible for many of the very young children with chronic renal failure. They contain poorly differentiated metanephric cells in addition to metaplastic elements. We recently demonstrated that apoptosis was prominent in undifferentiated cells around dysplastic tubules (Winyard, P.J.D., J. Nauta, D.S. Lirenman, P. Hardman, V.R. ...

Journal: :Vojnosanitetski pregled 2010
Jasmina Gligorijević Biljana Djordjević Aleksandar Petrović Aleksandra Radirević Simonida Stojanović

BACKGROUND/AIM The vascular supply of dysplastic nodules (DN) is altered compared with surrounding cirrhotic nodules. Dysplastic nodules contain unpaired arteries which are isolated arteries unaccompained by bille ducts. In adition, capillarization or neovascularization is evident on CD34 and CD31 staining. The investigation of angiogenic profile of regenerative, dysplastic and nodules of hepat...

Journal: :Journal of the American Academy of Dermatology 1989
L Edwards F Meyskens N Levine

We previously reported a favorable histologic response of dysplastic nevi to topical tretinoin in three patients. To investigate the anticancer and cancer preventive effects of retinoids we have examined the effect of systemic isotretinoin on dysplastic nevi. After confirmatory baseline biopsies, eleven patients with the dysplastic nevus syndrome were treated with oral isotretinoin, 40 mg twice...

2015
Gege Feng Robert Peter Gale Wen Cui Wenyu Cai Gang Huang Zefeng Xu Tiejun Qin Yue Zhang Bing Li Liwei Fang Hongli Zhang Lijuan Pan Naibo Hu Shiqiang Qu Jingya Wang Yajuan Cui Zhijian Xiao

BACKGROUND Dys-megakaryopoiesis is defined as ≥10 % of dysplastic megakaryocytes in bone marrow smears by the World Health Organization. However, concordance rates for dysplastic megakaryocytes between different observers is low and, consequently, evaluation of dysmegakaryopoiesis is also often discordant. RESULTS We performed CD41 immune staining and proposed a systematic classification of d...

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

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

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