نتایج جستجو برای: recombinant epc1

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

Journal: :Antibody reports 2022

The recombinant antibodies AC650, AC653, AC656 and AD460 detect by immunofluorescence the human CD8α protein.

Journal: :jundishapur journal of microbiology 0
ava behrouzi department of biology, school of basic science, science and research branch, islamic azad university, tehran, ir iran saeid bouzari department of molecular biology, pasteur institute of iran, tehran, ir iran seyed davar siadat department of tuberculosis and pulmonary research, pasteur institute of iran, tehran, ir iran; department of tuberculosis and pulmonary research, pasteur institute of iran, tehran, ir iran. tel: +98-9121442137, fax: +98-2166492619 anis jafari department of molecular biology, pasteur institute of iran, tehran, ir iran shiva irani department of biology, school of basic science, science and research branch, islamic azad university, tehran, ir iran

conclusions our results showed that the recombinant protein produced by the pbad vector in the escherichia coli system was very efficient. background nontypeable haemophilus influenzae (nthi) is a significant pathogen in children, causing otitis media, sinusitis, conjunctivitis, pneumonia, and occasionally invasive infections. protein d (pd) belongs to the minor outer-membrane proteins of h. in...

Journal: :modares journal of medical sciences: pathobiology 2008
hossein basiri seyed latif mousavi gargari iraj rasoli ali hatef salmanian kazem parivar

objective: helicobacter pylori is a spiral, microaerophilic gram negative bacterium, that multiplies and causes infection in human gastric mucosal layer. h.pylori infection, followed by destruction of gastric epithelial tissue, leads to gastric chronic inflammation, which can cause gastric and peptic ulcers. new approaches have focused on using specific treatments, such as immunotherapy, to era...

Journal: :Antibody reports 2021

A new recombinant antibody, RB611, detects human and murine pancreatic polypeptide (PPY) by immunofluorescence on histological sections.

Journal: : 2022

IMMUNOLOGICAL EFFECTS OF FLGE2 RECOMBINANT PROTEIN IN HELICOBACTER PYLORI ON TNF-A CYTOKINE PRODUCTION MACROPHAGE CELLS VITRO

Journal: :iranian journal of allergy, asthma and immunology 0
fatemeh dousti department of immunology, faculty of medicine, ahvaz jundishapur university of medical sciences, ahvaz, iran mohammad-ali assarehzadegan department of immunology, faculty of medicine, ahvaz jundishapur university of medical sciences, ahvaz, iran and department of immunology, school of medicine, iran university of medical sciences, tehran, iran payam morakabati department of immunology, faculty of medicine, ahvaz jundishapur university of medical sciences, ahvaz, iran gholam reza khosravi department of immunology, faculty of medicine, ahvaz jundishapur university of medical sciences, ahvaz, iran bahareh akbari department of immunology, faculty of medicine, ahvaz jundishapur university of medical sciences, ahvaz, iran

pollen from mesquite (prosopis juliflora) is one of the important causes of immediate hypersensitivity reactions in the arid and semi-arid regions of the world. the aim of present study is to produce and purify the recombinant form of allergenic ole e 1-like protein from the pollen of this allergenic tree. immunological and cross-inhibition assays were performed for the evaluation of ige-bindin...

املشی, ایمان, مینایی, محمد ابراهیم, هنری, حسین,

Background and purpose: The most common cause of diarrhea is Shigella and no vaccine has been found so far. IpaD and STxB proteins (B subunit of Shiga toxin) play an important role in invasion, infection and pathogenesis caused by Shigella. To evaluate the immunogenicity of each of the proteins IpaD and STxB can using of two animal models mice and guinea pigs and could be determined role of eac...

Background: Antimicrobial peptides have been considered as the key to change in the current antibiotics. AcAMP, Antimicrobial peptide is one of them, which has been purified from the Aspergillus clavatus ES1 fungus, and its biochemical properties and characterization indicate that this peptide has unique properties. The aim of this study was to express the gene of AcAMP peptide in Escherichia c...

Mohammad Hassan Pouriayevali, Mostafa Salehi-Vaziri, Seyed Latif Mousavi Gargari, Tahmineh Jalali,

Background: Crimean-Congo hemorrhagic fever (CCHF) is an acute viral zoonotic disease, with a mortality rate of 30-50%. There is no approved vaccine or any specific antiviral treatment for CCHF; therefore, the rapid diagnosis seems to be crucial for both efficient supportive therapy and control of infection spread. In this study, the potency of recombinant nucleoprotein of virus expressed in pr...

Background: RADA16I represents one of promising hydrogel forming peptides. Several implementations of RADA16I hydrogels have proven successful in the field of regenerative medicine and tissue engineering. However, RADA16I peptides used in various studies utilize synthetic peptides and so far, only two research articles have been published on RADA16I peptide recombinant producti...

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

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

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