نتایج جستجو برای: specific primer

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

Ahmad R. Bahrmand, Mehrdad H. Babaie, Mohammad M. Feizabadi, Nader Shahrokhi, Valery V. Bakayev,

Three tuberculous, twenty-one non-tuberculous mycobacterial (NTM) reference strains and seventy two isolates classified by biochemical tests were shown to produce specific sets of DNA fragments in a polymerase chain reaction with single universal primer (UP-PCR). A rather wide limit of tolerance for variations in procedure of PCR mixture preparation and thermocycling parameters was found. There...

2016
Praful Aggarwal Peter Mathai

BISTRO-PRIMER TOOL TO DESIGN AND VALIDATE SPECIFIC PCR PRIMER PAIRS FOR PHYLOGENETIC ANALYSIS Praful Aggarwal Marquette University, 2011 Polymerase Chain Reaction is a widely used biological technique which helps in amplifying small quantities of DNA. These amplified DNA copies are then used in several other experiments like DNA sequencing, phylogenetic analysis, etc. PCR primers are short subs...

2009
Jang-Han Kim Yeong-Hwan Han

In this study, in an effort to develop a method for the molecular detection of Tricholoma matsutake in Korea from other closely related Tricholomataceae, a species-specific PCR primer pair, TmF and TmR, was designed using nuclear ribosomal intertranscribed spacer (ITS) sequences. The DTmF and DTmR sequences were 5'-CCTGACGCCAATCTTTTCA-3' and 5'-GGAGAGCAGACTTGTGAGCA-3', respectively. The PCR pri...

2013
Hoseong Choi Won Kyong Cho Jisuk Yu Jong-Seung Lee Kook-Hyung Kim

To detect five plant viruses (Beet black scorch virus, Beet necrotic yellow vein virus, Eggplant mottled dwarf virus, Pelargonium zonate spot virus, and Rice yellow mottle virus) for quarantine purposes, we designed 15 RT-PCR primer sets. Primer design was based on the nucleotide sequence of the coat protein gene, which is highly conserved within species. All but one primer set successfully amp...

2002
C. E. van der Schoot

It has been shown that the Rhesus (Rh) blood group antigens are encoded by two homologous genes: the Rh D gene and the Rh CcEe gene. The Rh CcEe gene encodes different peptides: the Rh C, c, E, and e polypeptides. Only one nucleotide difference has been found between the alleles encoding the Rh E and the Rh e antigen polypeptides. It is a C -+ G transition at nucleotide position 676, which lead...

, ,

Background: Celiac Disease (CD) is a T cell-mediated disorder. Recent studies suggest the role of chemokines CXCL10 and CXCL11 to promote the arrival of cells into inflamed tissues and in lymphocytic recruitment in active CD. The aim of this study was to investigate the new specific primer pairs for analysis of human CXCL10 and CXCL11 genes in blood samples of CD patients by Polymerase Chain Re...

2014
Gayatri Vaidya G.R. Naik

Due to lack of morphological methods to identify sex at early stage in the plants with long juvenile period the application of molecular markers is expected to facilitate breeding program. The objective of this study is to identify molecular markers linked to sex determination of the plant Simarouba glauca which assists in crop improvement program. Random amplified polymorphic DNA primers were ...

2013
Atsuhiko Kushida

A PCR-DGGE primer pair, Tyl2F-Tyl4R, specific to plant parasitic and fungivorous nematodes was designed based on the 18S rRNA gene. The results of community analysis using the primers showed that they are specific to the order Tylenchida. This primer pair detected species belonging to Tylenchida with high sensitivity and high resolution. The number of detected species of plant parasitic and fun...

Journal: :Japanese Journal of Thrombosis and Hemostasis 1996

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

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

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