نتایج جستجو برای: cysteine protease

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

Journal: :iranian journal of virology 0
h bannazadeh-baghi t bamdad h soleimanjahi m kermanian

background and aims: coxsackievirus b3 (cvb3) is the most common agent known to cause viral myocarditis. the viral genome encodes a single polyprotein that is cleaved to produce several proteins by virally encoded proteases. most of this proteolytic processing is catalyzed by a cysteine protease called 3c. the 3c protease plays major role in viral replication and cellular damage. methods: to un...

Journal: :The Biochemical journal 2001
P S Sijwali B R Shenai J Gut A Singh P J Rosenthal

In the malaria parasite Plasmodium falciparum, erythrocytic trophozoites hydrolyse haemoglobin to provide amino acids for parasite protein synthesis. Cysteine protease inhibitors block parasite haemoglobin hydrolysis and development, indicating that cysteine proteases are required for these processes. Three papain-family cysteine protease sequences have been identified in the P. falciparum geno...

Journal: :Antimicrobial agents and chemotherapy 2006
Sunil Parikh Jun Liu Puran Sijwali Jiri Gut Daniel E Goldberg Philip J Rosenthal

Human immunodeficiency virus type 1 protease inhibitors (HIVPIs) and pepstatin are aspartic protease inhibitors with antimalarial activity. In contrast to pepstatin, HIVPIs were not synergistic with a cysteine protease inhibitor or more active against parasites with the cysteine protease falcipain-2 knocked out than against wild-type parasites. As with pepstatin, HIVPIs were equally active agai...

In the present work, a new branch of biotechnological advantage of the latex of an endemic perennial plant, Euphorbia microsciadia has been introduced. A novel cysteine protease, designated as microsciadin, was purified from the latex of Euphorbia microsciadia by a combination of sequential usage of SP-Sepharose Fast Flow column in two different pHs and a final gel filtration ...

Journal: :Angewandte Chemie 2021

Since its outbreak, the severe acute respiratory syndrome—coronavirus 2 (SARS-CoV-2) has impacted quality of life and cost hundreds-of-thousands lives worldwide. Based on global spread mortality, there is an urgent need for novel treatments which can combat this disease. To date, 3-chymotrypsin-like protease (3CLpro), also known as main protease, considered among most important pharmacological ...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2004
Puran S Sijwali Philip J Rosenthal

Erythrocytic malaria parasites degrade hemoglobin in an acidic food vacuole to acquire free amino acids and maintain parasite homeostasis. Hemoglobin hydrolysis appears to be a cooperative process requiring cysteine proteases (falcipains) and aspartic proteases (plasmepsins), but the specific roles of different enzymes in this process are unknown. We previously showed that falcipain-2 is a majo...

Journal: :iranian journal of parasitology 0
dan dan hu dept. of parasitology, medical college, zhengzhou university, zhengzhou, p. r. china. jing cui dept. of parasitology, medical college, zhengzhou university, zhengzhou, p. r. china. li wang dept. of parasitology, medical college, zhengzhou university, zhengzhou, p. r. china. li na liu dept. of parasitology, medical college, zhengzhou university, zhengzhou, p. r. china. tong wei dept. of parasitology, medical college, zhengzhou university, zhengzhou, p. r. china. zhong quan wang dept. of parasitology, medical college, zhengzhou university, zhengzhou, p. r. china.

background: sparganosis is caused by the invasion of spirometra sparganum into various tissues/organs. subcutaneous sparganosis can be diagnosed by biopsy , while visceral/cerebral sparganosis is not easy to be diagnosed. the diagnosis de-pends largely on the detection of specific anti-sparganum antibodies. t he specific-ity of the elisa could be increased by using s. mansoni sparganum excretor...

Journal: :Acta Crystallographica Section F: Structural Biology and Crystallization Communications 2006
Magnus S. Alphey William N. Hunter

Attempts to cocrystallize the cysteine protease papain derived from the latex of Carica papaya with an inhibitor of cysteine proteases (ICP) from Trypanosoma brucei were unsuccessful. However, crystals of papain that diffracted to higher resolution, 1.5 A, than other crystals of this archetypal cysteine protease were obtained, so the analysis was continued. Surprisingly, the substrate-binding c...

Journal: :The Plant cell 1999
M Solomon B Belenghi M Delledonne E Menachem A Levine

Programmed cell death (PCD) is a process by which cells in many organisms die. The basic morphological and biochemical features of PCD are conserved between the animal and plant kingdoms. Cysteine proteases have emerged as key enzymes in the regulation of animal PCD. Here, we show that in soybean cells, PCD-activating oxidative stress induced a set of cysteine proteases. The activation of one o...

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

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

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