نتایج جستجو برای: موش nude

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

2015
Peter C. Huszthy Per Ø. Sakariassen Heidi Espedal Karl A. Brokstad Rolf Bjerkvig Hrvoje Miletic Peter Szodoray

Transplantation of glioblastoma patient biopsy spheroids to the brain of T cell-compromised Rowett (nude) rats has been established as a representative animal model for human GBMs, with a tumor take rate close to 100%. In immunocompetent littermates however, primary human GBM tissue is invariably rejected. Here we show that after repeated passaging cycles in nude rats, human GBM spheroids are e...

Journal: :Cancer research 1979
T Okabe A Suzuki N Ohsawa K Kosaka T Terasima

We report here a useful method for the isolation and cultivation of human tumor cells in vitro from human tumors grown in nude mice. A rabbit was immunized with spleen cells obtained from adult nude mice. The rabbit antiserum in the presence of complement effectively killed cultured cells derived from various mouse tissues, but it was not cytotoxic to cultured cells from human tissues including...

Journal: :The Journal of reproductive medicine 2015
Laurence A Cole Stephen A Butler

OBJECTIVE To investigate the ability of B152 to block cancer growth in cell lines in vivo and in nude mice in vitro. STUDY DESIGN We examined JAR, JEG-3, and NTERA trophoblastic cancer cell lines and KLE, Hec-1A, SCaBER, and T24 nontrophoblastic cancer cell lines. JEG-3 cells were transplanted into 8 nude mice. Four nude mice were administered B152 antibody, and 4 were administered control no...

Journal: :Journal of immunology 2003
Marc de Perrot Kevin Young Yumiko Imai Mingyao Liu Thomas K Waddell Stefan Fischer Li Zhang Shaf Keshavjee

Leukocytes have been implicated in ischemia-reperfusion (IR) injury of the lung, but the individual role of T cells has not been explored. Recent evidence in mice suggests that T cells may play a role in IR injury. Using a syngeneic (Lewis to Lewis) rat lung transplant model, we observed that recipient CD4(+) T cells infiltrated lung grafts within 1 h of reperfusion and up-regulated the express...

Journal: :Anticancer research 2016
Shuya Yano Kiyoto Takehara Shinji Miwa Hiroyuki Kishimoto Hiroshi Tazawa Yasuo Urata Shunsuke Kagawa Michael Bouvet Toshiyoshi Fujiwara Robert M Hoffman

AIM We describe the development of a highly-invasive, triple-negative breast cancer (TNBC) variant using serial orthotopic implantation of MDA-MB-231 human breast cancer in nude mice. MATERIALS AND METHODS MDA-MB-231 cells expressing red fluorescent protein (RFP) (1×10(7) cells/site) were initially injected subcutaneously in the flank of nude mice. After the subcutaneous tumors grew, they wer...

Journal: :Journal of Experimental Medicine 1971

Journal: :The Journal of Experimental Medicine 1989
M T Drayson S M Sparshott E B Bell

A single intravenous injection of a relatively small number of T cells contained in the population of rat thoracic duct lymphocytes (TDL) is sufficient to restore to normal the peripheral T cell pool of athymic PVG.rnu/rnu nude rats. The donor T cells expand greater than 10-15-fold, self-renew, and restore immunocompetency to nude recipients permanently (greater than 2 yr). We asked whether the...

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

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

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