نتایج جستجو برای: rna transfer

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

Journal: :Nano letters 2016
Robert Y Henley Brian Alan Ashcroft Ian Farrell Barry S Cooperman Stuart M Lindsay Meni Wanunu

It has been hypothesized that the ribosome gains additional fidelity during protein translation by probing structural differences in tRNA species. We measure the translocation kinetics of different tRNA species through ∼3 nm diameter synthetic nanopores. Each tRNA species varies in the time scale with which it is deformed from equilibrium, as in the translocation step of protein translation. Us...

Journal: :The Biochemical journal 1970
T C Hall K L Tao

1. A procedure for measuring rates of aminoacyl-tRNA synthesis in vitro and in intact leaves is presented. 2. Leaf discs showed rates close to those of intact leaves. 3. Cell-free preparations showed similar rates when assayed by pyrophosphate exchange, but actual aminoacyl-tRNA formation rates appeared to be much lower. Evidence is presented that dilution of supplied labelled amino acids was a...

Journal: :Blood 2012
Antonina Risitano Lea M Beaulieu Olga Vitseva Jane E Freedman

The role of platelets in hemostasis and thrombosis is clearly established; however, the mechanisms by which platelets mediate inflammatory and immune pathways are less well understood. Platelets interact and modulate the function of blood and vascular cells by releasing bioactive molecules. Although the platelet is anucleate, it contains transcripts that may mirror disease. Platelet mRNA is onl...

2012
Antonina Risitano Lea M. Beaulieu Olga Vitseva Jane E. Freedman

The role of platelets in hemostasis and thrombosis is clearly established; however, the mechanisms by which platelets mediate inflammatory and immune pathways are less well understood. Platelets interact and modulate the function of blood and vascular cells by releasing bioactive molecules. Although the platelet is anucleate, it contains transcripts that may mirror disease. Platelet mRNA is onl...

Journal: :The Journal of biological chemistry 1972
S N Seal J D Bewley A Marcus

The complete resolution of the initiation and transfer factors of wheat embryo supernatant is described. Two factors function in chain initiation, as ascertained by (a) their requirement for the formation of a ribosome-messenger RNA complex whose capacity for ammo acid incorporation is insensitive to aurintricarboxylic acid; and (b) their participation in the tobacco mosaic virus RNA-dependent ...

Journal: :The Journal of biological chemistry 1967
U Lagerkvist J Waldenström

The mechanism by which an aminoacyl ribonucleic acid synthetase recognizes its transfer ribonucleic acid substrate constitutes one of the central problems in biochemical genetics. Obviously this problem cannot be solved without a thorough understanding of the structure of both enzyme and substrate. Although work on the structure of tRNAr has yielded signal results during the last few years (l-3...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2001
J S Feinberg S Joseph

Translocation of the tRNA-mRNA complex is a fundamental step in the elongation cycle of protein synthesis. Our studies show that the ribosome can translocate a P-site-bound tRNA(Met) with a break in the phosphodiester backbone between positions 56 and 57 in the TPsiC-loop. We have used this fragmented P-site-bound tRNA(Met) to identify two 2'-hydroxyl groups at positions 71 and 76 in the 3'-acc...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1965
S NISHIMURA G D NOVELLI

It is now established that the biological function of transfer RNA (sRNA) is to accept amino acid at a terminus of the chain, resulting in the formation of aminoacylsRNA,1-3 and to transfer the amino acid from that aminoacyl-sRNA into a polypeptide chain by interacting with messenger RNA on the surface of polyribosomes.4, I A number of indirect observations6-9 suggest that the sites for these r...

2012
Kasper L. Andersen Kathleen Collins

RNase T2 enzymes are produced by a wide range of organisms and have been implicated to function in diverse cellular processes, including stress-induced anticodon loop cleavage of mature tRNAs to generate tRNA halves. Here we describe a family of eight RNase T2 genes (RNT2A-RNT2H) in the ciliate Tetrahymena thermophila. We constructed strains lacking individual or combinations of these RNT2 gene...

Journal: :Philosophical transactions of the Royal Society of London. Series B, Biological sciences 2017
Harry F Noller

The basic steps of protein synthesis are carried out by the ribosome, a very large and complex ribonucleoprotein particle. In keeping with its proposed emergence from an RNA world, all three of its core mechanisms-aminoacyl-tRNA selection, catalysis of peptide bond formation and coupled translocation of mRNA and tRNA-are embodied in the properties of ribosomal RNA, while its proteins play a sup...

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

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

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