نتایج جستجو برای: camv 35s promoter

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

Journal: : 2021

Miraculin là một protein tự nhiên có khả năng chuyển vị chua thành ngọt mặc dù đặc tính của nó không ngọt. Trong nghiên cứu này, mã di truyền miraculin được tối ưu. Ngoài ra, nhằm tăng cường sự biểu hiện trong cây cà gen, promoter E8 hiệu ở quả từ và terminator HSP A.thaliana cũng sử dụng để điều khiển hoạt động gen tổng hợp. Kết phân tích bằng PCR cho thấy 16 dòng mang cấu trúc E8-pro:Mir:HSP-...

Journal: :Tree physiology 2009
Jingyi Li Amy M Brunner Richard Meilan Steven H Strauss

High stability of transgene expression is essential for functional genomics studies using transformation approaches and for application of genetic engineering to commercial forestry. We quantified expression of two reporter genes, green fluorescent protein (GFP) and the herbicide bialaphos resistance gene (BAR), in 2256 transgenic poplar trees derived from 404 primary events, and in 106 in vitr...

2006
Antonio Chalfun-Junior Jurriaan J. Mes Marco Busscher Gerco C. Angenent

Activation tagging is a powerful tool to identify new mutants and to obtain information about possible biological functions of the overexpressed genes. The quadruple cauliflower mosaic virus (CaMV) 35S enhancer fragment is a strong enhancer, which is most commonly used for this purpose. However, the constitutive nature of this enhancer may generate lethal mutations or aberrations in different p...

Journal: :Plant biotechnology journal 2012
Richard E Veilleux Kerri P Mills Aaron J Baxter Kendall T Upham Tammy J Ferguson Sarah Hudson Holt Nan Lu Juan J Ruiz-Rojas Christopher J Pantazis Cherish M Davis Robert C Lindsay Frankie L Powell Yinghui Dan Allan W Dickerman Teruko Oosumi Vladimir Shulaev

Fragaria vesca was transformed with a transposon tagging construct harbouring amino terminally deleted maize transposase and EGFP (Ac element), NPTII, CaMV 35S promoter (P35S) driving transposase and mannopine synthase promoter (Pmas) driving EGFP (Ds element). Of 180 primary transgenics, 48 were potential launch pads, 72 were multiple insertions or chimaeras, and 60 exhibited somatic transposi...

Journal: :Physiologia plantarum 2008
Xue-Ying Guan Qian-Jin Li Chun-Min Shan Shui Wang Ying-Bo Mao Ling-Jian Wang Xiao-Ya Chen

Most of the plant homeodomain-containing proteins play important roles in organ patterning and development, and Arabidopsis GLABRA2 (GL2), a member of the class IV homeodomain-leucine zipper (HD-ZIP) proteins, is a trichome and non-root hair cell regulator. Here we report the analysis of two cotton homeodomain-containing proteins, GaHOX1 and GaHOX2, isolated from the diploid cotton Gossypium ar...

2012
Jikai Liu Xiaofeng Tang Lanyang Gao Yongfeng Gao Yuxiang Li Shengxiong Huang Xiaochun Sun Min Miao Hui Zeng Xuefen Tian Xiangli Niu Lei Zheng Jim Giovannoni Fangming Xiao Yongsheng Liu

Epigenetic modification generally refers to phenotypic changes by a mechanism other than changes in DNA sequence and plays a significant role in developmental processes. In this study, we found that overexpression of one alternatively spliced tomato DDB1 transcript, DDB1(F) that is prevalently present in all tested tissues, resulted in reduction of organ size. Transgenic plants constitutively e...

2002
Shih-Shun Lin Roger F. Hou Shyi-Dong Yeh

The full-length cDNA of a Taiwan strain of Zucchini yellow mosaic virus (ZYMV TW-TN3) was constructed from five overlapping cDNA clones downstream from the bacteriophage T7 promoter in plasmid pT7ZYMV25. The plasmid was able to generate an in vitro transcript corresponding to TW-TN3 (9591 nt) with one extra guanosine residue at the 5 ́ terminus and a poly(A)95 tract at the 3 ́ end. In addition, p...

2003
Meizhu Yang Robert Bower Mark D. Burow Andrew H. Paterson Erik Mirkov

specific hybridization has reduced disease problems, increased biomass yield and sugar yield, and improved Direct screening of genomic libraries for highly expressed genes adaptability for growth under various stress conditions is an efficient way to identify promoters that confer high levels of (Roach, 1972; Srivastava et al., 1994). gene expression. To test the efficacy of this approach to 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"; } -->