نتایج جستجو برای: cultivated and wild accessions

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

2011
Seonghee Lee Yulin Jia Melissa Jia David R. Gealy Kenneth M. Olsen Ana L. Caicedo

The Pi-ta gene in rice has been effectively used to control rice blast disease caused by Magnaporthe oryzae worldwide. Despite a number of studies that reported the Pi-ta gene in domesticated rice and wild species, little is known about how the Pi-ta gene has evolved in US weedy rice, a major weed of rice. To investigate the genome organization of the Pi-ta gene in weedy rice and its relationsh...

Journal: :Biomass Conversion and Biorefinery 2023

Cardoon is considered an interesting raw material to obtain second-generation biofuels, due its perennial culture condition and rare use as food. In addition, cardoon, being a rustic species, requires few inputs has fast growth high lignocellulosic biomass production. However, despite large genetic variability worldwide, both cardoon botanical varieties were subject only (cultivated cardoon)/ze...

A. Maurady, M.R. Britel, N. Aghmir, N. Azzouzi, S. Zantar,

Background: Blackberry is a seasonal harvested fruit that is also very fragile and perishes quickly. A comparative study was conducted to find out influence of cold storage on physicochemical parameters of wild and cultivated blackberry over a period of 12 days. Methods: The plant materials were composed of the blackberry fruit, including a compound of cultivated blackberry (Rubus spp.), and w...

2012
David Zaitlin

BACKGROUND AND AIMS The florist's gloxinia is a familiar houseplant in the Gesneriaceae, the botanical family that includes the African violet (Saintpaulia) and other ornamental species. The gloxinia's wild progenitor is Sinningia speciosa (Lodd.) Hiern, a Brazilian endemic. Although it has been cultivated for almost 200 years, little is known about the genetic diversity in S. speciosa, how the...

2011
Rena Sanetomo Kazuyoshi Hosaka

A Mexican hexaploid wild potato species, Solanum demissum (dms), was only used as a female in previous breeding programs. The resulting clones with dms cytoplasm produced abundant, but non-functional pollen. A 170 bp DNA fragment, named Band 1, was originally detected in the F(1) hybrid between dms and S. tuberosum. In this study, the sequenced region was extended to 1,032 bp; nevertheless, it ...

Journal: :Genetics and molecular research : GMR 2013
Z W An Y C Li Q L Zhai L L Xie Y H Zhao H S Huang

Cultivated clones of Hevea brasiliensis have a narrow genetic base. In order to broaden the genetic base, it is first necessary to investigate the genetic diversity of wild populations. Expressed sequence tag-simple sequence repeat (EST-SSR) markers were developed to investigate the genetic diversity of Hevea populations. Four hundred and thirty microsatellites were identified and 148 primers w...

2015
A. MEDOURI

A collection of 35 accessions of the tetraploid wild wheat Aegilops geniculata Roth (MM, UU) sampled in northern Algeria was evaluated for morphological and biochemical variability. Morphological and ecological analyses based on morphological traits and bioclimatic parameters, respectively, were assessed using principal component analysis (PCA). Accessions were differentiated by width character...

2016
Vinay Kumar Aamir W. Khan Rachit K. Saxena Vanika Garg Rajeev K. Varshney

Whole genome re-sequencing (WGRS) was conducted on a panel of 20 Cajanus spp. accessions (crossing parentals of recombinant inbred lines, introgression lines, multiparent advanced generation intercross and nested association mapping population) comprising of two wild species and 18 cultivated species accessions. A total of 791.77 million paired-end reads were generated with an effective mapping...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2014
Fei Dai Zhong-Hua Chen Xiaolei Wang Zefeng Li Gulei Jin Dezhi Wu Shengguan Cai Ning Wang Feibo Wu Eviatar Nevo Guoping Zhang

The domestication of cultivated barley has been used as a model system for studying the origins and early spread of agrarian culture. Our previous results indicated that the Tibetan Plateau and its vicinity is one of the centers of domestication of cultivated barley. Here we reveal multiple origins of domesticated barley using transcriptome profiling of cultivated and wild-barley genotypes. App...

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

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

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