نتایج جستجو برای: metastatic tumors

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

Journal: :Nihon Jibiinkoka Gakkai kaiho 1990
C S Jin

In order to clarify possible alterations of membrane-, and cytoplasma-glycoconjugates of laryngeal cancer cells in metastatic process, a histochemical study was performed on laryngeal squamous carcinoma, using seven lectins conjugated with horseradish peroxidase (HRP); PNA, UEA-I, WGA, RCA-I, DBA, SBA and MPA. The author studied 32 primary tumors and 32 corresponding metastatic tumors obtained ...

Journal: :Cancer control : journal of the Moffitt Cancer Center 2014
Paul E Kaloostian Patricia L Zadnik Arnold B Etame Frank D Vrionis Ziya L Gokaslan Daniel M Sciubba

BACKGROUND The axial skeleton is a common site for primary tumors and metastatic disease, with metastatic disease being much more common. Primary and metastatic spinal tumors have a diverse range of aggressiveness, ranging from benign lesions to highly infiltrative malignant tumors. METHODS The authors reviewed the results of articles describing the treatment and outcomes of patients with met...

2013
Saadia A Aziz Joshua A Sznol Adebowale Adeniran Fabio Parisi Yuval Kluger Robert L Camp Harriet M Kluger

UNLABELLED BACKGROUND Targeted therapies in renal cell carcinoma can have different effects on primary and metastatic tumors. To pave the way for predictive biomarker development, we assessed differences in expression of targets of currently approved drugs in matched primary and metastatic specimens from 34 patients. METHODS Four cores from each site were embedded in tissue microarray bloc...

Journal: :caspian journal of neurological sciences 0
kourosh askari sara janeshin student research committee, guilan university of medical sciences, rasht, iran ; sarastar20@yahoo.com mehryar mashouf maryam taherzadeh-amlashi seyed-mohammad seyed-saadat

background: tumors of the central nervous system (cns) are a heterogeneous group of neoplasms with different prevalence in different sex and age groups and various parts of cns. objectives: determining the relative frequency of different types of cns tumors in different ages, sex and cns anatomical locations. materials and methods: this retrospective study was performed using pathological repor...

Journal: :nephro-urology monthly 0
mohamadreza nowroozi uro-oncology research center (uorc), tehran university of medical sciences, tehran, iran mohsen ayati uro-oncology research center (uorc), tehran university of medical sciences, tehran, iran erfan amini uro-oncology research center (uorc), tehran university of medical sciences, tehran, iran reza mahdian biotechnology research center, molecular medicine department, pasteur institue of iran, tehran, iran behzad yousefi uro-oncology research center (uorc), tehran university of medical sciences, tehran, iran amir arbab uro-oncology research center (uorc), tehran university of medical sciences, tehran, iran

results a total number of 43 specimens were studied, from which 9 were obtained from patients with metastatic prostate cancer. the expression of five examined genes had no correlation with psa level and gleason score. the expression of amacr decreased in metastatic prostate cancer (p = 0.02). the expression of other genes showed no difference between metastatic and non-metastatic tumors (p > 0....

2010
Markku Miettinen

Soft tissue tumors are generally defined as tumors of connective tissues, including nonosseous sarcomas, benign mesenchymal tumors, and tumor-like proliferations. These tumors are usually considered to include non-osseous tumors of the extremities, trunk wall, intraabdominal and intrathoracic space, and head and neck, although definitions vary. Generally excluded from this definition are nonmes...

Chordoma is a malignant, slow growing and locally aggressive tumor. It arises from remnants of the notochord and accounts for 1–4% of all primary bone tumors. They usually arise from anywhere along the spine, from base of the skull to the sacrococcygeal area and usually do not metastasize. Chordomas are slow-growing tumors which are not responsive to conventional chemotherapy or radiation. They...

2014
Alexander S. Brodsky Andrew Fischer Daniel H. Miller Souriya Vang Shannon MacLaughlan Hsin-Ta Wu Jovian Yu Margaret Steinhoff Colin Collins Peter J. S. Smith Benjamin J. Raphael Laurent Brard

The behavior and genetics of serous epithelial ovarian cancer (EOC) metastasis, the form of the disease lethal to patients, is poorly understood. The unique properties of metastases are critical to understand to improve treatments of the disease that remains in patients after debulking surgery. We sought to identify the genetic and phenotypic landscape of metastatic progression of EOC to unders...

Journal: :Cancer research 2002
Wei R Chen Hong Liu Jerry W Ritchey Kenneth E Bartels Michael D Lucroy Robert E Nordquist

Induction of a long-term tumor-specific immunity is the ultimate cure of metastatic cancers. Laser immunotherapy is a novel approach that aims at the tumor-directed stimulation of the immune system of the host. It involves an intratumor administration of a laser-absorbing dye and an immunoadjuvant, followed by noninvasive laser irradiation. Previous studies using glycated chitosan (GC) as immun...

Journal: :Voprosy onkologii 2022

Metastatic tumors of the oral cavity are rare in occurrence. Renal cell carcinoma (RCC) metastasizes to organs head and neck 12–16% cases. RCC metastases tongue uncommon. A total 63 cases kidney cancer metastasizing have been reported literature. We report a clinical case metastasis skin lower eyelid (as initial manifestation disease) (11 months after diagnosis) one patient with metastatic canc...

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

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

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