نتایج جستجو برای: beta trace protein

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

Journal: :iranian journal of medical sciences 0
marie saghaeian jazi department of molecular medicine, golestan university of medial sciences, gorgan, iran seyed mahmoud arab najafi department of cell and molecular biology, school of biology, tehran university, tehran, iran

background: the canonical wnt signal transduction (or the wnt/β-catenin pathway) plays a crucial role in the development of animals and in carcinogenesis. beta-catenin is the central component of this signaling pathway. the activation of wnt/β-catenin signaling results in the cytoplasmic and nuclear accumulation of β-catenin. in the nucleus, β-catenin interacts with the tcf/lef transcription fa...

Journal: :Journal of neurology, neurosurgery, and psychiatry 1965
H Link

Human cerebrospinal fluid investigated byimmunoelectrophoresis with an antiserum against human cerebrospinal fluid has been shown to contain two proteins, which cannot be demonstrated in human serum (Clausen, 1961; MacPherson and Cosgrove, 1961; Hochwald and Thorbecke, 1962). These proteins will here be named fl-trace protein and y-trace protein according to Hochwald and Thorbecke (1962). Other...

Journal: :Atlas of Genetics and Cytogenetics in Oncology and Haematology 2018

2017
Marcelo R. Bacci Ethel Z. Chehter Ligia A. Azzalis Beatriz Costa de Aguiar Alves Fernando L.A. Fonseca

Introduction Diabetic nephropathy is associated with specific histological changes. Early detection of poor glomerular and tubular function can be achieved with biomarkers of diabetes. The aim of this study was to evaluate the accuracy of kidney dysfunction biomarkers in type 2 diabetes (T2D). Methods Patients with T2D were grouped according to their glycated hemoglobin level. Patients' urine...

Introduction: Physiological hypertrophy of the heart is dependent on cellular pathways and important proteins such as the ribosomal protein S6 kinase beta-1 (S6K1) and  eukaryotic translation intiation factor4E-binding protein-1(4EBP1). The aim of this study was to investigate the effect of 8 weeks of endurance training on ribosomal protein S6 kinase beta-1 and eukaryotic translation initiation...

Journal: :Nucleic Acids Research 2006
Johannes Söding Michael Remmert Andreas Biegert

HHrep is a web server for the de novo identification of repeats in protein sequences, which is based on the pairwise comparison of profile hidden Markov models (HMMs). Its main strength is its sensitivity, allowing it to detect highly divergent repeat units in protein sequences whose repeats could as yet only be detected from their structures. Examples include sequences with beta-propellor fold...

Journal: :Turkish neurosurgery 2017
Ki-Su Park Chang-Heon Lee Seong-Hyun Park Sung-Kyoo Hwang Jeong-Hyun Hwang

AIM The purpose of this study was to investigate whether the intensity of trauma influences the pathogenesis of traumatic chronic subdural hematoma (CSDH). MATERIAL AND METHODS Thirty-one patients treated surgically for traumatic CSDH were divided into high-impact and lowimpact groups according to the intensity of trauma. They were respectively evaluated with respect to clinical and radiologi...

Journal: :Hippocampus 2002
Christine P Donahue Roderick V Jensen Tomoyo Ochiishi Ingrid Eisenstein Mingrui Zhao Tracey Shors Kenneth S Kosik

Transcriptional profiling (TP) offers a powerful approach to identify genes activated during memory formation and, by inference, the molecular pathways involved. Trace eyeblink conditioning is well suited for the study of regional gene expression because it requires the hippocampus, whereas the highly parallel task, delay conditioning, does not. First, we determined when gene expression was mos...

Journal: :Physical review 2021

Lattice results on sigma terms and global analysis of parton momentum fractions are used to give the quark glue proton mass rest energy. The decomposition in trace energy-momentum tensor is renormalization group invariant. energy from Hamiltonian gravitational form factors scheme scale dependent. separation into traceless part which composed has minimum dependence. We identify anomaly $\langle ...

Journal: :nutrition and food sciences research 0
ali aberoumand postal address : no 22, second alley of ab va bargh, zolfeghari, behbahan, khuzestan

background and objectives: the present study was conducted to evaluate the presence of biochemical contents and trace elements, and detect phytochemicals in the edible part extracts of asparagus officinalis dc and chlorophytum comosum linn by hptlc. materials and methods: the biochemical contents and trace elements were determined by different biochemical methods, and trace elements’ presence w...

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

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

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