نتایج جستجو برای: spindle cell tumor

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

Journal: :Reviews in urology 2007
Kaoutar Znati Laila Chbani Hinde El Fatemi Taoufik Harmouch Imane Kamaoui Fadl Tazi Sanae Bennis Afaf Amarti

A solitary fibrous tumor (SFT) is an unusual spindle cell neoplasm that usually occurs in the pleura but has recently been described in diverse extrapleural sites. Urogenital localization is rare, and only 19 cases of SFT of the kidney have been described. We report a case of a large SFT clinically thought to be renal cell carcinoma arising in the kidney of a 70-year-old man. The tumor was well...

Journal: :Archives of ophthalmology 1999
J A Shields R C Eagle C L Shields

A 35-year-old man underwent successful iridocyclectomy for a ciliary body mass that was subluxating the lens and causing a secondary cataract. Histopathologically the mass proved to be a spindle cell tumor, but leiomyoma and melanoma were initially considered to be diagnostic possibilities. However, further studies and immunohistochemical studies revealed that the tumor probably arose from the ...

Journal: :archives of razi institute 2016
e. khaksar s.m. nassiri m. zamani-ahmadmahmudi a.a. solati

leiomyosarcoma in birds is relatively rare. this tumor as a muscle neoplasm was reported in captive and free ranging birds. smooth muscle cells may develop to the leiomyosracoma, but splenic smooth muscle trabeculae is most common site of the tumor growth. although budgerigars have an incidence of neoplastic diseases but smooth muscle tumors were rarely reported in this species. to the best of ...

2017
Patrick Meraldi

In each cell division, the newly duplicated chromosomes must be evenly distributed between the sister cells. Errors in this process during meiosis or mitosis are equally fatal: improper segregation of the chromosome 21 during human meiosis leads to Down syndrome (Conley, Aneuploidy: etiology and mechanisms, pp 35-89, 1985), whereas in somatic cells, aneuploidy has been linked to carcinogenesis,...

Journal: :Journal of clinical and experimental hematopathology : JCEH 2015
Sakura Tomita Go Ogura Chie Inomoto Hiroshi Kajiwara Ryota Masuda Masayuki Iwazaki Masaru Kojima Naoya Nakamura

We report a 16-year-old male with histiocytic sarcoma (HS) originating in the lung. Partial resection of the lung was performed for a 3-cm mass with a clear boundary detected in the right inferior pulmonary lobe on a health checkup. Histologically, the tumor infiltrated into the surrounding tissue, and was comprised of spindle cells, mainly, and foam cells accompanied by mild nuclear atypia. Th...

2017
Yan-Ruide Li Ai Zhong Han Dong Lu-Han Ni Fu-Qing Tan Wan-Xi Yang

Myosin Va, a member of Class V myosin, functions in organelle motility, spindle formation, nuclear morphogenesis and cell motility. The purpose of this study is to explore the expression and localization of myosin Va in testicular cancer and prostate cancer, and its specific roles in tumor progression including cell division, migration and proliferation. We detected myosin Va in testicular and ...

Journal: :Molecular cancer therapeutics 2006
Gregory M Chin Ronald Herbst

Spindle poisons such as paclitaxel are widely used as cancer therapeutics. By interfering with microtubule dynamics, paclitaxel induces mitotic arrest and apoptosis. Targeting the kinesin Eg5, which is required for the formation of a bipolar spindle, is a promising therapeutic alternative to drugs that interfere with microtubule dynamics. Recent data suggest that the spindle checkpoint can dete...

A.A. Solati E. Khaksar M. Zamani-Ahmadmahmudi, S.M. Nassiri

  Leiomyosarcoma in birds is relatively rare. This tumor as a muscle neoplasm was reported in captive and free ranging birds. Smooth muscle cells may develop to the leiomyosracoma, but splenic smooth muscle trabeculae is most common site of the tumor growth. Although budgerigars have an incidence of neoplastic diseases but smooth muscle tumors were rarely reported in this species. To the best o...

2017
D Myoteri D Dellaportas C Nastos I Gioti G Gkiokas E Carvounis T Theodosopoulos

Introduction Solitary fibrous tumor is a rare type of mesenchymal, spindle-cell tumor reported mostly in the pleura. Retroperitoneal occurrence is rare and histopathological diagnosis is challenging. Case Presentation A 55-year-old woman with nonspecific abdominal pain was found to have a retroperitoneal/pelvic mass adjacent to the upper rectum. The patient underwent surgical resection in cle...

Journal: :Arsiv Kaynak Tarama Dergisi 2021

Intranodal palisaded myofibroblastoma (IPM) is a kind of mesenchymal tumor with benign behaviour. The origin this differentiated smooth muscle cells and myofibroblasts. This rare entity differential diagnosis from malignant tumors important for clinicians pathologists. etiology has not been explained adequately. Age range between 2nd 8th decades the life it seen more frequently in males. Inguin...

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

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

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