نتایج جستجو برای: enterocytozoon bieneusi

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

Journal: :Journal of clinical microbiology 1997
C del Aguila R Lopez-Velez S Fenoy C Turrientes J Cobo R Navajas G S Visvesvara G P Croppo A J Da Silva N J Pieniazek

Enterocytozoon bieneusi, a microsporidian parasite, has been recognized since 1985 as an agent of intestinal microsporidiosis leading to malabsorption syndrome, diarrhea, and weight loss in AIDS patients. Recently, however, we have identified E. bieneusi spores in the sputum, bronchoalveolar lavage, and stool samples of an AIDS patient with a 2-year history of intestinal microsporidiosis. The s...

2015
Wei Zhao Weizhe Zhang Ziyin Yang Aiqin Liu Longxian Zhang Fengkun Yang Rongjun Wang Hong Ling Patrick CY Woo

Enterocytozoon bieneusi is the most common species of microsporidia found both in humans and animals. Farmed animals, particularly closely associated to humans, may play an important role of zoonotic reservoir in transmitting this disease to humans. The fur industry is a major economic component in some parts of China. To understand the prevalence, genotype variety and zoonotic risk of E. biene...

2014
Hua Liu Yujuan Shen Jianhai Yin Zhongying Yuan Yanyan Jiang Yuxin Xu Wei Pan Yuan Hu Jianping Cao

BACKGROUND Cryptosporidium spp., Enterocytozoon spp., Giardia spp. and Cyclospora spp. are important intestinal protozoan parasites causing diarrhea in humans, livestocks and wildlife and have a significant impact on public health. No reports exist about simultaneous prevalence rates or genotyping data of these four parasites in outpatients from China. METHODS Fecal specimens from 252 diarrhe...

Journal: :Journal of clinical microbiology 1999
I Accoceberry M Thellier I Desportes-Livage A Achbarou S Biligui M Danis A Datry

Several hybridomas producing antibodies detected by indirect immunofluorescence antibody test (IFAT) were established by fusion of mouse myeloma SP2/O with spleen cells from BALB/c mice immunized against whole spores (protocol 1) or chitinase-treated spores (protocol 2) of Enterocytozoon bieneusi and were cloned twice by limiting dilutions. Two monoclonal antibodies (MAbs), 3B82H2 from protocol...

Journal: :The Journal of parasitology 2010
Mónica Santín Jesús A Cortés Vecino Ronald Fayer

This is the first report of Enterocytozoon bieneusi in an equid species. Feces from 195 horses from 4 locations in Colombia were examined for E. bieneusi by polymerase chain reaction. Of these, 21 horses (10.8%) were found positive for E. bieneusi . The prevalence of E. bieneusi in horses <1 yr of age was significantly higher (23.7%) than in horses >1 yr of age (2.5%). No significant difference...

2016
Qiang Wan Lihua Xiao Xichen Zhang Yijing Li Yixin Lu Mingxin Song Wei Li

Enterocytozoon bieneusi is a widespread parasite with high genetic diversity among hosts. Its natural reservoir remains elusive and data on population structure are available only in isolates from primates. Here we describe a population genetic study of 101 E. bieneusi isolates from pigs using sequence analysis of the ribosomal internal transcribed spacer (ITS) and four mini- and microsatellite...

2017
Lei Deng Wei Li Zhijun Zhong Chao Gong Xuefeng Cao Yuan Song Wuyou Wang Xiangming Huang Xuehan Liu Yanchun Hu Hualin Fu Min He Ya Wang Yue Zhang Kongju Wu Guangneng Peng

Enterocytozoon bieneusi is an obligate eukaryotic intracellular parasite that infects a wide variety of vertebrate and invertebrate hosts. Although considerable research has been conducted on this organism, relatively little information is available on the occurrence of E. bieneusi in captive Asiatic black bears. The present study was performed to determine the prevalence, genetic diversity, an...

Journal: :Journal of Veterinary Medical Science 2009

Journal: :Applied and environmental microbiology 2012
Maria Anete Lallo Patrícia Calábria Eduardo Fernandes Bondan Liliane Milanelo

This study emphasizes the importance of free-living coatis as a potential source of microsporidian infection for humans living in large cities. We found 19 (31.7%) positive results among 60 fecal samples analyzed by PCR-based analysis and the Gram-Chromotrope staining technique (11.7% were positive for Encephalitozoon cuniculi, 6.7% for E. intestinalis, 6.7% for E. hellem, and 6.7% for Enterocy...

Journal: :Applied sciences 2021

Cryptosporidium spp., Enterocytozoon bieneusi, and Giardia duodenalis are zoonotic pathogens commonly found in the intestinal tract of mammalian hosts including livestock humans. The prevalence these eukaryote microorganisms domestic animals their interaction with microbiota not yet fully recognized. We analyzed composition metagenomics functional characterization Cluster Orthologous (COG) Bact...

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

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

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