نتایج جستجو برای: follistatin

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

Journal: :Annals of the Rheumatic Diseases 2021

Background: Activin A and follistatin belong to an anti-inflammatory auto-regulatory cycle. Patients with rheumatoid arthritis (RA) have increased activin levels in the synovial fluid tissue. During inflammation, is released systemically, then inducing its antagonist follistatin. This negative feedback active different cell types but not RA fibroblasts (SF). Fibroblasts interact endothelial cel...

Journal: :international journal of reproductive biomedicine 0
ramaswamy suganthi subbian manonayaki jahangir ali fathima benazir

background: polycystic ovary syndrome (pcos) is a disorder in which there are numerous benign cysts that form on ovaries under a thick white covering that is one of the causes of infertility. follistatin is a single chain glycosylated polypeptide that can bind to activin. when follistatin binds to activin it suppresses the role of activin to stimulate the secretion of follicle stimulating hormo...

2014
Jun Yamada Kunikazu Tsuji Kazumasa Miyatake Yu Matsukura Kahaer Abula Makiko Inoue Ichiro Sekiya Takeshi Muneta

Activins are proinflammatory cytokines which belong to the TGFβ superfamily. Follistatin is an extracellular decoy receptor for activins. Since both activins and follistatin are expressed in articular cartilage, we hypothesized that activin-follistatin signaling participates in the process of joint inflammation and cartilage degeneration. To test this hypothesis, we examined the effects of foll...

2017
Roger S. K. Fung Bai Jin Mulan He Karen W. Y. Yuen Anderson O. L. Wong

Activin is involved in pituitary hormone regulation and its pituitary actions can be nullified by local production of its binding protein follistatin. In our recent study with grass carp, local release of growth hormone (GH) was shown to induce activin expression at pituitary level, which in turn could exert an intrapituitary feedback to inhibit GH synthesis and secretion. To further examine th...

2013
Michael A Gaviño Danielle Wenemoser Irving E Wang Peter W Reddien

Regeneration is widespread, but mechanisms that activate regeneration remain mysterious. Planarians are capable of whole-body regeneration and mount distinct molecular responses to wounds that result in tissue absence and those that do not. A major question is how these distinct responses are activated. We describe a follistatin homolog (Smed-follistatin) required for planarian regeneration. Sm...

2017
Guo Zhenhua Sandeep K. Rajput Joseph K. Folger Liu Di Jason G. Knott George W. Smith

Our previous studies demonstrated that maternal (oocyte derived) follistatin (FST) expression is positively associated with bovine oocyte competence and exogenous follistatin treatment during the pre-compaction period of development (d 1-3 post insemination) is stimulatory to bovine early embryogenesis in vitro [blastocyst rates and cell numbers/allocation to trophectoderm (TE)]. In the present...

Journal: :American journal of physiology. Gastrointestinal and liver physiology 2006
Shane Patella David J Phillips Jorge Tchongue David M de Kretser William Sievert

Activin A, a member of the transforming growth factor-beta superfamily, is constitutively expressed in hepatocytes and regulates liver mass through tonic inhibition of hepatocyte DNA synthesis. Follistatin is the main biological inhibitor of activin bioactivity. These molecules may be involved in hepatic fibrogenesis, although defined roles remain unclear. We studied activin and follistatin gen...

ژورنال: افق دانش 2021

Aims: Structural postural changes due to aging are common among the elderly due to decreased muscle mass and tissue. We evaluated the effect of 10 weeks of core muscle training on serum levels of follistatin, myostatin, and pain in older women with low back pain. Methods & Materials: A total of 18 older women with low back pain (aged 60 to 70 y) were randomly assigned into two groups: experime...

2010
Ramaswamy Suganthi Jahangir Ali Fathima Benazir

Background: Polycystic ovary syndrome (PCOS) is a disorder in which there are numerous benign cysts that form on ovaries under a thick white covering that is one of the causes of infertility. Follistatin is a single chain glycosylated polypeptide that can bind to activin. When follistatin binds to activin it suppresses the role of activin to stimulate the secretion of Follicle Stimulating Hormo...

2016
Fen-Yu Tseng Yen-Ting Chen Yu-Chao Chi Pei-Lung Chen Wei-Shiung Yang Bernhard Schaller.

Follistatin is a glycoprotein with various biologic functions that plays a role in adipocyte differentiation, muscle stimulation, anti-inflammation, and energy homeostasis. Thyroid hormones influence energy expenditure, glucose, and lipid metabolism. The association between serum follistatin level and thyroid function statuses has seldom been evaluated.The objectives of this study were to compa...

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

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

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