نتایج جستجو برای: subunit of rdna

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

Journal: :Diversity 2023

Although most Myxozoa species of the genera Ceratomyxa and Ellipsomyxa have been described in marine hosts worldwide, an increasing diversity has reported infecting South American freshwater fish, mainly Amazonian waters. The present study deals with two myxozoan ceratomyxids parasitizing gallbladder ornamental cichlids fish: amazonensis is identified from a new host—Geophagus altifrons; while ...

Journal: :FEMS yeast research 2003
Cletus P Kurtzman Christie J Robnett

Species of Saccharomyces, Arxiozyma, Eremothecium, Hanseniaspora (anamorph Kloeckera), Kazachstania, Kluyveromyces, Pachytichospora, Saccharomycodes, Tetrapisispora, Torulaspora, and Zygosaccharomyces, as well as three related anamorphic species assigned to Candida (C. castellii, C. glabrata, C. humilis), were phylogenetically analyzed from divergence in genes of the rDNA repeat (18S, 26S, ITS)...

Journal: : 2022

The article provides results of our revision three herbarium specimens the genus Tulostoma collected in Ukraine and deposited Mycological Herbarium V.N. Karazin Kharkiv National University, CWU (Myc). Previously, they have been identified as kotlabae, T. niveum, subsquamosum reported newly recorded species Ukraine. For examined specimens, we analyzed nucleotide sequences ITS region ribosomal DN...

Journal: :Protist 2015
Luciana F Santoferrara Michael Tian Viviana A Alder George B McManus

This study focuses on the utility of molecular markers for the discrimination of closely related species in tintinnid ciliates. We analyzed the ecologically important genus Helicostomella by sequencing part of the large-subunit rDNA (LSU rDNA) and the 5.8S rDNA combined with the internally transcribed spacer regions 1 and 2 (5.8S rDNA-ITS) from forty-five individuals collected in NW and SW Atla...

Journal: :Molecular biology and evolution 2000
S Perotto P Nepote-Fus L Saletta C Bandi J P Young

Ericoid mycorrhizal fungi form symbioses with the roots of members of the Ericales. Although only two genera have been identified in culture, the taxonomic diversity of ericoid symbionts is certainly wider. Genetic variation among 40 ericoid fungal isolates was investigated in this study. PCR amplification of the nuclear small-subunit ribosomal DNA (SSU rDNA) and of the internal transcribed spa...

Journal: :Biofouling 2004
Eduardo Chicote Diego A Moreno Ana M Garcia M Isabel Sarro Petra I Lorenzo Felipe Montero

Microbial activity in spent nuclear fuel pools which contain ultrapure and radioactive water has been previously observed. The aim of the present research was to isolate and identify the microorganisms attached to the nuclear pool wall of a Spanish nuclear power plant. Amplification of 16S rDNA fragments from the culturable microorganisms by PCR using universal primers for the domain 'Bacteria'...

2016
Heng-hao Xu Trent Su Yong Xue

Histone variants and histone modifications are essential components in the establishment and maintenance of the repressed status of heterochromatin. Among these histone variants and modifications, acetylation at histone H4K16 is uniquely important for the maintenance of silencing at telomere and mating type loci but not at the ribosomal DNA locus. Here we show that mutations at H3 N-terminal ac...

Journal: :Zootaxa 2013
Ke Wang Hui Xie Yu Li Chun-Ling Xu Lu Yu Dong-Wei Wang

Paratylenchus shenzhenensis n. sp. was collected from the rhizosphere soil of Anthurium andraeanum in Shenzhen, Guangdong Province, China. The new species is characterized by having a female with a small body (249-302 μm), well developed stylet (17-21 μm), rounded head with four submedian lobes and lip-region with a slight depression at the oral area, small post-vulval uterine sac with a few ve...

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

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

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