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

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

In order to study tuber yield stability of 15 potato genotypes, this research was carried out using randomized complete block design with three replications in three different research stations in Iran during two growing seasons. The combined analysis of variance indicated that the main effects of genotype (G), environment (E) and their interactions genotype and environmen (G×E) were highly sig...

The project disease index tolerance and yield components of 60wheat genotypes advanced and promising of hot and humid climate were evaluated in two years (2011-2012) to Fusarium head blight of wheat in the field conditions. Wheat infected spikes were collected in regional fields, separation, purification and identification performed in the laboratory. Genotypes were culture in the field in stat...

ذبیح اله زمانی, , علی ساعی, , علی عبادی, , محمد رضا فتاحی مقدم, , سید ضیاالدین طباطبایی, , علی سرخوش, , محمد رسول اکرمی, ,

In order to determine the most important quantitative and qualitative characteristics of pomegranate fruit and its components for categorizing the genotypes, a study was carried out using 24 genotypes. In this study 28 quantitative and qualitative characteristics of pomegranate fruit and seed were evaluated. Analysis of variance showed that all of the characteristics in examined genotypes were ...

ارزانی, احمد , رضایی, عبدالمجید , محمدیان, مرتضی,

A factorial experiment with forty one triticale genotypes and two wheat cultivars (‘Kavir’ bread wheat cultivar and ‘Dipper-6’ durum wheat cultivar as salt-tolerant genotypes) as the first factor and six salinity levels of 0, 0.5, 1, 1.5, 2 and 2.5 percent (0, 85, 170, 255, 340 and 425 mM) of NaCl as the second factor was conducted. Results indicated that the increase of salinity level has lead...

To evaluate drought tolerance in bread wheat, tritipyrum and triticale genotypes, 27 different genotypes were grown as a randomized complete block design under two irrigation regimes (control and drought) in two locations (Isfahan and Shiraz) during two growing seasons (2016 and 2017). Based on grain yield, several indices including stress tolerance index (STI), tolerance index (TOL), susceptib...

Journal: :Bionatura (Ibarra - Impresa) 2022

RAPD-PCR genetic markers were used to assess variation in wheat plants and connections among six genotypes. Four random primers produced 140 DNA fragments, averaging 6.7 identifiable bands per primer. Among the genotypes, 85 pieces (44.64 percent) polymorphic. Several RAPD marker had distinct signify recurrence patterns that thing differently amongst germplasm of groupings. Within-community acc...

2017

REFERENCES In the rs762551 locus (CYP1A2), the presence of the AA genotype is indicative of a fast caffeine metabolizer. Genotypes AC are carriers, and genotypes CC are slow metabolizers. In the rs1057910 locus (CYP2C9), the presence of the AA genotype indicates a normal metabolizer of warfarin. Genotypes AC are carriers with a 40% reduction in metabolism while CC genotypes are indicative of a ...

Journal: :Indian journal of biochemistry & biophysics 2005
N L Choudhary R K Sairam A Tyagi

The 45-days-old seedlings of drought resistant (N-22, CR143-2-2) and susceptible rice (Oryza sativa L.) genotypes (Panidhan, Pusa-169) were subjected to osmotic stress in PEG-6000 solution of -10 and -16 bar and the relative water content (RWC), proline content, and pyrroline-5-carboxylate synthetase (P5CS) activity and its P5CS expression were studied. A gradual decrease in RWC was observed in...

Journal: :BMC Proceedings 2007
Chao-Yu Guo

The transmission/disequilibrium test was introduced to test for linkage and association between a marker and a putative disease locus using case-parent triads. Several extensions have been proposed to accommodate incomplete triads. Some strategies assumed that parental genotypes were missing completely at random and some methods allowed informative missingness for parental genotypes. However, t...

Journal: :The Journal of infectious diseases 2000
E H Choi H J Lee

To study genetic variation and molecular epidemiology of the G protein of respiratory syncytial virus (RSV), 253 strains from a children's hospital in Korea over 9 consecutive epidemics were analyzed. Restriction analysis of the entire G protein gene demonstrated 24 genotypes among 188 subgroup A and 6 among 65 subgroup B isolates. Two to 4 dominant genotypes of subgroup A cocirculated, and dif...

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

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

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