نتایج جستجو برای: population genetic

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

Journal: :iranian journal of basic medical sciences 0
hamid reza khorram khorshid genetics research centre, university of social welfare and rehabilitation sciences, tehran, iran mehdi manoochehri genetics research centre, university of social welfare and rehabilitation sciences, tehran, iran leila nasehi reproductive biotechnology research centre, avicenna research institute (acecr), tehran, iran mina ohadi genetics research centre, university of social welfare and rehabilitation sciences, tehran, iran mehdi rahgozar epidemiology and biostatistics department, university of social welfare and rehabilitation sciences, tehran, iran koorosh kamali reproductive biotechnology research centre, avicenna research institute (acecr), tehran, iran

objective(s) alzheimer’s disease (ad) is a complex disease with multifactorial etiology. inflammation has been proven to have an important role in the pathogenesis of ad. both ccr2 and ccr5 genes expression increase in ad patients comparing to control subjects. ccr5 gene encodes a protein which is a member of the beta chemokine receptors family of integral membrane proteins. ccr5-δ32 is a genet...

Journal: :iranian j. of fisheries science 2016
m kucinski r kolman t liszewski d fopp-bayat p kuzniar

the aim of the present study was the genetic analysis of the dniester population of sterlet acipenser ruthenus and comparison of it to five other sterlet populations, in order to develop a population recovery plan. the genetic analysis of six sterlet populations from eurasian rivers (dniester, dnieper, danube, volga, kama and ob) was carried out using microsatellite dna markers. the genetic var...

D Fopp-Bayat, M Kucinski P Kuzniar R Kolman T Liszewski

The aim of the present study was the genetic analysis of the Dniester population of sterlet Acipenser ruthenus and comparison of it to five other sterlet populations, in order to develop a population recovery plan. The genetic analysis of six sterlet populations from Eurasian rivers (Dniester, Dnieper, Danube, Volga, Kama and Ob) was carried out using microsatellite DNA markers. The genetic var...

Journal: :avicenna journal of medical biotechnology 0

alzheimer's disease (ad) is a genetically heterogeneous neurodegenerative disease and late-onset type (load) is the most common form of dementia affecting people over 65 years old. calhm1 (p86l) encodes a transmembrane glycoprotein that controls cytosolic ca2+ concentrations and aß levels and p86l polymorphism in this gene is significantly associated with load in independent case controls in a ...

Journal: :avicenna journal of medical biotechnology 0

late-onset alzheimer's disease (load) is a neurodegenerative disorder and the most common form of dementia affecting people over 65 years old. alzheimer’s disease is a complex disease with multi-factorial etiology. inflammation has been approved to have an important role in the pathogenesis of alzheimer’s disease (ad). tnf-a is a main pro-inflammatory cytokine that plays an essential role in in...

D Fopp-Bayat, M Kucinski, P Kuzniar, R Kolman, T Liszewski,

The aim of the present study was the genetic analysis of the Dniester population of sterlet Acipenser ruthenus and comparison of it to five other sterlet populations, in order to develop a population recovery plan. The genetic analysis of six sterlet populations from Eurasian rivers (Dniester, Dnieper, Danube, Volga, Kama and Ob) was carried out using microsatellite DNA markers. The genetic var...

Journal: :Theoretical Population Biology 2020

The coasts of Imam Khomeini port are one of the most important hot spots of mangrove plantations across Iranian coast of Persian Gulf and Sea of Oman, so this is very important to conserve this valuable ecosystem. For this purpose, 75 individual from 3 populations, keeping the minimum distance of 30 to 50 meters from each other, has been collected and investigated using 15 ISSR markers. This st...

Journal: :دانش گیاه پزشکی ایران 0
حسن مومنی دانشجوی سابق دکتری بیماری شناسی گیاهی، گروه بیوتکنولوژی پردیس کشاورزی و منابع طبیعی دانشگاه تهران محمد جوان نیکخواه دانشیار گروه گیاهپزشکی پردیس کشاورزی و منابع طبیعی دانشگاه تهران محمد رضوی دانشیار موسسه تحقیقات گیاهپزشکی کشور محمدرضا نقوی استاد گروه بیوتکنولوژی پردیس کشاورزی و منابع طبیعی دانشگاه تهران

tan spot disease of wheat with the causal agent of pyrenophora tritici-repentis is a very serious  disease throughout the world causing severe yield losses. out of 163 isolates of the pathogen, collected from golestan and mazandaran provinces, 58 were selected for a study of population genetic structure. selecting the real representatives from the whole population was carried out according to t...

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

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

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