نتایج جستجو برای: loh

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

2012
Jordan St. Charles Einat Hazkani-Covo Yi Yin Sabrina L. Andersen Fred S. Dietrich Patricia W. Greenwell Ewa Malc Piotr Mieczkowski Thomas D. Petes

In diploid eukaryotes, repair of double-stranded DNA breaks by homologous recombination often leads to loss of heterozygosity (LOH). Most previous studies of mitotic recombination in Saccharomyces cerevisiae have focused on a single chromosome or a single region of one chromosome at which LOH events can be selected. In this study, we used two techniques (single-nucleotide polymorphism microarra...

2017
XIAO - YAN ZHU JI - YAO YANG YING HE GUO - HONG LIU YUN SUN YI DING

The present study explored the association between loss of heterozygosity (LOH) or microsatellite instability (MSI) of the zinc finger regulator of apoptosis and cell‐cycle arrest (ZAC) gene and the clinicopathological factors of gastric cancer. Samples of cancer and cancer-adjacent normal tissue from 30 patients with gastric cancer were collected. The genomic DNA was extracted from each and am...

Journal: :Asian Pacific journal of cancer prevention : APJCP 2015
Jin Long Zhong-Bo Zhang Zhe Liu Yuan-Hong Xu Chun-Lin Ge

BACKGROUND Loss of heterozygosity (LOH) on chromosomal regions is crucial in tumor progression and this study aimed to identify genome-wide LOH in pancreatic cancer. MATERIALS AND METHODS Single-nucleotide polymorphism (SNP) profiling data GSE32682 of human pancreatic samples snap-frozen during surgery were downloaded from Gene Expression Omnibus database. Genotype console software was used t...

2013
Jacky T. Yeung Ronald L. Hamilton Koji Ohnishi Maki Ikeura Douglas M. Potter Marina N. Nikiforova Soldano Ferrone Regina I. Jakacki Ian F. Pollack Hideho Okada

Purpose: Glioblastoma (GBM) shows downregulated expression of human leukocyte antigen (HLA) class I, thereby escaping from cytotoxic T cells and limiting the efficacy of immunotherapy. Loss of heterozygosity (LOH) of HLA class I (6p21) and/or b-2 microglobulin (B2m) (15q21) regions represents irreversible downregulation. In this study, we examined the prevalence of these LOH events and their re...

Journal: :Gastroenterology 2011
Manoe J Janssen Esmé Waanders René H M Te Morsche Ruoyu Xing Henry B P M Dijkman Jannes Woudenberg Joost P H Drenth

BACKGROUND & AIMS Heterozygous germline mutations in PRKCSH cause autosomal dominant polycystic liver disease (PCLD), but it is not clear how they lead to cyst formation. We investigated whether mutations in cyst epithelial cells and corresponding loss of the PRKCSH gene product (hepatocystin) contributed to cyst development. METHODS Liver cyst material was collected through laparoscopic cyst...

Journal: :Clinical cancer research : an official journal of the American Association for Cancer Research 2013
Jacky T Yeung Ronald L Hamilton Koji Ohnishi Maki Ikeura Douglas M Potter Marina N Nikiforova Soldano Ferrone Regina I Jakacki Ian F Pollack Hideho Okada

PURPOSE Glioblastoma (GBM) shows downregulated expression of human leukocyte antigen (HLA) class I, thereby escaping from cytotoxic T cells and limiting the efficacy of immunotherapy. Loss of heterozygosity (LOH) of HLA class I (6p21) and/or β-2 microglobulin (B2m) (15q21) regions represents irreversible downregulation. In this study, we examined the prevalence of these LOH events and their rel...

2011
Ming Liu Feng Zhang Shen Liu Wen Zhao Jing Zhu Xiaoli Zhang

In order to characterize the molecular events in the carcinogenesis of esophageal cancer and to identify biomarkers for the early detection of the disease, matched precancerous and cancerous tissues resected from 34 esophageal cancer patients in Chongqing of southern China were compared for the extent of loss of heterozygosity (LOH). Sixteen microsatellite markers on nine chromosome regions wer...

2006
M. RÖPKE C. BOLTZE B. MEYER H. W. NEUMANN A. ROESSNER R. SCHNEIDER - STOCK

Loss of function of the human retinoblastoma gene (Rb) is a frequent genetic abnormality in human malignancies and causes a disturbance in the cell cycle and loss of normal proliferation and differentiation. We studied the loss of heterozygosity (LOH) of the Rb gene in 31 formalin-fixed, paraffin-embedded cartilaginous tumors using polymerase chain reaction. The tumors were subdivided into 8 ca...

2004
Koichi Fukino Lei Shen Satoshi Matsumoto Carl D. Morrison George L. Mutter Charis Eng

Recent breast cancer studies have highlighted the importance of interactions between cancer epithelium and tumor stroma. Recently, the focus of solid tumor investigations has shifted from mutations in carcinomatous epithelium to disturbances of tissue organization in cancer. The genetic basis of this microenvironment, however, remains to be clarified. To begin to resolve this problem, a total g...

Journal: :The European respiratory journal 2003
E Paraskakis G Sourvinos F Passam N Tzanakis E G Tzortzaki M Zervou D Spandidos N M Siafakas

Genetic alterations, such as loss of heterozygosity (LOH) or microsatellite instability (MI), have been reported in both malignant and benign disorders. In order to identify loci of deoxyribonucleic acid (DNA) mutation in asthma, MI and LOH were studied in sputum cells. DNA was extracted from cells in the sputum and blood cells of 22 patients with moderate asthma. Cells were analysed for MI and...

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

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

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