نتایج جستجو برای: familial clustering

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

Journal: :American journal of clinical pathology 2007
Patricia Aoun Guimei Zhou Wing C Chan Cynthia Page Kellie Neth Diane Pickering Warren Sanger Brigid Quinn-Laquer Patrice Watson Jane F Lynch Henry T Lynch Dennis D Weisenburger

B-cell chronic lymphocytic leukemia (B-CLL) is a heterogeneous disease that may exhibit familial clustering. We examined the cytogenetic, immunophenotypic, and VH gene usage characteristics of a family with B-CLL affecting 7 members in 3 generations. Interphase fluorescence in situ hybridization studies identified an acquired deletion of chromosome 13q14 in the leukemic cells of 6 affected memb...

Journal: :Blood 2003
Robert Kralovics David W Stockton Josef T Prchal

Familial clustering of malignancies provides a unique opportunity to identify molecular causes of cancer. Polycythemia vera (PV) is a myeloproliferative disorder due to an unknown somatic stem cell defect that leads to clonal myeloid hyperproliferation. We studied 6 families with PV. The familial predisposition to PV appears to follow an autosomal dominant inheritance pattern with incomplete pe...

Journal: :Haematologica 2004
Gerald E Marti

BACKGROUND AND OBJECTIVES Familial aggregation has been recognized in patients with several lymphoid neoplasms, but the genetic basis for this familial clustering is not known. Germ-line mutations in the ataxia-telangiectasia mutated (ATM) and CHK2 genes have been detected in patients with mantle cell lymphoma (MCL), suggesting a potential role of these genes in genetic predisposition to these ...

Journal: :Blood 2002
Martin R Yuille Alison Condie Chantelle D Hudson Paul S Bradshaw Elaine M Stone Estella Matutes Daniel Catovsky Richard S Houlston

It is now recognized that a subset of B-cell chronic lymphocytic leukemia (CLL) is familial. The genetic basis of familial CLL is poorly understood, but recently germ line mutations in the Ataxia Telangiectasia (ATM) gene have been proposed to confer susceptibility to CLL. The evidence for this notion is, however, not unequivocal. To examine this proposition further we have screened the ATM gen...

2012
Mark Kubik Liliana Robles Doris Kung

Objective. To describe a unique case of familial Bell's palsy and summarize the current literature regarding possible hereditary influences. Design. Case report. Main Outcome Measures. Clinical exam, CSF analysis, and family history provided per the patient. Results. We report the case of a 58-year-old female who presented with recurrent and bilateral episodes of facial palsy. The patient under...

2016
Johannes Rainer Daniel Taliun Yuri D'Elia Cristian Pattaro Francisco S. Domingues Christian X. Weichenberger

UNLABELLED Familial aggregation analysis is the first fundamental step to perform when assessing the extent of genetic background of a disease. However, there is a lack of software to analyze the familial clustering of complex phenotypes in very large pedigrees. Such pedigrees can be utilized to calculate measures that express trait aggregation on both the family and individual level, providing...

Journal: :Thrombosis and haemostasis 2015
Bengt Zöller Xinjun Li Henrik Ohlsson Jianguang Ji Jan Sundquist Kristina Sundquist

Familial clustering of venous thromboembolism (VTE) was described as far back as 1905 by Briggs. Although Egeberg discovered inherited deficiency of antithrombin in 1965, it was not until Dahlbäck discovered resistance to activated protein C in 1993 that it became clear that genetic factors are common risk factors of VTE. Several genes have been linked to familial aggregation of VTE and genome-...

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

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

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