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

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

ژورنال: پژوهش در پزشکی 2006
نژاد مقدم, محمدرضا, چمن‌خواه, محمود, باباشمسی, محمد, مدرسی, سیدمحمدحسین,

Abstract: Background: Streptokinase has been widely prescribed as a fibrinolytic agent for myocardial infarction. Simple structural characteristics of this protein have provided techniques for production of different recombinant types of this protein. The present study was designed to prepare equisimilisH46A subtype of streptokinase in our country. Materials and methods: Having extracted the...

Ali Hatef Salmanian Ghasem Mosayebi, Hamid Abtahi, Maryam Baazm, Mohsen Khaki, Neda Molaee Saeed Babaei

Objective(s): Vascular endothelial growth factor (VEGF) is one of the most effective proteins in angiogenesis, mesenchymal stem cells (MSCs) differentiation and wound healing. These abilities are therapeutic potential of VEGF in diabetic retinopathy, nephropathy and other tissue damage circumstances. In this study, recombinant VEGF was produced in Escherichia coli (E. coli) system and then biol...

  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...

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

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

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