نتایج جستجو برای: down syndrome

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

Journal: :International Journal of Research in Pharmaceutical Sciences 2018

Journal: :Procedia - Social and Behavioral Sciences 2012

Adiban, Farzaneh, Amidi, Salomeh, Balavayeh, Payam, Delshad, Saeed, Helat Abadi, Mahbobeh, Jamali, Sodabeh, Modarresi, Mohammad Modaresi, Navidpour, Fariba, Rafi, Neda, Saadati, Pourandokht, Savad, Shahram, Shahrabi Farahani, Maryam, Taheri Amin, Mohammad Mehdi, Younesi, Sarang,

Introduction: Down syndrome screening has become an important part of antenatal care and is performed for pregnant women worldwide. In this study, 45 statistically accurate cases of false negatives in the first trimester screening tests have been examined statistically, so that by paying attention to some criteria, we can find out how many of these cases can be detected and how much each criter...

Journal: :Down's syndrome, research and practice : the journal of the Sarah Duffen Centre 2008
Frank Buckley

Animal models are extensively used in genetics, neuroscience and biomedical research. Recent studies illustrate the usefulness and the challenges of research utilising genetically engineered mice to explore the developmental biology of Down syndrome. These studies highlight many of the issues at the centre of what we understand about Down syndrome, and may one day point to useful ways to improv...

2017
Thomas Eggermann Gesa Schwanitz

2012
Elizabeth Head Wayne Silverman David Patterson Ira T. Lott

1Department of Molecular and Biomedical Pharmacology, Sanders-Brown Center on Aging, University of Kentucky, 800 South Limestone Street, Lexington, KY 40536, USA 2Kennedy Krieger Institute, Johns Hopkins University School of Medicine, 707 N. Broadway, Baltimore, MD 21205, USA 3Eleanor Roosevelt Institute and the Department of Biological Sciences, University of Denver, 2101 E. Wesley Avenue, Den...

Journal: :iranian biomedical journal 0
ایرج سعادت iraj saadat عبدل امیر علامه abdol-amir allameh مصطفی سعادت mostafa saadat

down's syndrome (ds) is the most common chromosomal abnormality in human. subjects with ds are known to be peridisposed to develop leukemia. the molecular basis of the association between ds and leukemia is unknown. the unscheduled dna synthesis (uds) test measure the ability of dna-repair in mammalian cells after excision of a stretch of dna containing the region of damage induced by chem...

Meliha Stomornjak-Vukadin, Mirela Mačkić-Đurović Slavka Ibrulj,

We report an extremely rare case of Turner syndrome mosaicism in a 30-year-old woman. At least 100 metaphases were observed and analyzed through GTG banding with over 550 band resolutions observed. G-banded chromosome analysis revealed a mosaic female karyotype involving 3 different cell lines. One cell line (90% of the analyzed metaphases) presented monosomy X, while 6% of the cells showed tri...

Journal: :American journal of medical genetics. Part A 2010
Jill E Pace Mikyong Shin Sonja A Rasmussen

Understanding attitudes of the public toward people with Down syndrome is important because negative attitudes might create barriers to social integration, which can affect their success and quality of life. We used data from two 2008 U.S. surveys (HealthStyles(c) survey of adults 18 years or older and YouthStyles(c) survey of youth ages 9-18) that asked about attitudes toward people with Down ...

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

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

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