L187 DKK2
Why can millions of hairs grow from our heads, and yet our palms手掌 and the soles of our feet are as bare as anything? It all comes down to a special molecule in our bodies, according to the scientists who have found it.
The hairless regions of our skin secrete a special type of molecule known as an inhibitor. This particular one is a protein named Dickkopf 2 (DKK2). These effectively brick-up the WNT pathway, which is in charge of triggering hair growth in our bodies. Scientists at the University of Pennsylvania School of Medicine believe certain animals have evolved to produce DKK2 in certain parts of their bodies, depending on what will best help different creatures to survive.
"In this study, we've shown the skin in hairless regions naturally produces an inhibitor that stops WNT from doing its job," Professor Sarah E. Millar, an author of the study published in the journal Cell Reports, commented.
Millar, who is a professor in dermatology at the University of Pennsylvania School of Medicine, continued: "We know that WNT signaling is critical for the development of hair follicles; blocking it causes hairless skin, and switching it on causes formation of more hair."
For their study, the researchers analyzed mouse skin similar to that on a human wrist. Their work showed the protein DKK2 was expressed highly in this part of the mammal compared to hairy areas.
As with mice, humans don’t grow hair in their wrist area, whereas other mammals, like rabbits and polar bears, do, the authors highlighted. When they compared DKK2 expression in mouse wrist skin with rabbit, they found it in lower levels in the latter.
"WNT is still present in hairless regions, it's just being blocked," explained Millar.
The team hopes its findings could help prompt further research into hair growth. This could, in turn, lead to treatments in those where the body has stopped producing hair in particular areas, for instance those with deep wounds or burns, Millar said.
"We hope that these lines of investigation will reveal new ways to improve wound healing and hair growth, and we plan to continue to pursue these goals moving forward," Millar said.
The study is the latest to attempt to answer why the hair on our bodies appears as it does.
In May, researchers at the National Institutes of Health and the University of Alabama, Birmingham offered a new reason why our hair turns gray: our immune systems.
Melanin, which gives hair its color, is made up of cells called melanocytes. When our hair drops out, stem cells add melanocytes to new follicles. But when the stem cells cease to work, the pigment is no longer added.
The scientists behind the paper published in the journal PLOS Biology showed the immune system's reactions to attacks on the body can affect how proteins that help melanocyte stem cells function can turn hair gray.
L187 DKK2的更多相关文章
- java web学习总结(三十一) -------------------EL表达式
一.EL表达式简介 EL 全名为Expression Language.EL主要作用: 1.获取数据 EL表达式主要用于替换JSP页面中的脚本表达式,以从各种类型的web域 中检索java对象.获取数 ...
- Windows phone应用开发[19]-RSA数据加密
在这个系列的第十六章节中Windows phone应用开发[16]-数据加密 中曾详细讲解过windows phone 常用的MD5,HMAC_MD5,DES,TripleDES[3DES] 数据加密 ...
- javaweb学习总结(二十九)——EL表达式
一.EL表达式简介 EL 全名为Expression Language.EL主要作用: 1.获取数据 EL表达式主要用于替换JSP页面中的脚本表达式,以从各种类型的web域 中检索java对象.获取数 ...
- Html - 404页面
<!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8& ...
- python 【第三篇】:函数及参数
函数背景 在学习函数之前,一直遵循:面向过程编程: 根据业务逻辑从上到下实现功能,其往往用一长段代码来实现指定功能,开发过程中最常见的操作就是粘贴复制,也就是将之前实现的代码块复制到现需功能处,如下: ...
- javaWeb学习总结(10)- EL表达式
一.EL表达式简介 EL 全名为Expression Language.EL主要作用: 1.获取数据 EL表达式主要用于替换JSP页面中的脚本表达式,以从各种类型的web域 中检索java对象.获取数 ...
- 详解Linux2.6内核中基于platform机制的驱动模型 (经典)
[摘要]本文以Linux 2.6.25 内核为例,分析了基于platform总线的驱动模型.首先介绍了Platform总线的基本概念,接着介绍了platform device和platform dri ...
- XSSearch 说明文档保存
XSSearch All Packages | 属性 | 方法(函数) 包 XS 继承关系 class XSSearch » XSServer » XSComponent 版本 1.0.0 源代码 s ...
- 关于EL表达式的学习总结
一.EL表达式简介 EL 全名为Expression Language.EL主要作用: 1.获取数据 EL表达式主要用于替换JSP页面中的脚本表达式,以从各种类型的web域 中检索java对象.获取数 ...
随机推荐
- 006-ant design -结合echart-地址map市
基于上节的引用 // 引入 ECharts 主模块 import echarts from 'echarts/lib/echarts'; // 引入 ECharts 图形模块 import 'echa ...
- PAT 1090 Highest Price in Supply Chain[较简单]
1090 Highest Price in Supply Chain(25 分) A supply chain is a network of retailers(零售商), distributors ...
- 3.3 Templates -- Conditionals(条件语句)
有时候你可能仅仅想展现模板的一部分,如果属性存在的话. 1. 我们可以使用{{if}}去有条件的渲染一块: {{#if person}} Welcome back, <b>{{person ...
- 非线性方程(组):一维非线性方程(二)插值迭代方法 [MATLAB]
一般而言,方程没有能够普遍求解的silver bullet,但是有几类方程的求解方法已经非常清晰确凿了,比如线性方程.二次方程或一次分式.一次方程可以直接通过四则运算反解出答案,二次方程的求根公式也给 ...
- 图:无向图(Graph)基本方法及Dijkstra算法的实现 [Python]
一般来讲,实现图的过程中需要有两个自定义的类进行支撑:顶点(Vertex)类,和图(Graph)类.按照这一架构,Vertex类至少需要包含名称(或者某个代号.数据)和邻接顶点两个参数,前者作为顶点的 ...
- SQL Server与Oracle对表添加列的不同点
逛了博客园两年有余,不知道该发表些什么.要么觉得自己太菜,要么觉得要发的内容都可以搜索到,发表了还颇有抄袭味道.想想后都不得了之了. 搞了开发快一年了,有时候零零碎碎的东西需要整理一下,梳理后才能做到 ...
- 基于.net core webapi和mongodb的日志系统
开发环境vs2017,.NET Core2.1, 数据写入到mongodb.思路就是1.提供接口写入日志,2.基于接口封装类库.3.引入类库使用 源码在最后 为什么要写它 很多开源项目像nlog.lo ...
- 字王·国标二级字库汉字GB内码un码三合一对照表2016版
国标二级字库汉字GB内码un码三合一对照表 字王2016版 汉字内码表,是制作字库的基础,简单.便利的版本很少,根据实战经验,特此制作这个三合一版本的汉字.GB内码.Unicode码对照表: l 提供 ...
- hdu5184 数论证明
这题说的给了一个整数n 和一串的括号, 那么要我们计算 最后有n/2对括号的 方案数有多少. 我们可以先预先判断一些不可能组成正确括号对的情况, 然后我们可以将这个问题转化到二维平面上, 令 m = ...
- 基于std::string的字符串处理
转自:http://zxdflyer.blog.163.com/blog/static/25664262201322510217495/ C++标准模板库std使用广泛.该库中处理字符串的对象为std ...