نتایج جستجو برای: avium tuberculosis

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

Journal: :Antimicrobial agents and chemotherapy 1988
L Heifets

MICs of isoniazid, rifampin, ethionamide, streptomycin, amikacin, kanamycin, and capreomycin were determined for Mycobacterium avium complex strains by two methods: broth dilution in 7H12 medium radiometrically and agar dilution on 7H10 agar plates. The broth-determined MICs of all drugs with the exception of isoniazid were two to eight times lower than the agar-determined MICs for most of the ...

Journal: :The Journal of infectious diseases 2002
Lawrence Broxmeyer Danuta Sosnowska Elizabeth Miltner Ofelia Chacón Dirk Wagner Jeffery McGarvey Raúl G Barletta Luiz E Bermudez

Mycobacterium avium causes disseminated infection in patients with acquired immune deficiency syndrome. Mycobacterium tuberculosis is a pathogen associated with the deaths of millions of people worldwide annually. Effective therapeutic regimens exist that are limited by the emergence of drug resistance and the inability of antibiotics to kill dormant organisms. The present study describes a sys...

Journal: :Journal of clinical microbiology 1988
L G Wayne B Anderson K Chetty R W Light

Sera from patients with disease caused by the Mycobacterium avium complex (M. avium and M. intracellulare), M. kansasii, or M. tuberculosis and from subjects who did not have a mycobacterial disease were tested by enzyme-linked immunosorbent assay against peptidoglycolipid antigens representing each of the 15 most common serovars of the M. avium complex and against crude protein antigen extract...

Journal: :Journal of clinical microbiology 2000
C Coetsier P Vannuffel N Blondeel J F Denef C Cocito J L Gala

We previously isolated and sequenced two genomic segments of Mycobacterium avium subsp. paratuberculosis, namely, f57, a species-specific sequence, and the p34 gene, coding for a 34-kDa antigenic protein. Comparison of sequences upstream of the p34 open reading frame (us-p34) from M. avium subsp. paratuberculosis and M. tuberculosis showed a 79-base deletion in M. tuberculosis. Sequence analysi...

Journal: :Journal of clinical microbiology 1998
J Esteban A Molleja R Fernández-Roblas F Soriano

From 1991 to 1996, 541 blood samples were tested for the presence of mycobacteria; 56 were positive (30 patients, 26 human immunodeficiency virus positive). The species found were Mycobacterium avium (41 samples from 18 patients), Mycobacterium tuberculosis (12 samples from 9 patients), and three other species (1 sample each). The average time to detection was 25.23 days (22.65 for M. avium and...

2011
Felix Mba Medie Iskandar Ben Salah Bernard Henrissat Didier Raoult Michel Drancourt

BACKGROUND Most environmental non-tuberculous mycobacteria have been demonstrated to invade amoebal trophozoites and cysts, but such relationships are largely unknown for members of the Mycobacterium tuberculosis complex. An environmental source has been proposed for the animal Mycobacterium bovis and the human Mycobacterium canettii. METHODOLOGY/PRINCIPAL FINDINGS Using optic and electron mi...

Journal: :Comparative and Functional Genomics 2004
Karina Caimi Angel Cataldi

The direct repeat (DR) region is a singular locus of the Mycobacterium tuberculosis complex genome. This region consists of 36 bp repetitive sequences separated by non-repetitive unique spacer sequences. Around this region there are several genes coding for proteins of unknown function. To determine whether the M. smegmatis, M. avium, M. marinum and M. leprae genomes contain sequences and ORFs ...

Journal: :The Brazilian journal of infectious diseases : an official publication of the Brazilian Society of Infectious Diseases 2005
S M Nakatani I J T Messias-Reason M Burger C A Cunha

The use of highly active antiretroviral therapy (HAART) for the treatment of HIV infection has been associated with a marked reduction in the incidence of most opportunistic infections. From April 2001 to February 2002, 80 blood samples from patients who were suspected to have disseminated mycobacterial infection, presenting fever and (preferably) a CD4 T cell count < 100.0 cell/mL were investi...

2012
Satoshi Ikegame Yoritake Sakoda Nao Fujino Kazuhito Taguchi Masayuki Kawasaki Akira Kajiki

A retrospective observational study was performed to determine the sensitivity and limitation of PCR test for the detection of Mycobacterium tuberculosis and M. avium complex. We obtained clinical specimens collected from the respiratory tract, cultured M. tuberculosis or M. avium complex, and performed PCR analysis. A total of 299 samples (M. tuberculosis, 177; M. avium, 35; M. intracellulare,...

Journal: :Applied and environmental microbiology 2007
Emma C Stanley Richard J Mole Rebecca J Smith Sarah M Glenn Michael R Barer Michael McGowan Catherine E D Rees

The FASTPlaqueTB assay is an established diagnostic aid for the rapid detection of Mycobacterium tuberculosis from human sputum samples. Using the FASTPlaqueTB assay reagents, viable Mycobacterium avium subsp. paratuberculosis cells were detected as phage plaques in just 24 h. The bacteriophage used does not infect M. avium subsp. paratuberculosis alone, so to add specificity to this assay, a P...

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

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

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