نتایج جستجو برای: deoxyribose

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

Journal: :The Journal of chemical physics 2012
S M Bellm J D Builth-Williams D B Jones Hari Chaluvadi D H Madison C G Ning F Wang X G Ma B Lohmann M J Brunger

Cross section data for electron scattering from DNA are important for modelling radiation damage in biological systems. Triply differential cross sections for the electron impact ionization of the highest occupied outer valence orbital of tetrahydrofurfuryl alcohol, which can be considered as an analogue to the deoxyribose backbone molecule in DNA, have been measured using the (e,2e) technique....

Journal: :Nucleic Acids Research 2006
Amitava Adhikary David Becker Sean Collins Jessica Koppen Michael D. Sevilla

We report that photo-excitation of one-electron-oxidized adenine [A(-H)*] in dAdo and its 2'-deoxyribonucleotides leads to formation of deoxyribose sugar radicals in remarkably high yields. Illumination of A(-H)* in dAdo, 3'-dAMP and 5'-dAMP in aqueous glasses at 143 K leads to 80-100% conversion to sugar radicals at C5' and C3'. The position of the phosphate in 5'- and 3'-dAMP is observed to d...

Journal: :The Biochemical journal 1990
M S Searle L P Wakelin

The conformation and dynamics of the deoxyribose rings of a (nogalamycin)2-d(5'-GCATGC)2 complex have been determined from an analysis of 1H-1H vicinal coupling constants and sums of coupling constants (J1'-2',J1'-2",epsilon 1', epsilon 2' and epsilon 2") measured from one-dimensional n.m.r. spectra and from H-1'-H-2' and H-1'-H-2" cross-peaks in high-resolution phase-sensitive two-dimensional ...

Journal: :Nucleic acids research 2004
Kelly M Kroeger Myron F Goodman Marc M Greenberg

Apurinic/apyrimidinic (AP) sites are alkali labile lesions that, when encountered during DNA replication, can block polymerases or potentially result in mutagenic events. Owing to the instability of 2-deoxyribose lesions (AP), a chemically stable tetrahydrofuran analog (F) is often used as a model of abasic sites. A comparison of the two lesions in Saccharomyces cerevisiae revealed that the mod...

Journal: :Journal of the American College of Cardiology 2003
Anthony N DeMaria

A structure for nucleic acid has already been proposed by Pauling and Corey (1). They kindly made their manuscript available to us in advance of publication. Their model consists of three intertwined chains, with the phosphates near the fibre axis, and the bases on the outside. In our opinion, this structure is unsatisfactory for two reasons: (1) We believe that the material which gives the X-r...

Journal: :The Journal of organic chemistry 2005
Debra L Mohler Jennifer R Downs Allison L Hurley-Predecki Jennifer R Sallman Peter M Gannett Xianglin Shi

[Reaction: see text]. The photolysis of CpW(CO)3Me has been shown to produce methyl radicals and to cleave DNA in a single-stranded manner, and preliminary evidence implicated a carbon-centered radical in this process. In this work, the mechanism of strand scission in this reaction was determined to occur by hydrogen atom abstraction from the 4'- and 5'-positions of the deoxyribose moiety of th...

Journal: :Proceedings of the National Academy of Sciences 1958

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

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

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