نتایج جستجو برای: rdna sequencing

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

Journal: :Applied and environmental microbiology 2001
R M Satokari E E Vaughan A D Akkermans M Saarela W M de Vos

We describe the development and validation of a method for the qualitative analysis of complex bifidobacterial communities based on PCR and denaturing gradient gel electrophoresis (DGGE). Bifidobacterium genus-specific primers were used to amplify an approximately 520-bp fragment from the 16S ribosomal DNA (rDNA), and the fragments were separated in a sequence-specific manner in DGGE. PCR produ...

Journal: :Applied sciences 2023

Technogenic processes and agrodevelopment of the soil cover lead to significant transformations chemical biological properties. New methods microbiology, including next-generation sequencing, allows us investigate microbial composition in detail, taxonomy ecological functions bacteria. This study presents data on taxonomic diversity mature anthropogenically disturbed soils various ecosystems Ru...

Journal: :Zoonoses 2021

Background: Ticks are a major arthropod vector of zoonotic diseases affecting both humans and domestic animals worldwide. Thus, studying tick microbiota would aid in understanding the potential threats posed by ticks. Methods: Approximately 8,000 unfed ticks, identified as Dermacentor nuttalli , were collected from sylvosteppe western Tianshan mountains. To investigate their pathogens, we divid...

2016
Aboubaker M. Garbaj Enas M. Awad Salah M. Azwai Said K. Abolghait Hesham T. Naas Ashraf A. Moawad Fatim T. Gammoudi Ilaria Barbieri Ibrahim M. Eldaghayes

AIM The aim of this work was to isolate and molecularly identify enterohemorrhagic Escherichia coli (EHEC) O157 in milk and dairy products in Libya, in addition; to clear the accuracy of cultural and biochemical identification as compared with molecular identification by partial sequencing of 16S rDNA for the existing isolates. MATERIALS AND METHODS A total of 108 samples of raw milk (cow, sh...

2016
Thuy Doan Lakshmi Akileswaran Dallin Andersen Benjamin Johnson Narae Ko Angira Shrestha Valery Shestopalov Cecilia S. Lee Aaron Y. Lee Russell N. Van Gelder

Purpose To characterize the ocular surface microbiome of healthy volunteers using a combination of microbial culture and high-throughput DNA sequencing techniques. Methods Conjunctival swab samples from 107 healthy volunteers were analyzed by bacterial culture, 16S rDNA gene deep sequencing (n = 89), and biome representational in silico karyotyping (BRiSK; n = 80). Swab samples of the facial ...

Journal: :Clinical Microbiology and Infection 2021

ObjectivesBrain abscesses lead to high mortality despite antibiotic and surgical treatment. Identification of causative bacteria is important guide therapy, but culture-based methods molecular diagnostics by Sanger sequencing 16S PCR products are hampered treatment the often polymicrobial nature brain abscesses. We have applied 16S-rRNA-based next-generation (NGS) for metagenomic analysis intra...

Journal: :Journal of clinical microbiology 2015
Alexandra Y C Kruse Lasse Kvich Steffen Eickhardt Lars H Omland Thomas Bjarnsholt Claus Moser

The protozoan parasite Toxoplasma gondii causes severe opportunistic infections. Here, we report an unexpected diagnosis of cerebral toxoplasmosis. T. gondii was diagnosed by 16S and D2 large-subunit (LSU) ribosomal DNA (rDNA) sequencing of a cerebral biopsy specimen and confirmed by T. gondii-specific PCR and immunohistochemistry. The patient was later diagnosed with HIV/AIDS.

Journal: :Emerging Infectious Diseases 1999
E. Rydkina V. Roux N. Rudakov M. Gafarova I. Tarasevich D. Raoult

Dermacentor nuttallii from Siberia, Rhipicephalus sanguineus from Crimea, and Rh. pumilio from the Astrakhan region were infected with Rickettsia sibirica (12%), R. conorii (8%), and the Astrakhan fever agent (3%), respectively. Three new Rickettsiae of the R. massiliae genogroup were identified in ticks by 16S rDNA, gltA, and ompA sequencing.

2004
Jonas Bunikis Jean Tsao Ulf Garpmo Johan Berglund Durland Fish Alan G. Barbour

Partial sequencing of the 16S-23S rDNA intergenic spacer showed two to four genotypes each for Borrelia hermsii and B. turicatae, both relapsing fever agents transmitted by argasid ticks, and for B. miyamotoi and B. lonestari, transmitted by ixodid ticks. Field surveys of Ixodes ticks in Connecticut and Sweden showed limited local diversity for B. miyamotoi.

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

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

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