نتایج جستجو برای: synthetic peptides

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

Journal: :Molecules 2017
Hernando Curtidor César Reyes Adriana Bermúdez Magnolia Vanegas Yahson Varela Manuel E Patarroyo

Synthetic peptides have become invaluable biomedical research and medicinal chemistry tools for studying functional roles, i.e., binding or proteolytic activity, naturally-occurring regions' immunogenicity in proteins and developing therapeutic agents and vaccines. Synthetic peptides can mimic protein sites; their structure and function can be easily modulated by specific amino acid replacement...

Journal: :The Biochemical journal 2008
Yoshikuni Goto Hiroe Tanji Akira Hattori Masafumi Tsujimoto

ERAP-1 (endoplasmic-reticulum aminopeptidase-1) is a multifunctional enzyme with roles in the regulation of blood pressure, angiogenesis and the presentation of antigens to MHC class I molecules. Whereas the enzyme shows restricted specificity toward synthetic substrates, its substrate specificity toward natural peptides is rather broad. Because of the pathophysiological significance of ERAP-1,...

Journal: :Antibiotics 2014
Mauricio Arias Leonard T Nguyen Andrea M Kuczynski Tore Lejon Hans J Vogel

Antimicrobial peptides (AMPs) constitute promising candidates for the development of new antibiotics. Among the ever-expanding family of AMPs, tritrpticin has strong antimicrobial activity against a broad range of pathogens. This 13-residue peptide has an unusual amino acid sequence that is almost symmetrical and features three central Trp residues with two Arg residues near each end of the pep...

Journal: :BioTechniques 2004
Luo Sun John Rush Inca Ghosh Jeremy R Maunus Ming-Qun Xu

Peptide arrays are increasingly used to define antibody epitopes and substrate specificities of protein kinases. Their use is hampered, however, by ineffective and variable binding efficiency of peptides, which often results in low sensitivity and inconsistent results. To overcome these limitations, we have developed a novel method for making arrays of synthetic peptides on various membranes af...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1985
E C DeFreitas B Dietzschold H Koprowski

Immunization of mice with a synthetic peptide that corresponds to a murine antibody-defined immunodominant domain of herpes simplex virus (HSV) glycoprotein D (gD) induced neutralizing antibodies against HSV types 1 and 2 and protected animals against a lethal challenge with HSV type 2 (Dietzschold, B., Eisenberg, R., Ponce de Leon, M., Golub, E., Hudecz, F., Varicchio, A. & Cohen, G. (1984) J....

Journal: :Leprosy review 2000
H M Dockrell S Brahmbhatt B D Robertson S Britton U Fruth N Gebre M Hunegnaw R Hussain R Manadhar L Murrillo M C Pessolani P Roche J L Salgado E Sampaio F Shahid J E Thole D B Young

To date, only a limited number of antigens have been described as specific for Mycobacterium leprae, and in many cases, homologues have subsequently been shown to exist in mycobacteria such as M. avium and M. intracellulare. A Leprosy Synthetic Peptide Skin Test Initiative was established by the Steering Committee on the Immunology of Mycobacteria of the UNDP/World Bank/WHO Special Programme fo...

2012
Pavlo Maksimov Johannes Zerweck Aline Maksimov Andrea Hotop Uwe Groß Katrin Spekker Walter Däubener Sandra Werdermann Olaf Niederstrasser Eckhardt Petri Marc Mertens Rainer G. Ulrich Franz J. Conraths Gereon Schares

BACKGROUND Different clonal types of Toxoplasma gondii are thought to be associated with distinct clinical manifestations of infections. Serotyping is a novel technique which may allow to determine the clonal type of T. gondii humans are infected with and to extend typing studies to larger populations which include infected but non-diseased individuals. METHODOLOGY A peptide-microarray test f...

2013
Timur Kolomin Maria Shadrina Petr Slominsky Svetlana Limborska Nikolay Myasoedov

Natural regulatory peptides are biologically active compounds that are produced by various cells and provide a link among the main regulatory systems of the body. The field of research into the biologic activity of endogenous regulatory peptides is extremely vast. These peptides affect the cardiovascular, immune, reproductive, endocrine, digestive, and other systems, alter energy metabolism, an...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1982
F Audibert M Jolivet L Chedid R Arnon M Sela

Three peptides corresponding to fragments of diphtheria toxin have been synthesized. They include the previously described tetradecapeptide and two structural analogs, the hexadecapeptide and the octadecapeptide. Conjugates of these peptides to proteins or a synthetic carrier have induced in guinea pig protection against the dermonecrotic activity of diphtheria toxin. All of the conjugates were...

2014
Michael Verlander

The United States Pharmacopeial Convention (USP) Therapeutic Peptides Expert Panel was formed in 2013 to evaluate quality attributes for synthetic peptides based on currently available regulatory guidance and expectations. Public quality standards for drug products and drug substances are developed by USP and enforceable by FDA. This series of three articles by the Panel explores the current ma...

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

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

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