نتایج جستجو برای: androgen receptor gene

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

Journal: :Cancer cell 2011
Changmeng Cai Housheng Hansen He Sen Chen Ilsa Coleman Hongyun Wang Zi Fang Shaoyong Chen Peter S Nelson X Shirley Liu Myles Brown Steven P Balk

Androgen receptor (AR) is reactivated in castration-resistant prostate cancer (CRPC) through mechanisms including marked increases in AR gene expression. We identify an enhancer in the AR second intron contributing to increased AR expression at low androgen levels in CRPC. Moreover, at increased androgen levels, the AR binds this site and represses AR gene expression through recruitment of lysi...

Journal: :BJU international 2002
K Mir J Edwards P J Paterson M Hehir M A Underwood J M S Bartlett

OBJECTIVE To relate the repeat length of the androgen-receptor CAG trinucleotide to the age of onset of prostate cancer, stage and grade of disease. PATIENTS AND METHODS After obtaining ethical approval, 265 patients with locally confined or locally advanced/metastatic prostate cancer were identified and evaluated for age at diagnosis (< 65 years and > 75 years). DNA was extracted from periph...

Journal: :Molecular and cellular biology 2006
Li Jia Howard C Shen Marcus Wantroba Omar Khalid Gangning Liang Qingcai Wang Elisabet Gentzschein Jacek K Pinski Frank Z Stanczyk Peter A Jones Gerhard A Coetzee

Prostate cancers (PCas) become resistant to hormone withdrawal through increased androgen receptor (AR) signaling. Here we show increased AR-mediated transcription efficiency in PCa cells that have acquired the ability to grow in low concentrations of androgen. Compared to androgen-dependent PCa cells, these cells showed increased activity of transiently transfected reporters and increased mRNA...

Journal: :Human molecular genetics 2002
Andrew P Lieberman George Harmison Andrew D Strand James M Olson Kenneth H Fischbeck

Kennedy's disease is a degenerative disease of motor neurons in which the causative mutation is expansion of a CAG/polyglutamine tract near the 5' end of the androgen receptor gene. The mutant protein misfolds, aggregates, and interacts abnormally with other proteins, leading to a novel, toxic gain of function and an alteration of normal function. We used a cell culture model to explore the mec...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 1999
D A Monks C M Vanston N V Watson

The spinal nucleus of the bulbocavernosus (SNB) and its target muscles, bulbocavernosus and levator ani (BC/LA), form a sexually dimorphic neuromuscular circuit whose development and maintenance are androgen-dependent. The mechanisms whereby androgen regulates gene expression in the SNB of adult rats are largely unknown, although a retrograde influence from the BC/LA muscles has been suggested ...

Journal: :Molecular endocrinology 1993
D A Wolf T Herzinger H Hermeking D Blaschke W Hörz

Autoregulation is a control mechanism common to several proteins of the steroid/thyroid hormone receptor superfamily. In this work, the effect of androgens and antiandrogens on the expression of the human androgen receptor (hAR) in prostate and breast cancer cell lines was studied. Northern blot analysis revealed a decrease in hAR steady state RNA levels in LNCaP cells by 3.3 nM of the syntheti...

Journal: :iranian journal of public health 0
a hossein-nezhad national institute of genetic engineering and bio technology, tehran, iran gh ahangari national institute of genetic engineering and bio technology, tehran, iran b larijani endocrinology and metabolism research center, tehran university of medical sciences, iran

background: to evaluate vdr gene variation and its interaction with immune regulatory molecules in osteoporosis. methods: totally 205 pre and postmenopausal women were recruited in the study. after an overnight fast, peripheral blood was taken and centrifuged to sprat serum for measurement of serum parathyroid hormone, 25 hydroxyvitamin d, osteocal­cin and cross laps. the fok i polymorphism in ...

Journal: :European review for medical and pharmacological sciences 2010
D Dell'Edera A Malvasi E Vitullo A A Epifania A Tinelli F Laterza A Novelli E Pacella E Mazzone G Novelli

BACKGROUND The androgen insensitivity syndrome (AIS) is a disease connected with the inactivation of AR due to a mutation that inactivate male sexual differentiation, and causes a spectrum of phenotypic anomalies having as a common aspect the loss of reproductive characteristics. PATIENTS In this paper the clinical, endocrinological and molecular features of three patients are reported. The f...

Journal: :genetics in the 3rd millennium 0
شهریار نفیسی shahriar nafissi tehran university of medical sciences, tehran, iran

amyotrophic lateral sclerosis (als) is a progressive neurodegenerative disorder of the motor neurons in the spinal cord, brainstem, and motor cortex. ten percent of als cases are familial with both autosomal dominant and recessive modes of inheritance. mutations in the copper/zinc superoxidedismutase-1 (sod-1) gene, the first gene linked with als, result in sod-1 gene accounting for ~ 20% of fa...

Journal: :Cancer research 2000
J J Park R A Irvine G Buchanan S S Koh J M Park W D Tilley M R Stallcup M F Press G A Coetzee

In the present study, the role of BRCA1 in ligand-dependent androgen receptor (AR) signaling was assessed. In transfected prostate and breast cancer cell lines, BRCA1 enhanced AR-dependent transactivation of a probasin-derived reporter gene. The effects of BRCA1 were mediated through the NH2-terminal activation function (AF-1) of the receptor. Cotransfection of p160 coactivators markedly potent...

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

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

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