نتایج جستجو برای: stable cell

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

Journal: :journal of cell and molecular research 0
zahra roudbari mohammadreza nassiri mojtaba tahmoorespur aliakbar haddad-mashadrizeh ali javadmanesh

human growth hormone (hgh) is a protein with multiple roles in a range of biological functions such as protein, carbohydrates and lipid metabolisms as well as immunity, tissue development and overall growth. one of the major class of biopharmaceuticals in mammalian cells is the production of recombinant pharmaceutical proteins. in this study, we constructed a lentiviral vector carrying coding r...

Kamran Ghaedi, Kianoush Dormiani Mahboubeh Foruzanfar Mohammad Hadi Sekhavati, Mohammad Hossein Nasr Esfahani Mohammad Reza Nassiri Mojtaba Tahmoorespur Morteza Hosseini Yahya Khazaie

Background: PhiC31 integrase is a DNA site-specific recombinase integrates DNA into the chromosomes between the two sites of attB and attP. Several pseudo attPs have been identified in mammalian genomes with critical features for long-term expression of transgene. In this manuscript, we report a novel intrinsic pseudo attP site named CHOL1 in the Chi...

Ahmad Adeli, Fereidoun Mahboudi, Mohammad Azizi, Noushin Davoudi, Robert. W McMaster,

The pLE2SCX vector was developed for the stable expression of exogenous genes in the protozoan parasite Leishmania. The pLE2SCX construct contains three independent selection markers: herpes simplex virus thymidine kinase (HSV-TK), cytosine deaminase (CD) and streptothericin acetyltransferase gene (sat) in multiple cloning site, flanking by 5’ and 3’ untranslated regions of the previously clone...

Journal: :biomacromolecular journal 0
gabor somlyai hyd llc for cancer research and drug development, fürj u. 2, budapest 1124, hungary behnam javaheri behnam javaheri--department of biology, science and research branch, islamic azad university, tehran, iran.,petro parsian pharmed inc. tehran, iran. hadi davari zoltán gyöngyi ildikó somlyai kirk a. tamaddon lászló g. boros

the two stable isotopes of hydrogen, protium (1h) and deuterium (2h) differ in their physicochemical nature. deuterium-depleted water (ddw) significantly inhibited the growth rate of different tumor cell lines in culture media and xenotransplanted mda-mb-231, mcf-7 human breast adenocarcinomas and pc-3 human prostate tumors in vivo. the apoptosis-triggering effect of ddw was demonstrated both i...

Journal: :Biophysical journal 2007
Yurie Okabe Masaki Sasai

Chemical reactions in cells are subject to intense stochastic fluctuations. An important question is how the fundamental physiological behavior of the cell is kept stable against those noisy perturbations. In this study, a stochastic model of the cell cycle of budding yeast was constructed to analyze the effects of noise on the cell-cycle oscillation. The model predicts intense noise in levels ...

Background and Objectives: Tumor-infiltrating regulatory T (TI-Treg) cells perform the significant function in cancer immune escape. In this study, the third generation CAR construct was designed against human CD25 antigen, the significant cell surface biomarker of TI-Tregs. Methods: Initially, the construct of anti-CD25 CAR was designed. Using RNAfold web server, the RNA secondary structure wa...

Journal: :iranian journal of hydrogen and fuel cell 0
hassan ali ozgoli institute of mechanical engineering, iranian research organization for science and technology (irost), p.o. box: 3353-5111, tehran, iran

exergy analysis of an integrated molten carbonate fuel cell-turbo expander-steam turbine hybrid cycle has been presented in this study. the proposed cycle has been used as a sustainable energy approach to provide a micro hybrid power plant with high exergy efficiency. to generate electricity by the mentioned system, an externally reformed molten carbonate fuel cell located upstream of the combi...

Journal: :Beilstein Journal of Nanotechnology 2014

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

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

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