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

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

  Objective(s): Streptokinase (SKa) is an antigenic protein which is secreted by Streptococcus pyogenes. Streptokinase induces inflammation by complement activation, which may play a role in post infectious diseases. In the present study, recombinant streptokinase from S. pyogenes was produced and showed that recombinant SKa protein was recognized by infected human sera using Western blot analy...

Introduction Phytase is an enzyme that has the ability to break down phytic acid into myoinositol and mineral phosphate, and widely uses as an additive in animal foods. The aim of this study was to achieve a high level of bacterial phytase expression in PET26b expression host. Materials and Methods To generate the recombinant phytase enzyme, the target gene was introduced into the expression ...

Ismaili, Ahmad, Khademi, Mitra , Nazarian-Firouzabadi, Farhad,

Background and purpose: Rapid emergence of traditional antibiotic-resistant pathogens is one of the most important global challenges in medical sciences. To this end, substitution of current antibiotics with strong antimicrobial peptides could be of great benefit. Materials and methods: In this study, the DNA sequence encoding dermaseptin B1 (DrsB1) antimicrobial peptide derived from Phyllomed...

ابراهیمی, فیروز , باقری پور, محمدجواد, حاجی زاده, عباس, نظریان, شهرام,

Abstract Background and purpose: Clostridium botulinum neurotoxins are the most potent toxins that cause the life-threatening botulism syndrome in humans and animals. Researches have shown that the binding domain of the botulinum neurotoxin type E has a high immunogenicity effect that could be used as an efficient recombinant vaccine. The recombinant vaccines are not potent enough to stimulate...

Background: Conventional anti-cancer treatments, such as surgery, chemotherapy, radiation therapy, etc., are linked to antimicrobial resistance (AMR) and have negative effects on healthy tissues. Objectives: The flow cytometry technique was used in this study to evaluate the effectiveness of a modified anti-cancer peptide in treating the AGS gastric cancer cell line. Methods: This study used ...

Journal: :avicenna journal of medical biotechnology 0

background: infectious bursal disease virus (ibdv) causes a highly immunosuppressive disease in chickens and is a pathogen of major economic importance to the poultry industry worldwide. the vp2 protein is the major host-protective immunogen of ibdv and has been considered as a potential subunit vaccine against the disease. vp2 coding sequence was cloned in an inducible fungal vector and the pr...

Journal: :iranian journal of parasitology 0
n. jalallou dept. of medical laboratory science, school of medicine, army medical science university, tehran, iran. m. bandehpour dept. of biotechnology, shahid beheshti university of medical sciences, tehran, iran. h. khazan dept. of medical parasitology and mycology, school of medicine, shahid beheshti university of medical sciences, tehran, iran. a. haghighi dept. of medical parasitology and mycology, school of medicine, shahid beheshti university of medical sciences, tehran, iran. b. kazemi dept. of biotechnology, shahid beheshti university of medical sciences, tehran, iran and cellular and molecular biology research centers, shahid beheshti university, of medical sciences, tehran, iran.

b ackground: toxoplasmosis is a serious disease in immunocompromised patients and pregnant women. differentiation of acute and chronic infection is a major challenge in serodiagnosis of the disease. since the aim of this study was to assess the diagnostic utility of recombinant sag1 (rec- sag1) for the detection of toxoplasma -specific igm antibodies in human sera, by an enzyme-linked immunosor...

Journal: :iranian journal of pediatric hematology and oncology 0
aa hiradfar . department of pediatric hematology and oncology, tabriz of university of medical sciences, iran 2. children cure and hسازمان های دیگر: children cure and health hospital, tabriz of university of medical sciences, iran m banihosseinian children cancer clinic, children cure and health hospital, tabriz of university of medical sciences, iranسازمان اصلی تایید شده: دانشگاه علوم پزشکی تبریز (tabriz university of medical sciences)

background recombinant human erythropoietin (rhuepo) treatment can increase hemoglobin levels and decrease transfusion requirements. this study aims to investigate how blood transfusion influences hemoglobin levels in patients receiving rhuepo for 12 weeks. materials and methods this was a case-control study of 60 patients less than 15 years with anemia and a solid tumor in any location between...

Journal: :iranian journal of biotechnology 2014
maziar habibi-pirkoohi saeid malekzadeh-shafaroudi hasan marashi nasrin moshtaghi mohammadreza nassiri

background: transient and stable transformation of host plants are the common techniques to produce transgenic plants. however, the main drawback of stable transformation is the fact that it takes quite a long time to produce a transgenic line. while, transient gene expression is a quick method to produce recombinant proteins in plants.  objective: the main goal of the present study was to eval...

Journal: :acta medica iranica 0
ramina mahboobi department of pathobiology, school of public health, tehran university of medical sciences, tehran, iran. davoud afshar department of pathobiology, school of public health, tehran university of medical sciences, tehran, iran. mohammad reza pourmand department of pathobiology, school of public health, tehran university of medical sciences, tehran, iran. rahil mashhadi urology research center, tehran university of medical sciences, tehran, iran.

pneumococcal autolysins are enzymes involved in cell wall turnover and cellular division physiologically. they have been found to be involved in the pneumococcus pathogenesis. the aim of this study was to identify the autolytic activity of spr1754 as a novel protein of streptococcus pneumoniae . moreover, the binding of the recombinant protein to plasma proteins was also determined. the spr1754...

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

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

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