نتایج جستجو برای: rec

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

Journal: :Journal of clinical microbiology 2000
D Aubert G T Maine I Villena J C Hunt L Howard M Sheu S Brojanac L E Chovan S F Nowlan J M Pinon

We have evaluated the diagnostic utility of eleven Toxoplasma gondii recombinant antigens (P22 [SAG2], P24 [GRA1], P25, P28 [GRA2], P29 [GRA7], P30 [SAG1], P35, P41 [GRA4], P54 [ROP2], P66 [ROP1], and P68) in immunoglobulin G (IgG) and IgM recombinant enzyme-linked immunosorbent assays (Rec-ELISAs). Following an initial evaluation, six recombinant antigens (P29, P30, P35, P54, P66, and P68) wer...

Journal: :Healthcare quarterly 2009
Maitreya Coffey Patricia Cornish Tessie Koonthanam Edward Etchells Anne Matlow

Admission Medication Reconciliation (Med Rec) is an organizational practice designed to ensure patients' pre-admission medications are ordered correctly upon hospital admission. We describe the implementation of admission Med Rec at two academic health sciences centres, each having designed distinctly different processes. Common challenges encountered included the multi-step, inter-professional...

Journal: :Journal of bacteriology 1986
M Balganesh L Arrigoni J K Setlow

A low level of recombination between homologous regions of plasmids and the host chromosome occurred during cell growth. The plasmids contained antibiotic resistance markers on the homologous regions which were only expressed when they were integrated into the chromosome. Such recombination took place in Rec+ rec-2 mutants but not in rec-1 mutants.

2011
Xiao-Feng Xue Hussein Sadeghi Xiao-Yue Hong Samira Sinaie

Nine eriophyoid mites, including two new species and five new records, from Iran are described and illustrated. They are Aceria acroptiloni Shevchenko & Kacalev, 1974, rec. n. on Rhaponticum repens (L.) Hidalgo (Asteraceae); Aceria anthocoptes (Nalepa, 1892), rec. n. on Cirsium arvense (L.) Scop. (Asteraceae); Aceria lactucae (Canestrini, 1893), rec. n. on Lactuca virosa L. (Asteraceae); Aceria...

2017
Jong-Ju Park Hun-Ki Seong Jeong-Soo Kim Byambaragchaa Munkhzaya Myung-Hwa Kang Kwan-Sik Min

Equine chorionic gonadotropin (eCG) is a unique molecule that elicits the response characteristics of both follicle-stimulating hormone (FSH) and luteinizing hormone (LH) in other species. Previous studies from this laboratory had demonstrated that recombinant eCG (rec-eCG) from Chinese hamster ovary (CHO-K1) cells exhibited both FSH- and LH-like activity in rat granulosa and Leydig cells. In t...

Journal: :Journal of virology 2012
Janina S Langner Nina V Fuchs Jan Hoffmann Alexander Wittmann Bernhard Brutschy Roswitha Löwer Beatrix Suess

The RNA export adaptor protein Rec, encoded for by the human endogenous retrovirus HERV-K/HML-2 elements, binds to the Rec responsive element (RcRE) located in the 3' untranslated region of HERV-K/HML-2 transcripts. Binding allows the nucleocytoplasmic export of unspliced viral RNA, thereby overcoming host restriction. Chemical probing of the secondary structure of the RcRE corroborated the the...

Journal: :Leukemia & lymphoma 2015
Yat-Yuen Lim Yoon-Ming Chin Mei-Chee Tai Somayeh Fani Kian-Meng Chang Tee-Chuan Ong Ping-Chong Bee Gin-Gin Gan Ching-Ching Ng

We evaluated the association of two IL10 single nucleotide polymorphisms (SNPs) (rs1800896 and rs1800871) with non-Hodgkin lymphoma (NHL) risk in the three major races of the Malaysian population (Malay, Chinese and Indian; 317 cases and 330 controls). Our initial screening demonstrated that rs1800871 but not rs1800896 was significantly associated with increased NHL risk in Malays (pMalay-Rec =...

2016
Dorothy Yuan Philippa M Musoke Chandra Kusuma

We studied the immune response of salivary secretory Objective immunoglobulin A (sIg-A) from a pediatric tuberculosis (TB) group (scoring > and =6) and non-TB group (scoring <6) against recombinant Ag38 (Ag38-rec) from Indonesian strain. Mycobacterium tuberculosis : Seventy-eight children were divided into three Materials and Methods groups; those with TB (n=26), those with suspected TB (n=26),...

Journal: :Analytical sciences : the international journal of the Japan Society for Analytical Chemistry 2015
Yuki Kushida Osamu Shirai Yoshinari Takano Yuki Kitazumi Kenji Kano

The propagation of the change in potential differences across liquid membranes from the potential-sending cell to the potential-receiving cell was investigated by use of a system combined with three liquid membrane cells, which were composed of two aqueous phases and a 1,2-dichloroethane solution phase. The ionic composition of one potential-sending cell (S) was identical to that of the receivi...

2005
Z. Du Alexandros Stamatakis F. Lin Usman Roshan Luay Nakhleh

Phylogenetic trees are important in biology since their applications range from determining protein function to understanding the evolution of species. Maximum Likelihood (ML) is a popular optimization criterion in phylogenetics. However, inference of phylogenies with ML is NP-hard. Recursive-Iterative-DCM3 (Rec-I-DCM3) is a divideand-conquer framework that divides a dataset into smaller subset...

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

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

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