نتایج جستجو برای: cyp17 gene

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

ابراهیم زاده وصال, رضا, نوری دلویی, محمد رضا,

The prostate is a small gland located below the bladder and upper part of the urethra. In developed countries prostate cancer is the second common cancer (after skin cancer), and also the second leading cause of cancer death (after lung cancer) among men. The several studies have been shown prostate cancer familial aggregation. The main reason for this aggregation is inheritance included genes....

Journal: :Steroids 2007
Vânia M A Moreira Tadas S Vasaitis Vincent C O Njar Jorge A R Salvador

A series of novel 1H- and 2H-indazole derivatives of the commercially available dehydroepiandrosterone acetate have been synthesized and tested for inhibition of human cytochrome 17alpha-hydroxylase-C(17,20)-lyase (CYP17), androgen receptor (AR) binding affinity, and cytotoxic potential against three prostate cancer (PC) cell lines.

Journal: :Cancer epidemiology, biomarkers & prevention : a publication of the American Association for Cancer Research, cosponsored by the American Society of Preventive Oncology 2005
N Charlotte Onland-Moret Carla H van Gils Mark Roest Diederick E Grobbee Petra H M Peeters

Endogenous sex hormones play an important role in the etiology of breast cancer. Polymorphisms in genes encoding for enzymes involved in steroidogenesis may therefore play a role in breast cancer risk. Cytochrome P450c17alpha (Cyp17) functions at key branch points in human steroidogenesis. A T-->C transition (A1 and A2 allele) in the 5' untranslated region may be associated with increased expre...

Journal: :American journal of physiology. Regulatory, integrative and comparative physiology 2013
Charles A Ducsay Ken Furuta Vladimir E Vargas Kanchan M Kaushal Krista Singleton Kimberly Hyatt Dean A Myers

We previously reported elevated adipose leptin expression, plasma leptin concentrations, and adrenocortical leptin receptor expression in the long-term hypoxic (LTH) ovine fetus. This study addressed whether leptin antagonist (LA) administration to LTH fetal sheep altered expression of key genes governing cortisol synthesis. Ewes were maintained at high altitude (3,820 meters) from 40 to 130 da...

Journal: :Cancer Epidemiology Biomarkers & Prevention 2008

Journal: :Asian Pacific journal of cancer prevention : APJCP 2010
D Surekha K Sailaja D Nageswara Rao T Padma D Raghunadharao S Vishnupriya

The human CYP17 gene, located on chromosome 10q24.3, plays a key role in sex steroid synthesis, mainly related to estrogen. A 5' UTR polymorphism involving a single base pair change in the promoter region results in increased transcriptional activity. In the present study of 250 breast cancer cases and 250 ma tched controls, the A1 genotype frequency was elevated in the disease group, while the...

2017
Wei-Chun Chang Shang-Fen Huang Yang-Ming Lee Hsueh-Chou Lai Bi-Hua Cheng Wei-Chung Cheng Jason Yen-Ping Ho Long-Bin Jeng Wen-Lung Ma

Androgens, estrogens, progesterone and related signals are reported to be involved in the pathology of gastric cancer. However, varied conclusions exist based on serum hormone levels, receptor expressions, and in vitro or in vivo studies. This report used a web-based gene survival analyzer to evaluate biochemical processes, including cholesterol importing via lipoprotein/receptors (L/R route), ...

Journal: :Endocrinology 2005
Jeremiah Seely Karla Saner Amigh Takashi Suzuki Bobbie Mayhew Hironobu Sasano Vincent Giguere Josée Laganière Bruce R Carr William E Rainey

The estrogen-related receptors (ERRalpha, -beta, and -gamma) are a subfamily of orphan nuclear receptors (designated NR3B1, NR3B2, and NR3B3) that are structurally and functionally related to estrogen receptors alpha and beta. Herein we test the hypothesis that ERRalpha regulates transcription of the genes encoding the enzymes involved in adrenal steroid production. Real-time RT-PCR was first u...

2014
Jenny J. Schulze Jenny E. Mullen Emma Berglund Lindgren Magnus Ericsson Lena Ekström Angelica Lindén Hirschberg

The steroid module of the Athlete Biological Passport, the newest innovation in doping testing, is currently being finalized for implementation. Several factors, other than doping, can affect the longitudinal steroid profile. In this study, we investigated the effect of hormonal contraceptives (HC) as well as the effect of three polymorphisms on female steroid profiles in relation to doping con...

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

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

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