نتایج جستجو برای: transcript accumulation

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

2004
Won-Kyu Lee

The psbA gene of photosystem II was cloned and characterized from the P. ginseng chloroplast. The psbA gene is composed of 1,062 nucleotides. The overall amino acid sequence shows 99% and 98% identities to dicots and monocots of higher plants, respectively. Southern blot analysis revealed that a single copy of the psbA gene existed in the chloroplast genome. Northern blot analysis of the in viv...

Journal: :New Phytologist 2021

Light induces anthocyanin accumulation and hence decides the coloration of apple fruit. It also plays a key role in regulating biosynthesis other secondary metabolites. However, crosstalk between lignin metabolism during light induction, which affects edible quality visual fruit, respectively, have rarely been characterized. In this study, we identified functionally elucidated roles miR7125 its...

Journal: :Applied Biological Chemistry 2021

Abstract Anthocyanin is a type of flavonoid that appears purple in plants. PAP1, PAP2, and MYB113 are the three major R2R3-MYB transcription factors regulate biosynthesis Arabidopsis thaliana . In this study, we found MYB genes anthocyanin accumulation different leaf stages. Under limited nutrient conditions, PAP1 PAP2 were highly induced juvenile leaves. Conversely, was expressed mainly adult ...

Journal: :Cell 1997
Steven A Sheardown Sarah M Duthie Colette M Johnston Alistair E.T Newall Emma J Formstone Ruth M Arkell Tatyana B Nesterova Gian-Carlo Alghisi Sohaila Rastan Neil Brockdorff

The onset of X inactivation is preceded by a marked increase in the level of Xist RNA. Here we demonstrate that increased stability of Xist RNA is the primary determinant of developmental up-regulation. Unstable transcript is produced by both alleles in XX ES cells and in XX embryos prior to the onset of random X inactivation. Following differentiation, transcription of unstable RNA from the ac...

2015
Neelam Soda Ratna Karan

mechanisms, we are still a step away from understanding the plants entire response to multiple stresses in fields. While advancement in microarray and deep-sequencing technologies lead to rapid accumulation of genomic and transcriptomic data under different abiotic stresses [6,7], the limited depth of quantitative proteomics has inhibited similar progress in post-transcriptional gene regulation...

Journal: :Nucleic acids research 1986
I B Dawid M L Rebbert

Ribosomal insertions in Drosophila are transcribed at very low levels. The abundance of the most prominent 0.8 kb type 1 insertion transcript increased up to 60-fold when cultured cells were exposed to the DNA intercalating drug chloroquine. After injection of insertion-containing rDNA in circular form into Xenopus laevis oocytes an apparently identical 0.8 kb insertion transcript was synthesiz...

Journal: :research in molecular medicine 0
mahla nazari department of biology, islamic azad university, arsanjan branch, arsanjan, iran mahboobeh nasiri department of biology, islamic azad university, arsanjan branch, university blvd., arsanjan, fars. abbas ghaderi sshiraz institute for cancer research, shiraz university of medical sciences, shiraz, iran

background: bladder cancer (bc) is the most common genitourinary cancer in iranians with an unclear etiopathogenesis. long stress induced non-coding transcript 5 is a member of the 12-member family of long non-coding rnas, which is abundantly expressed in higher proliferative cells, as well as the cell vulnerable to cellular stress in response to chemical carcinogens. as variations in long non-...

Journal: :Journal of bacteriology 1993
B K Leskiw R Mah E J Lawlor K F Chater

Deletion of the bldA gene of Streptomyces coelicolor A3(2), which encodes the only tRNA for the rare UUA codon, had no obvious effects on primary growth but interfered with aerial mycelium formation and antibiotic production. To investigate the possible regulatory role of bldA, its transcription start point was identified, and time courses were determined for the appearance of its primary trans...

Journal: :Journal of experimental botany 2007
I El-Sharkawy W S Kim A El-Kereamy S Jayasankar A M Svircev D C W Brown

Plums are climacteric fruits: their ripening is associated with a burst of ethylene production and respiration rate. Stone fruits, including plum, have a distinct pattern of growth and development, described as a double sigmoid pattern. In order to understand the developmental control of ethylene perception in plum, four ethylene perception and signal transduction components (EPSTCs) were chara...

Journal: :Tree physiology 2005
Nina Jøhnk Ari M Hietala Carl G Fossdal David B Collinge Mari-Anne Newman

To study the mechanisms of inducible disease resistance in conifers, changes in transcript accumulation in roots of Norway spruce (Picea abies (L.) Karst.) seedlings exposed to the root rot pathogen Ceratobasidium bicorne Erikss. and Ryv. (anamorph: Rhizoctonia sp.) were monitored by differential display (DD). Because C. bicorne attacks root tips, a desiccation treatment was added to exclude ge...

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

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

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