نتایج جستجو برای: immunostaining

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

Journal: :The American journal of pathology 2000
L Fink T Kinfe W Seeger L Ermert W Kummer R M Bohle

Microdissection techniques allow a cell-type or even cell-specific mRNA analysis within complex tissues. Furthermore, valid mRNA quantitation can be performed by real-time reverse transcriptase-polymerase chain reaction from a few isolated cells obtained from cryosections. For a more precise access to many cell types, this technique has to be complemented by a cell-type-specific immunostaining....

2011
N. Barteneva

1 Immune Disease Institute and Program in Cellular and Molecular Medicine at Children's Hospital, D-239, 200 Longwood Avenue, 02115, Boston, MA, USA 2 Department of Pathology, Harvard Medical School, D-239, 200 Longwood Avenue, 02115, Boston, MA, USA 3 Hematology Scientific Center, 4 Novyi Zykovski Proezd, 125167, Moscow, Russia 4 A.N.Belozersky Institute of Physico-Chemical Biology, Moscow Sta...

Journal: :The Journal of comparative neurology 2009
Shawn Mikula Sarah K Parrish James S Trimmer Edward G Jones

High-resolution 3D reconstruction and morphometric analysis of striosomes was carried out in macaque monkeys by using immunocytochemistry for the Kv4 potassium channel subunit potassium channel interacting protein 1 (KChIP1), a novel marker. The striosomes form a connected reticulum made up of two distinct planar sheets spanning several millimeters in the putamen, and long finger-like branches ...

Journal: :The Malaysian journal of pathology 1992
Y C Lim K S Phang S K Cheong

With the advent of new monoclonal antibodies that are applicable to formalin-fixed, paraffin embedded sections, immunophenotyping is becoming increasingly important in the diagnosis and classification of lymphomas. However, multiple factors such as fixation, trypsinization and even type of antibodies used have certain effects on the final outcome of the staining procedure. In this paper we repo...

2016
Siwei Zhang Jingjing Li Robert Lea Enrique Amaya

Primary neurogenesis is a dynamic and complex process during embryonic development that sets up the initial layout of the central nervous system. During this process, a portion of neural stem cells undergo differentiation and give rise to the first populations of differentiated primary neurons within the nascent central nervous system. Several vertebrate model organisms have been used to explor...

2001
L Nakopoulou A Zervas A Ch Lazaris C Constantinides C Stravodimos P Davaris C Dimopoulos

Aims—The nuclear enzyme DNA topoisomerase II has been shown to be required for chromatin condensation and chromosomal segregation during mitosis; its isoform topo IIá is linked with active cell proliferation in mammalian cells. The aim of this study was to examine the relation of the expression of topo IIá to the biological behaviour of conventional urinary bladder cancer. Methods—Formalin fixe...

2006
Se-Hoon Kim Priscilla Che Seung-Hyuk Chung Debora Doorn Monica Hoy Matt Larouche Hassan Marzban Justyna Sarna Sepehr Zahedi

Immunocytochemistry on sectioned tissue is a powerful method for determining the cellular and subcellular distributions of an epitope. However, where the expression is patterned, understanding the distribution often requires extensive, time-consuming threedimensional reconstruction with all its attendant artifacts. The techniques described in this unit circumvent these problems. The distributio...

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

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

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