نتایج جستجو برای: اختلاف دامنه h1

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

Journal: :Journal of virology 2011
Jae-Won Kim Sangbom M Lyi Colin R Parrish John S L Parker

The reovirus outer capsid protein μ1 is responsible for cell membrane penetration during virus entry and contains determinants necessary for virus-induced apoptosis. Residues 582 to 611 of μ1 are necessary and sufficient for reovirus-induced apoptosis, and residues 594 and 595 independently regulate the efficiency of viral entry and reovirus-induced cell apoptosis, respectively. Two of three α-...

Journal: :Journal of virology 2006
Kasey L Konesky Jennifer K Nyborg Paul J Laybourn

Upon infection of human T-cell leukemia virus type 1 (HTLV-1), the provirus is integrated into the host cell genome and subsequently packaged into chromatin that contains histone H1. Consequently, transcriptional activation of the virus requires overcoming the environment of chromatin and H1. To efficiently activate transcription, HTLV-1 requires the virally encoded protein Tax and cellular tra...

2010

To obtain a contradiction, suppose that there is a cycle; this implies that so that there are q ≥ 2 different governments H1, . . . ,Hq such that φ (Hj) = Hj+1 for all 1 ≤ j < q, and φ (Hq) = H1. Without loss of generality, let H1 be the least competent of these governments. Take H = φ (H2) (if q > 2 then H = H3 and if q = 2 then H = H1). As φ is a political equilibrium, Vi (H) > Vi (H2) holds ...

Journal: :Molecular and cellular biology 2011
James A Maclean Anilkumar Bettegowda Byung Ju Kim Chih-Hong Lou Seung-Min Yang Anjana Bhardwaj Sreenath Shanker Zhiying Hu Yuhong Fan Sigrid Eckardt K John McLaughlin Arthur I Skoultchi Miles F Wilkinson

Histone H1 is an abundant and essential component of chromatin whose precise role in regulating gene expression is poorly understood. Here, we report that a major target of H1-mediated regulation in embryonic stem (ES) cells is the X-linked Rhox homeobox gene cluster. To address the underlying mechanism, we examined the founding member of the Rhox gene cluster-Rhox5-and found that its distal pr...

2002
Paul Busch

The general form of non-entangling unitary maps for measurement schemes is determined. It is shown that any POVM admits a non-entangling measurement. We prove the following. Proposition 1 Let H1,H2 be complex separable Hilbert spaces, φ0 a unit vector in H2. Assume U : H1 ⊗ H2 → H1 ⊗ H2 is a unitary map such that for all φ ∈ H1, U(φ ⊗ φ0) = φ′ ⊗ φ′ for some unit vectors φ′ ∈ H1, φ′ ∈ H2. Then U...

Journal: :Clinical cancer research : an official journal of the American Association for Cancer Research 2000
N H Chow H S Liu S H Chan

The nm23 gene was initially cloned as a metastasis suppressor gene, but the clinical relevance of nm23-H1 as a metastasis suppressor or prognostic indicator for human cancers remains enigmatic. Given that gene expression is regulated at the tissue-specific level, we studied the molecular mechanisms of nm23-H1 expression in human bladder cancer cell lines and the clinical importance of protein p...

Journal: :Genes & development 2009
Xingwu Lu Sandeep N Wontakal Alexander V Emelyanov Patrick Morcillo Alexander Y Konev Dmitry V Fyodorov Arthur I Skoultchi

We generated mutant alleles of Drosophila melanogaster in which expression of the linker histone H1 can be down-regulated over a wide range by RNAi. When the H1 protein level is reduced to approximately 20% of the level in wild-type larvae, lethality occurs in the late larval - pupal stages of development. Here we show that H1 has an important function in gene regulation within or near heteroch...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 2010
Bibhudatta Mishra Maren von der Ohe Christian Schulze Shan Bian Tatjana Makhina Gabriele Loers Ralf Kleene Melitta Schachner

Polysialic acid (PSA) is a large and highly negatively charged glycan that plays crucial roles in nervous system development and function in the adult. It has been suggested to facilitate cell migration, neurite outgrowth, and synaptic plasticity because its hydration volume could enhance flexibility of cell interactions. Evidence for receptors of PSA has so far been elusive. We now identified ...

2013
GABRIELLA SCHIERA CARLO MARIA DI LIEGRO PATRIZIA SALADINO ROSARIO PITTI GIOVANNI SAVETTIERI PATRIZIA PROIA ITALIA DI LIEGRO

Chromatin remodelling can be involved in some of the epigenetic modifications found in tumor cells. One of the mechanisms at the basis of chromatin dynamics is likely to be synthesis and incorporation of replacement histone variants, such as the H1˚ linker histone. Regulation of the expression of this protein can thus be critical in tumorigenesis. In developing brain, H1˚ expression is mainly r...

2011
Nozomi Niitsu Hirokazu Nakamine Masataka Okamoto

Purpose: We examined whether nm23-H1 is a prognostic factor of peripheral T-cell lymphoma, not otherwise specified (PTCL-NOS). Experimental Design: We studied 102 consecutive, untreated PTCL-NOS patients from 1998 to 2008. The expression of nm23-H1 and TIA-1 was studied by immunohistochemistry. Results: nm23-H1 was positive in 44.1% and TIA-1 in 78.4% of the PTCL-NOS patients. nm23-H1 expressio...

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

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

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