نتایج جستجو برای: nasopharyngeal neoplasms

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

2013
Man-si Wu Guang-feng Wang Zhi-qiang Zhao Yi Liang Heng-bang Wang Miao-yi Wu Ping Min Li-zhen Chen Qi-sheng Feng Jin-xin Bei Yi-xin Zeng Dajun Yang

Nasopharyngeal carcinoma is a common malignancy in Southern China. After radiotherapy and chemotherapy, a considerable proportion of patients with nasopharyngeal carcinoma suffered tumor relapse and metastasis. Cancer stemcells (CSC) have been shownwith resistanceagainst therapies and thus consideredas the initiator of recurrenceandmetastasis in tumors,where the antiapoptotic propertyofCSCsplay...

Journal: :The Journal of craniofacial surgery 2014
Takeshi Kouga Koji Tanoue Kiyoshi Matsui

Syndromic craniosynostosis is associated with a high rate of respiratory difficulty, due mainly to midfacial hypoplasia. Nasopharyngeal airway establishment has been reported as the first-line approach to airway obstruction and may obviate the need for a highly invasive tracheotomy. No previous studies have compared airway obstruction status in syndromic craniosynostosis between cases requiring...

Background & Objective:  A simple approach to prevent close contact in healthcare settings during the COVID-19 outbreak is to train patients to collect their own nasopharyngeal and oropharyngeal swabs and deliver them to medical laboratories to have them processed. The aim of our study was to c...

2014
Chi Man Tsang Wen Deng Yim Ling Yip Mu-Sheng Zeng Kwok Wai Lo Sai Wah Tsao

Epstein-Barr virus (EBV) infection is closely associated with undifferentiated nasopharyngeal carcinoma (NPC), strongly implicating a role for EBV in NPC pathogenesis; conversely, EBV infection is rarely detected in normal nasopharyngeal epithelial tissues. In general, EBV does not show a strong tropism for infecting human epithelial cells, and EBV infection in oropharyngeal epithelial cells is...

2013
Ming-Yuan Chen Hai-Qiang Mai Rui Sun Xiang Guo Chong Zhao Ming-Huang Hong Yi-Jun Hua

Postradiation nasopharyngeal necrosis is an important late effect of radiotherapy that affects prognosis in patients with nasopharyngeal carcinoma. In the present study, we reviewed the clinical and imaging features of 67 patients with pathologically diagnosed postradiation nasopharyngeal necrosis who were treated at Sun Yat-sen University Cancer Center between June 2006 and January 2010. Their...

Journal: :Oncology reports 2012
Kemin Cai Yi Wan Guan Sun Lei Shi Xueli Bao Zhimin Wang

Let-7a is frequently downregulated in various types of human cancer including nasopharyngeal carcinoma. However, the underlying mechanism of let-7a action in nasopharyngeal carcinoma remains elusive. In this study, we show that the enhancer of zeste homolog 2 (EZH2) is a direct target of let-7a in human nasopharyngeal carcinoma cells. The inhibiti...

ژورنال: آبزیان زینتی 2019

Increasing the rate of neoplasms in industrial societies and its wide variety among ornamental and wild fishes in both fresh and  salt waters are important. The effect of carcinogenic  factors and  the role of virus in tumor  formation  should be considered. In this study 10 3-month-olds Koi and Marble strains of fresh water Angelfish (Pterophyllum scalare), , with  cauliflower lesions masses w...

2016
Xuehua Pu Xiaofeng Chen Jilu Ye

Stroke causes significant mortality and morbidity. The clinical value of the nasopharyngeal snorkel was investigated in stroke patients with disorders of consciousness. A total of 155 stroke patients were randomly divided into two groups: a nasopharyngeal snorkel was used in the treatment group (n=78) and an oropharyngeal snorkel was used in the control group (n=77). The PaO2 and PCO2 of both g...

Journal: :Cancer research 2005
Angela Bik-Yu Hui Yvonne Yan-Yan Or Hirokuni Takano Raymond King-Yin Tsang Ka-Fai To Xin-Yuen Guan Jonathan Shun-Tong Sham Katherine Wing-Ki Hung Cleo Nga-Yee Lam Charles Andrew van Hasselt Wen-Lin Kuo Joe W Gray Dolly P Huang Kwok-Wai Lo

Nasopharyngeal carcinoma is highly prevalent in Southern China and Southeast Asia. To unveil the molecular basis of this endemic disease, high-resolution comparative genomic hybridization arrays were used for systematic investigation of genomic abnormalities in 26 nasopharyngeal carcinoma samples. A comprehensive picture of genetic lesions associated with tumorigenesis of nasopharyngeal carcino...

Journal: :Cancer prevention research 2014
Dingbo Shi Fangyun Xie Yun Zhang Yun Tian Wangbing Chen Lingyi Fu Jingshu Wang Wei Guo Tiebang Kang Wenlin Huang Wuguo Deng

TFAP2A is a transcription factor that orchestrates a variety of cell processes, including cell growth and tissue differentiation. However, the regulation of TFAP2A in human nasopharyngeal carcinoma tumorigenesis and its precise mechanism of action remain largely unknown. In this study, we investigated the biologic role and clinical significance of TFAP2A in nasopharyngeal carcinoma growth and p...

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

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

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