نتایج جستجو برای: hybrid biotype

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

A.H. Tabatabayi A.M. Behroozikhah H. Keyvanfar M.M. Feizabadi S. Alamian

101 isolates of Brucella spp. including the reference (n=7) and the Iranian field strains belonging to last years 1961-2003 (n=94) were biotyped and classified into 9 biotypes. Random amplified polymorphic DNA (RAPD) analysis using a ten mer-AP4 primer was generated 72 reproduciable DNA band. The typeability was 100%. The thirteen isolates were classified into five groups, each containing 2-4 b...

Journal: :Applied and environmental microbiology 2006
Kathrin Kuehni Boghenbor Stephen L W On Branko Kokotovic Andreas Baumgartner Trudy M Wassenaar Matthias Wittwer Beatrice Bissig-Choisat Joachim Frey

In this study, 231 strains of Yersinia enterocolitica, 25 strains of Y. intermedia, and 10 strains of Y. bercovieri from human and porcine sources (including reference strains) were analyzed using amplified fragment length polymorphism (AFLP), a whole-genome fingerprinting method for subtyping bacterial isolates. AFLP typing distinguished the different Yersinia species examined. Representatives...

2010
D. A. Downie

Pest species of insects are notoriously prone to escape the weapons deployed in management efforts against them. This is particularly true in herbivorous insects. When a previously successful tactic fails the insect population has apparently adapted to it and is often considered to be a new or distinct entity, and given the non-formal category 'biotype'. The entities falling under the umbrella ...

2009
Esra BÜYÜKCANGAZ Serpil KAHYA

The possible role of Brucella spp. in 65 abortion cases, 55 from sheep and 10 from goats, occurring in the birth seasons of 2004 and 2005 in northwestern Turkey was investigated. Colony morphology, agglutination by acriflavin, H2S production, CO2 requirement, dye sensitivity in thionin, basic fuchsin, growth characteristics in streptomycin, lysis with Tbilisi phage, and agglutination with monos...

Journal: :Japanese journal of infectious diseases 2005
Itender Singh Jugsharan S Virdi

Yersinia enterocolitica biotype 1A isolates are increasingly being associated with diarrhea. However, the mechanism of their pathogenicity is not well understood. In the present study interaction of Y. enterocolitica isolates with CHO cells, HEp-2 cells and J774 mouse macrophages was studied. Y. enterocolitica biotype 1A strains of clinical origin invaded CHO and HEp-2 cells to a significantly ...

2013
J. L. P. van Oorschot H. van Leeuwen

The rate o f photosynthesis in intact leaves o f a triazine-resistant biotype o f Amaranthus retroflexus was about 15% lower than that o f a triazine-susceptible biotype. Differences in photosyn­ thesis between resistant and susceptible biotypes o f Polygonum lapathifolium, Poa annua and Solanum nigrum were not significant, and absent in Chenopodium album and Stellaria media. The results are br...

Journal: :Journal of clinical microbiology 1984
M Gratten T Lupiwa J Montgomery G Gerega

The relationship between serotypes and biotypes of 505 carriage strains of Haemophilus influenzae isolated from the upper respiratory tracts of well children, children with pneumonia, and healthy adults was studied. All except serotype c were significantly associated with one or two specific biotypes (P less than 0.001). No encapsulated organisms belonging to biotypes V, VI, or VII were encount...

Journal: :Infection and immunity 1981
T Vesikari T Nurmi M Mäki M Skurnik C Sundqvist K Granfors P Grönroos

Human isolates of Yersinia enterocolitica serotypes O:3 (biotype 4) and O:9 (biotype 3) harbored plasmids sized approximately 47 and 44 megadaltons, respectively. No such plasmids were found in "apathogenic" strains of Y. enterocolitica belonging to biotype 1. There was a positive correlation among the presence of plasmid, autoagglutination, and adherence to and toxicity for HEp-2 cell cultures...

2016

The planarian Dugesia benazzii presents a diploid biotype which is synaptic and amphimictic and two polyploid biotypes which are characterized either i) by asynapsis in the female line or ii) by chromosome set doubling in the synaptic oocytes. Asynapsis and chromosome set doubling are characters controlled by multifactorial mechanisms. It has been suggested that these factors are also present i...

1998
E. A. Sobek P. J. Cotty

Variability in growth rate was observed among S strain isolates of Aspergillus flavus from western Arizona. Isolates were grouped into fast and slow growing biotypes and compared for radial growth, and sclerotia, spore, aflatoxin, and pectinase production. Slow and fast biotypes were distributed equally among three collection areas with 35% of 300 S strain isolates classified as the slow biotyp...

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

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

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