نتایج جستجو برای: 89 mutation

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

Journal: :iranian journal of basic medical sciences 0
abdolvahab moradi infectious diseases research center, department of microbiology, school of medicine, golestan university of medical sciences, gorgan, iran sareh zhand infectious diseases research center, department of microbiology, school of medicine, golestan university of medical sciences, gorgan, iran amir ghaemi infectious diseases research center, department of microbiology, school of medicine, golestan university of medical sciences, gorgan, iran naeme javid infectious diseases research center, department of microbiology, school of medicine, golestan university of medical sciences, gorgan, iran masoud bazouri infectious diseases research center, department of microbiology, school of medicine, golestan university of medical sciences, gorgan, iran alijan tabarraei infectious diseases research center, department of microbiology, school of medicine, golestan university of medical sciences, gorgan, iran

objective(s): it has been reported that the mutation of the pre-core (pc) and basal-core promoter (bcp) may play an important role in the development of hbv-related hepatocellular carcinoma (hcc). in this study the pc and bcp mutations were investigated in chronic hbv patients. materials and methods:in this study, 120 chronic hbv patients from golestan, northeast of iran who were not vaccinated...

2013
Blerina Zeza

Aim. Peri-implant mucositis affects 39.4-80% of patients restored with dental implants. If left untreated it evolves in peri-implantitis. Thus far no predictable successful treatment has been reported for peri-implantitis, resulting in implant failure. Proper diagnosis and treatment of peri-implant mucositis is of crucial importance. This study aims to provide a comprehensive review of the avai...

2014

Trypanosoma evansi, the causative agent of “surra”, infects many species of wild and domestic animals worldwide. In the current study, the aqueous and ethanolic extracts of six medicinal plants, namely, Aquilaria malaccensis, Derris elliptica, Garcinia hombroniana, Goniothalamus umbrosus, Nigella sativa, and Strobilanthes crispus were screened in vitro for activity against T. evansi. The cytoto...

2003
Patricia Donovan

A “Hidden Epidemic” The public is largely unaware of the serious health consequences and financial costs associated with the high prevalence of STDs in the United States. To call attention to this “hidden epidemic” and to study ways to address the problem, the Institute of Medicine (IOM) in 1994 convened a 15member expert panel. Its mandate was to “(a) examine the epidemiological dimensions of ...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2015
Che-Hong Chen Leslie A Cruz Daria Mochly-Rosen

Correcting a genetic mutation that leads to a loss of function has been a challenge. One such mutation is in aldehyde dehydrogenase 2 (ALDH2), denoted ALDH2*2. This mutation is present in ∼ 0.6 billion East Asians and results in accumulation of toxic acetaldehyde after consumption of ethanol. To temporarily increase metabolism of acetaldehyde in vivo, we describe an approach in which a pharmaco...

2017
Aadil Ahmed Memon Haiping Zhang Ye Gu Qian Luo Jiajun Shi Zixin Deng Jian Ma Wei Ma

Recently, tyrosine kinase inhibitors (TKIs) have been recommended as a first-line treatment for advanced non-small cell lung cancer (NSCLC), significantly improving the treatment outcomes of lung adenocarcinoma patients with the EGFR mutation. However, the application of TKIs for lung squamous cell carcinoma (SCC), the second largest pathological subtype of NSCLC, remains controversial because ...

Journal: :Cancer research 1999
M Taniguchi T Nishida S Hirota K Isozaki T Ito T Nomura H Matsuda Y Kitamura

Gastrointestinal stromal tumor (GIST) is the most common mesenchymal tumor of the gastrointestinal tract. Gain-of-function mutations in the juxtamembrane domain of the c-kit gene have been found in several GISTs. In this study, we examined the correlation between the presence of c-kit mutation and prognosis in 124 cases of GIST. DNA samples were extracted from paraffin sections. Exon 11 of the ...

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

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

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