نتایج جستجو برای: expression optimization

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

2009
Hayk Grigoryan Arsen Shoukourian

The equivalence of processes is an important constituent of process optimization. The article considers the functional equivalence problem for processes in object-oriented environments for the case when the turn of executing operations for different objects is not essential. It is shown that this problem can be reduced to the equivalence problem of regular expressions over a partially commutati...

2004
Yu Wang Haixun Wang Xiaofeng Meng Shan Wang

Selectivity estimation of path expressions in querying XML data plays an important role in query optimization. A path expression may contain multiple branches with predicates, each of which having its impact on the selectivity of the entire query. In this paper, we propose a novel method based on 2-dimensional value histograms to estimate the selectivity of path expressions embedded with predic...

2016
Kevin Downs Duncan Anthony Coulter

The work investigates the general suitability of purpose of abstract evolutionary approaches by investigating the issues involved with re-factoring an existing, gene expression programming based, drone control system into an immunologically based general purpose optimization system. The re-purposed model is investigated regarding its suitability suitable for use in clonal expansion based optimi...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2009
Trevor Bedford Daniel L Hartl

It is generally assumed that stabilizing selection promoting a phenotypic optimum acts to shape variation in quantitative traits across individuals and species. Although gene expression represents an intensively studied molecular phenotype, the extent to which stabilizing selection limits divergence in gene expression remains contentious. In this study, we present a theoretical framework for th...

2014
Laura van der Straat Leo H de Graaff

I acid is an important building block for the chemical industry. Currently, Aspergillus terreus is the main organism used for itaconic acid production. Due to the enormous citric acid production capacity of Aspergillus niger, this host is investigated as a potential itaconic acid production host. Several strategies have been tried so far: fermentation optimization, expression of cis-aconitate d...

2013
Chirag H. Bhatt Harshad B. Bhadka

In term of Compiler optimization, classical compilers implemented with an effective optimization technique called Peephole optimization. In the early stage of the implementation of this technique basically applied using string pattern matching performed on the regular expression and which are known as classical peephole optimizers. In the classical optimizers, the string pattern matching approa...

2010
Anzor G. Gvritishvili Kar Wah Leung Joyce Tombran-Tink

Pigment epithelium-derived factor (PEDF) is widely known for its neurotrophic and antiangiogenic functions. Efficacy studies of PEDF in animal models are limited because of poor heterologous protein yields. Here, we redesigned the human PEDF gene to preferentially match codon frequencies of E coli without altering the amino acid sequence. Following de novo synthesis, codon optimized PEDF (coPED...

Journal: :avicenna journal of medical biotechnology 0

background: transient gene expression (tge) gained popularity over the last decade as a rapid method for the production of milligram to gram quantities of recombinant proteins for preclinical studies in biophama industry. thereby, the optimization of the tge technique for chinese hamster ovary (cho) as the dominant host for the production of biotherapeutics is of great interest to reach the val...

Journal: :JSW 2012
Haiwang Cao Chaogai Xue

This paper deals with an approach to the optimization of enterprise information system(EIS) based on the object-based knowledge mesh (OKM) and binary tree. Firstly, to explore the optimization of EIS by the user’s function requirements, an OKM expression representation based on the user’s satisfaction and binary tree is proposed. Secondly, based on the definitions of the fuzzy function-satisfac...

Journal: :jundishapur journal of microbiology 0
mehdi fazlalipour department of medical virology, iran university of medical sciences, tehran, ir iran hossein keyvani department of medical virology, iran university of medical sciences, tehran, ir iran; department of medical virology, iran university of medical sciences, tehran, ir iran. tel/fax: +98-9126222938 seyed hamid reza monavari department of medical virology, iran university of medical sciences, tehran, ir iran hamid reza mollaie department of medical virology, iran university of medical sciences, tehran, ir iran

conclusions these findings of the present study indicate that the recombinant coree1e2 glycoprotein is effective in inducing neutralizing antibodies, and is an influential hcv vaccine candidate. results in our study, the virus-like particle of rcoree1e2 with 70 nm size, was shown by electron microscopy and proved the self-assembly in vitro in a yeast expression system. materials and methods by ...

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

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

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