نتایج جستجو برای: qtl اصلی

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

2011
Igseo Choi Juan P. Steibel Ronald O. Bates Nancy E. Raney Janice M. Rumph Catherine W. Ernst

A three-generation resource population was constructed by crossing pigs from the Duroc and Pietrain breeds. In this study, 954 F(2) animals were used to identify quantitative trait loci (QTL) affecting carcass and meat quality traits. Based on results of the first scan analyzed with a line-cross (LC) model using 124 microsatellite markers and 510 F(2) animals, 9 chromosomes were selected for ge...

2008
H. J. LIN D. F. TAN Z. M. ZHANG H. LAN S. B. GAO T. Z. RONG G. T. PAN

Maize banded leaf and sheath blight (BLSB) due to Rhizoctonia solani Kühn, is an increasing problem in maize production areas, particularly in China and Southeast of Asian. A genetic map containing 146 simple sequence repeat (SSR) markers and 229 F2 plants derived from the cross R 15 (resistant) × Ye 478 (susceptible) were used in this study. QTL were characterized in a population of 229 F2:4 l...

Journal: :Genetical research 2000
M C Bink L L Janss R L Quaas

A Bayesian approach is presented for mapping a quantitative trait locus (QTL) using the 'Fernando and Grossman' multivariate Normal approximation to QTL inheritance. For this model, a Bayesian implementation that includes QTL position is problematic because standard Markov chain Monte Carlo (MCMC) algorithms do not mix, i.e. the QTL position gets stuck in one marker interval. This is because of...

Journal: :Genetics 1995
J Doebley A Stec C Gustus

Two quantitative trait loci (QTL) controlling differences in plant and inflorescence architecture between maize and its progenitor (teosinte) were analyzed. Complementation tests indicate that one of these, which is on chromosome arm 1L, is the locus for the maize mutant teosinte branched1 (tb1). This QTL has effects on inflorescence sex and the number and length of internodes in the lateral br...

2016
Curt A. McCartney Anita L. Brûlé-Babel George Fedak Richard A. Martin Brent D. McCallum Jeannie Gilbert Colin W. Hiebert Curtis J. Pozniak

Fusarium head blight (FHB), caused by Fusarium graminearum, is a very important disease of wheat globally. Damage caused by F. graminearum includes reduced grain yield, reduced grain functional quality, and results in the presence of the trichothecene mycotoxin deoxynivalenol in Fusarium-damaged kernels. The development of FHB resistant wheat cultivars is an important component of integrated ma...

Journal: :Plant physiology 2004
Douglas H Hobbs John E Flintham Matthew J Hills

Quantitative trait loci (QTL) that control seed oil content and fatty acid composition were studied using a recombinant inbred population derived from a cross between the Arabidopsis ecotypes Landsberg erecta and Cape Verdi Islands. Multiple QTL model mapping identified two major and two minor QTL that account for 43% of the variation in oil content in the population. The most significant QTL i...

2015
Xidan Li Xiaodong Liu Javad Nadaf Elisabeth Le Bihan-Duval Cécile Berri Ian Dunn Richard Talbot Dirk-Jan De Koning

Using targeted genetical genomics, a quantitative trait locus (QTL) affecting the initial postmortem pH value of chicken breast muscle (Pectoralis major) on chromosome 1 (GGA1) recently was fine-mapped. Thirteen genes were present in the QTL region of approximately 1 Mb. In this study, 10 birds that were inferred to be homozygous for either the high (QQ) or low (qq) QTL allele were selected for...

2012
J.-H. Lee Y. Li J.-J. Kim

The purpose of this study was to improve mapping power and resolution for the QTL influencing carcass quality in Hanwoo, which was previously detected on the bovine chromosome (BTA) 6. A sample of 427 steers were chosen, which were the progeny from 45 Korean proven sires in the Hanwoo Improvement Center, Seosan, Korea. The samples were genotyped with the set of 2,535 SNPs on BTA6 that were imbe...

2013
Margarita Mauro-Herrera Xuewen Wang Hugues Barbier Thomas P. Brutnell Katrien M. Devos Andrew N. Doust

We report the first study on the genetic control of flowering in Setaria, a panicoid grass closely related to switchgrass, and in the same subfamily as maize and sorghum. A recombinant inbred line mapping population derived from a cross between domesticated Setaria italica (foxtail millet) and its wild relative Setaria viridis (green millet), was grown in eight trials with varying environmental...

2016
Qing-zhen Wei Wen-yuan Fu Yun-zhu Wang Xiao-dong Qin Jing Wang Ji Li Qun-feng Lou Jin-feng Chen

The cucumber (Cucumis sativus L.) exhibits extensive variations in fruit size and shape. Fruit length is an important agronomic and domesticated trait controlled by quantitative trait loci (QTLs). Nonetheless, the underlying molecular and genetic mechanisms that determine cucumber fruit length remain unclear. QTL-seq is an efficient strategy for QTL identification that takes advantage of bulked...

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

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

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