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

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

2015
Ravinder Abrol Jun Tan Hongxiang Hui William A. Goddard Stephen J. Pandol

Background: Taste receptors are G protein-coupled receptors that, besides being present in the taste buds, have also been shown to be present in the gastrointestinal (GI) system, respiratory system, and brain. However, their function at these locations is not well understood. Objective: To understand the nutrient mediated release of gut peptides like GLP-1 from enteroendocrine L-cells of the GI...

2016
Davide S. Risso Massimo Mezzavilla Luca Pagani Antonietta Robino Gabriella Morini Sergio Tofanelli Maura Carrai Daniele Campa Roberto Barale Fabio Caradonna Paolo Gasparini Donata Luiselli Stephen Wooding Dennis Drayna

The ability to taste phenylthiocarbamide (PTC) and 6-n-propylthiouracil (PROP) is a polymorphic trait mediated by the TAS2R38 bitter taste receptor gene. It has long been hypothesized that global genetic diversity at this locus evolved under pervasive pressures from balancing natural selection. However, recent high-resolution population genetic studies of TAS2Rs suggest that demographic events ...

2017
Nikita S Kasianov Irina A Belousova Sergey V Pavlushin Ivan M Dubovskiy John D Podgwaite Vyacheslav V Martemyanov Stanislav A Bakhvalov

Host innate immunity is one of the factors that determines the resistance of insects to their entomopathogens. In the research reported here we studied whether or not phenoloxidase (PO), a key enzyme in the melanogenesis component of humoral immunity of insects, plays a role in the protection of Lymantria dispar larvae from infection by L. dispar multiple nucleopolyhedrovirus. We studied two ty...

Journal: :Chemical senses 2010
Stephen Wooding Howard Gunn Purita Ramos Sophie Thalmann Chao Xing Wolfgang Meyerhof

The perceived bitterness of cruciferous vegetables such as broccoli varies from person to person, but the functional underpinnings of this variation are not known. Some evidence suggests that it arises, in part, from variation in ability to perceive goitrin (5-vinyloxazolidine-2-thione), a potent antithyroid compound found naturally in crucifers. Individuals vary in ability to perceive syntheti...

2013
Un-kyung Kim

, 1221 (2003); 299 Science et al. Un-kyung Kim Taste Sensitivity to Phenylthiocarbamide Positional Cloning of the Human Quantitative Trait Locus Underlying This copy is for your personal, non-commercial use only. clicking here. colleagues, clients, or customers by , you can order high-quality copies for your If you wish to distribute this article to others here. following the guidelines can be...

Journal: :Oral surgery, oral medicine, oral pathology, oral radiology, and endodontics 2005
Ju-Hee Hong Jin-Woo Chung Young-Ku Kim Sung-Chang Chung Sung-Woo Lee Hong-Seop Kho

OBJECTIVE The aim of this study was to compare taste detection and recognition thresholds of young males and females, and young phenylthiocarbamide (PTC) "tasters" and "nontasters" for stimuli representing sweet, sour, bitter, salty, and umami classes of taste sensations. STUDY DESIGN Thirty-eight men and 37 women (mean [SD] age = 24.5 [2.5] years) were classified as PTC tasters and nontaster...

2013
Alessandro Marchiori Luciana Capece Alejandro Giorgetti Paolo Gasparini Maik Behrens Paolo Carloni Wolfgang Meyerhof

Bitter molecules in humans are detected by ∼25 G protein-coupled receptors (GPCRs). The lack of atomic resolution structure for any of them is complicating an in depth understanding of the molecular mechanisms underlying bitter taste perception. Here, we investigate the molecular determinants of the interaction of the TAS2R38 bitter taste receptor with its agonists phenylthiocarbamide (PTC) and...

2000
MARY L. C. BERNHEIM

Richter and Clisby (1) have investigated the t,oxic effect of phenylthiocarbamide in rats. The acute toxic effect is characterized by an effusion of fluid into the thoracic cavity, but in chronic poisoning there is a lowered body temperature, which suggests a depression of metabolism, and compensatory changes in the thyroid. It was therefore of interest to test the effect of the drug in vitro o...

Journal: :Current Biology 2007
Alexey N. Pronin Hong Xu Huixian Tang Lan Zhang Qing Li Xiaodong Li

Variation in human taste is a well-known phenomenon. However, little is known about the molecular basis for it. Bitter taste in humans is believed to be mediated by a family of 25 G protein-coupled receptors (hT2Rs, or TAS2Rs). Despite recent progress in the functional expression of hT2Rs in vitro, up until now, hT2R38, a receptor for phenylthiocarbamide (PTC), was the only gene directly linked...

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

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

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