نتایج جستجو برای: matrix attachment region

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

Journal: :modares journal of medical sciences: pathobiology 2013
azam rahimpour behrouz vaziri farzaneh barkhordari leila nematollahi ahmad adeli

objective: development of high producing mammalian cell lines is a major bottleneck in manufacturing of recombinant therapeutic proteins. this study examines the effect of using the matrix attachment region from the human interferon beta gene in combination with promoter activation strategy with e1a 13s protein on human tissue plasminogen activator (t-pa) expression in chinese hamster ovary (ch...

2005
Masahiro Minami Gaku Morisawa Mariko Hayashi Yoichi Sakata Yoshiki Habu Masaki Iwabuchi Tetsuo Meshi

The 5-upstream region of a winged bean chymotrypsin inhibitor gene (JVCI-3b) was found to have a high affinity for nuclear matrix. The region, named WCI-3b MAR (matrix attachment region), is highly A + T-rich and contains multiple sites interacting with nuclear matrix. A MAR was also found in the corresponding region of the WCI-x gene, another active gene of the WCI family. Several MAR-binding ...

2003
Michael Vishva M.

We explored the role that thrombospondin (TSP). a multifunctional extracellular matrix protein, plays in hematopoietic cell-cell and cell-matrix interactions. Thrombospondin synthesis is differentially regulated in human long-term bone marrow cultures. Consistent with this, human hematopoietic progenitor cells of all three lineages (erythrocyte, megakaryocyte, and granulocyte) use TSP as an att...

2013
Salina Arope Niamh Harraghy Milos Pjanic Nicolas Mermod

Matrix attachment regions (MAR) generally act as epigenetic regulatory sequences that increase gene expression, and they were proposed to partition chromosomes into loop-forming domains. However, their molecular mode of action remains poorly understood. Here, we assessed the possible contribution of the AT-rich core and adjacent transcription factor binding motifs to the transcription augmentin...

2016
Meghan F. Cronin Tomoki Tozuka

In regions of strong sea surface temperature (SST) gradients, the surface "geostrophic" currents have a vertical shear aligned with the surface density front defined by the temperature. This surface geostrophic ("thermal wind") shear can balance a portion of the surface wind stress, altering the classic Ekman response to wind forcing. Here we show that these frontal effects cannot be ignored in...

2012
Sambit Bakshi Sunita Kumari Rahul Raman Pankaj K Sa

Recognition of a person through his face is the primitive mean of human identification. Identifying a person through face biometric have grown its importance through the last decade and researchers have attempted to find unique facial feature-points. Facial data also contains change with expression and age, which makes recognition through face difficult. And there has developed a stringent nece...

Journal: :Nucleic acids research 2004
Viviana Valadez-Graham Sergey V Razin Félix Recillas-Targa

The eukaryotic genome is partitioned into chromatin domains containing coding and intergenic regions. Insulators have been suggested to play a role in establishing and maintaining chromatin domains. Here we describe the identification and characterization of two separable enhancer blocking elements located in the 5' flanking region of the chicken alpha-globin domain, 11-16 kb upstream of the em...

Journal: :Brazilian journal of biology = Revista brasleira de biologia 2007
P P Parise-Maltempi R M P Avancini

The chromosome modal number in Muscoidea Diptera is 2n=12, including five pairs of autosomes and one sex chromosome pair. Nevertheless, some species with 2n=10 chromosomes have been described, all of them from the Muscidae family. We analyzed the karyotype of some Muscidae species from different subfamilies and compared the obtained data with the karyotypes of some species of the families Calli...

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

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

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