نتایج جستجو برای: thermus aquaticus

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

Journal: :Journal of bacteriology 1973
E H Higa R F Ramaley

Threonine deaminase (l-threonine dehydratase EC 4.2.1.16) has been partially purified from a new extreme thermophilic bacterium, Thermus X-1, which is similar to T. aquaticus YT-1. The threonine deaminase of strain X-1 has a maximal rate of reaction at 85 to 90 C and is more thermostable than the threonine deaminase from mesophilic bacteria. The enzyme has an apparent molecular weight of 100,00...

2001
Brian P. Hogan Thomas Hartsch Dorothy A. Erie

All known multisubunit RNA polymerases possess the ability to endonucleolytically degrade the nascent RNA transcript. To gain further insight into the conformational changes that govern transcript cleavage, we have examined the effects of certain anions on the intrinsic transcript cleavage activity of Thermus thermophilus RNA polymerase. Our results indicate that the conformational transitions ...

2012
Kush Kumar Nayak Archana Tiwari

The thermostable properties of Taq DNA polymerase from Thermus aquaticus have contributed greatly to the yield, specificity, automation, and utility of the polymerase chain reaction method for amplifying DNA. Taq polymerase is widely used enzyme for DNA amplification in PCR techniques and highly applicable in molecular biology and biotechnology. In this study the Taq gene was amplified from the...

Journal: :Nucleic Acids Research 2006
Roman Fedorov Gregor Witte Claus Urbanke Dietmar J. Manstein Ute Curth

In contrast to the majority of tetrameric SSB proteins, the recently discovered SSB proteins from the Thermus/Deinoccus group form dimers. We solved the crystal structures of the SSB protein from Thermus aquaticus (TaqSSB) and a deletion mutant of the protein and show the structure of their ssDNA binding domains to be similar to the structure of tetrameric SSBs. Two conformations accompanied by...

Journal: :BioTechniques 2000
P Kainz A Schmiedlechner H B Strack

A new method to produce hot-start conditions in PCR is described. Short double-stranded DNA fragments were found to inhibit the activity of DNA polymerases from Thermus aquaticus and Thermus flavus. This inhibition is not sequence specific, but exclusively dependent on the melting temperature of the fragments as shown by its correlation to their melting curves as measured. This property is expl...

Journal: :Applied and environmental microbiology 1999
Y Terada K Fujii T Takaha S Okada

The amylomaltase gene of the thermophilic bacterium Thermus aquaticus ATCC 33923 was cloned and sequenced. The open reading frame of this gene consisted of 1,503 nucleotides and encoded a polypeptide that was 500 amino acids long and had a calculated molecular mass of 57,221 Da. The deduced amino acid sequence of the amylomaltase exhibited a high level of homology with the amino acid sequence o...

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

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

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