نتایج جستجو برای: screened by rapd

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

Journal: :Genome 2001
H I Amadou P J Bebeli P J Kaltsikes

Random amplified polymorphic DNA (RAPD) markers were used to assess genetic diversity in Bambara groundnut (Vigna subterranea L.) germplasm using 25 African accessions from the collection in the International Institute for Tropical Agriculture, Ibadan, Nigeria. Fifty random decamer primers were screened to assess their ability to detect polymorphism in bambara; 17 of them were selected for this...

Journal: :Journal of Carcinogenesis 2004
Kamaleshwar P Singh Deodutta Roy

Kidney tumors from stilbene estrogen (diethylstilbestrol)-treated Syrian hamsters were screened for somatic genetic alterations by Random Amplified Polymorphic DNA-polymerase chain-reaction (RAPD-PCR) fingerprinting. Fingerprints from tumor tissue were generated by single arbitrary primers and compared with fingerprints for normal tissue from the same animal, as well as normal and tumor tissues...

Journal: :Genetics and molecular research : GMR 2011
C Manescu N Hamamouch C Maios A Harfouche A G Doulis F A Aravanopoulos

Gene mapping for a Cupressus species is presented for the first time. Two linkage maps for the Mediterranean cypress (Cupressus sempervirens) varieties, C. sempervirens var. horizontalis and C. sempervirens var. pyramidalis, were constructed following the pseudo-testcross mapping strategy and employing RAPD, SCAR and morphological markers. A total of 427 loci (425 RAPDs, two SCARs) repres...

2013
R. M. Gaafar

A simple and routine method for the analysis of tissue culture-derived strawberry plants for somaclonal variations is a prerquist for pricise monitring of quality control during rapid mass micropropgation. Similarly, molecular identification of different varieties is an important element for efficient and effective management of strawberry genetic resources. This study reports on the use of RAP...

Journal: :Acta microbiologica et immunologica Hungarica (Print) 2021

Abstract Bacterial carbapenem resistance, especially when mediated by transferable carbapenemases, is of important public health concern. An increased number metallo-β-lactamase (MBL)-producing Klebsiella pneumoniae strains isolated in a tertiary hospital Thessaloniki, Greece, called for further genetic investigation. The study included 29 non-repetitive resistant K. isolates phenotypically cha...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شیراز - دانشکده علوم 1391

some new water-soluble schiff base complexes of na2[m(5-so3-1,2-salophen)].nh2o; (5-so3-1,2-salophen = n,n’-bis(5-sulphosalicyliden)-1,2-phenylendiamine); na2[m(5-so3-2,3-salpyr)(h2o)n].2h2o; (5-so3-2,3-salpyr = n,n’-bis(5-sulphosalicyliden)-2,3-diaminopyridine); and na2[m(5-so3-3,4-salbenz)(h2o)n].nh2o; (5-so3-3,4-salbenz = n,n’-bis(5-sulphosalicyliden)-3,4-diaminobenzophenon); where m = cu, n...

Journal: :Memorias do Instituto Oswaldo Cruz 2003
Priscilla de Laet Sant'Ana Mariano Eveline Pípolo Milan Daniel Archimedes da Matta Arnaldo Lopes Colombo

We investigated the presence of Candida dubliniensis among isolates previously identified as Candida albicans and maintained in a yeast stock collection from 1994 to 2000. All isolates were serotyped and further evaluated for antifungal susceptibility profile. After doing a screening test for C. dubliniensis isolates based on the capability of colonies to grow at 42 C, its final identification ...

Journal: :Revista do Instituto de Medicina Tropical de Sao Paulo 2006
Grace Nazareth Diogo Theophilo Dália dos Prazeres Rodrigues Nilma Cintra Leal Ernesto Hofer

One hundred seventy nine Vibrio cholerae non-O1/non-O139 strains from clinical and different environmental sources isolated in Brazil from 1991 to 2000 were serogrouped and screened for the presence of four different virulence factors. The Random Amplification of Polymorphic DNA (RAPD) technique was used to evaluate the genetic relatedness among strains. Fifty-four different serogroups were ide...

A. S. Srujana D. S. Akhila, J. Sonalika K. S. Santhosh M. R. Juliet

Background: Salmonella, a bacterial genus of more than 2500 serotypes is considered as the most significant foodborne pathogen causing infections in humans and animals. Increased antimicrobial resistance and persistence of antimicrobial residues in food matrices warrants the need for alternative infection management strategies. Aims: The present study aimed to isolate and evaluate the lytic act...

Journal: :Hereditas 2006
Amel Salhi-Hannachi Khaled Chatti Olfa Saddoud Messaoud Mars Abdelmajid Rhouma Mohamed Marrakchi Mokhtar Trifi

The genetic diversity in Tunisian fig (Ficus carica L.) was studied using RAPD markers. Thirty-five fig cultivars originating from diverse geographical areas and belonging to three collections were analysed. Random decamer primers were screened to assess their ability to detect polymorphisms in this crop. Forty-four RAPD markers were revealed and used to survey the genetic diversity and to dete...

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

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

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