نتایج جستجو برای: ژن phytoene desaturase

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

2013
Santosh Kumar Upadhyay Jitesh Kumar Anshu Alok Rakesh Tuli

The clustered, regularly interspaced, short palindromic repeats (CRISPR) and CRISPR-associated protein (Cas) system has been used as an efficient tool for genome editing. We report the application of CRISPR-Cas-mediated genome editing to wheat (Triticum aestivum), the most important food crop plant with a very large and complex genome. The mutations were targeted in the inositol oxygenase (inox...

Journal: :The Journal of biological chemistry 1986
G Giuliano D Pollock P A Scolnik

Carotenoids are membrane pigments present in all photosynthetic organisms, providing essential photoprotective functions. The first carotenoid formed in the pathway is phytoene, a colorless compound which is then converted into colored carotenoids by a series of dehydrogenation reactions. In the photosynthetic bacterium Rhodopseudomonas capsulata mutations that affect carotenoid biosynthesis be...

2013
Peter M. Bramley Ian E. Clarke Gerhard Sandmann Peter Böger

Cell extracts o f the Cl 15 (^-carotene-accumulating) strain o f Phycomyces blakesleeanus were incubated with either [2-l4C]MVA or [1-I4C]IPP and a range o f possible inhibitors of carotenogenesis, including bleaching herbicides, biphenyl com pounds and geranylacetone. Several o f these compounds were potent inhibitors o f /7-carotene formation and caused the accumulation o f phytoene. No other...

2018
Rui Li Ran Li Xindi Li Daqi Fu Benzhong Zhu Huiqin Tian Yunbo Luo Hongliang Zhu

In recent years, the type II CRISPR system has become a widely used and robust technique to implement site-directed mutagenesis in a variety of species including model and crop plants. However, few studies manipulated metabolic pathways in plants using the CRISPR system. Here, we introduced the pYLCRISPR/Cas9 system with one or two single-site guide RNAs to target the tomato phytoene desaturase...

Journal: :The Plant journal : for cell and molecular biology 2004
Choong-Min Ryu Ajith Anand Li Kang Kirankumar S Mysore

Summary Virus-induced gene silencing (VIGS) is an extremely powerful tool for plant functional genomics. We used Tobacco rattle virus (TRV)-derived VIGS vectors expressed from binary vectors within Agrobacterium to induce RNA silencing in plants. Leaf infiltration is the most common method of agroinoculation used for VIGS but this method has limitations as it is laborious for large-scale screen...

Journal: :Plant physiology 2010
Chunquan Zhang Jeffrey D Bradshaw Steven A Whitham John H Hill

Plant viral vectors are valuable tools for heterologous gene expression, and because of virus-induced gene silencing (VIGS), they also have important applications as reverse genetics tools for gene function studies. Viral vectors are especially useful for plants such as soybean (Glycine max) that are recalcitrant to transformation. Previously, two generations of bean pod mottle virus (BPMV; gen...

2014
Cheng Wang Jian Zeng Yin Li Wei Hu Ling Chen Yingjie Miao Pengyi Deng Cuihong Yuan Cheng Ma Xi Chen Mingli Zang Qiong Wang Kexiu Li Junli Chang Yuesheng Wang Guangxiao Yang Guangyuan He

Carotenoid content is a primary determinant of wheat nutritional value and affects its end-use quality. Wheat grains contain very low carotenoid levels and trace amounts of provitamin A content. In order to enrich the carotenoid content in wheat grains, the bacterial phytoene synthase gene (CrtB) and carotene desaturase gene (CrtI) were transformed into the common wheat cultivar Bobwhite. Expre...

2017
Hiroki Tsutsui Tetsuya Higashiyama

The CRISPR/Cas9 (clustered regularly interspaced short palindromic repeats/CRISPR-associated 9) system is widely used as a tool for genome engineering in various organisms. A complex consisting of Cas9 and single guide RNA (sgRNA) induces a DNA double-strand break in a sequence-specific manner, resulting in knockout. Some binary vectors for CRISPR/Cas9 in plants have been reported, but there is...

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

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

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