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的更多相关文章

  1. java web学习总结(三十一) -------------------EL表达式

    一.EL表达式简介 EL 全名为Expression Language.EL主要作用: 1.获取数据 EL表达式主要用于替换JSP页面中的脚本表达式,以从各种类型的web域 中检索java对象.获取数 ...

  2. Windows phone应用开发[19]-RSA数据加密

    在这个系列的第十六章节中Windows phone应用开发[16]-数据加密 中曾详细讲解过windows phone 常用的MD5,HMAC_MD5,DES,TripleDES[3DES] 数据加密 ...

  3. javaweb学习总结(二十九)——EL表达式

    一.EL表达式简介 EL 全名为Expression Language.EL主要作用: 1.获取数据 EL表达式主要用于替换JSP页面中的脚本表达式,以从各种类型的web域 中检索java对象.获取数 ...

  4. Html - 404页面

    <!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8& ...

  5. python 【第三篇】:函数及参数

    函数背景 在学习函数之前,一直遵循:面向过程编程: 根据业务逻辑从上到下实现功能,其往往用一长段代码来实现指定功能,开发过程中最常见的操作就是粘贴复制,也就是将之前实现的代码块复制到现需功能处,如下: ...

  6. javaWeb学习总结(10)- EL表达式

    一.EL表达式简介 EL 全名为Expression Language.EL主要作用: 1.获取数据 EL表达式主要用于替换JSP页面中的脚本表达式,以从各种类型的web域 中检索java对象.获取数 ...

  7. 详解Linux2.6内核中基于platform机制的驱动模型 (经典)

    [摘要]本文以Linux 2.6.25 内核为例,分析了基于platform总线的驱动模型.首先介绍了Platform总线的基本概念,接着介绍了platform device和platform dri ...

  8. XSSearch 说明文档保存

    XSSearch All Packages | 属性 | 方法(函数) 包 XS 继承关系 class XSSearch » XSServer » XSComponent 版本 1.0.0 源代码 s ...

  9. 关于EL表达式的学习总结

    一.EL表达式简介 EL 全名为Expression Language.EL主要作用: 1.获取数据 EL表达式主要用于替换JSP页面中的脚本表达式,以从各种类型的web域 中检索java对象.获取数 ...

随机推荐

  1. WebDriver API 实例详解(三)

    二十一.模拟鼠标右键事件 被测试网页的网址: http://www.sogou.com Java语言版本的API实例代码: package test; import org.testng.annota ...

  2. (转) SpringBoot非官方教程 | 第二篇:Spring Boot配置文件详解

    springboot采纳了建立生产就绪spring应用程序的观点. Spring Boot优先于配置的惯例,旨在让您尽快启动和运行.在一般情况下,我们不需要做太多的配置就能够让spring boot正 ...

  3. mysql主从复制,及扩展

    一.MySQL简单复制相关概念: 1. mysql复制的意义:Mysql复制是使得mysql完成高性能应用的前提 2. mysql复制的机制: SLAVE端线程: IO thread: 向主服务请求二 ...

  4. 2.1 The Object Model -- Classes and Instances(类和实例)

    一.Defining Classes(定义类) 1. 定义一个新的Ember类,调用Ember.Object上的extend()方法: example:定义了一个含有say()方法的新的Person类 ...

  5. cocos代码研究(26)Widget子类RichView学习笔记

    理论部分 一个显示多个RichElement的容器类. 我们可以使用它很容易显示带图片的文本,继承自 Widget. 代码实践 static RichText * create ()创建一个空的Ric ...

  6. webpack踩过的坑(总结)

    使用process.argv 获取命令行使用的参数 // 判断是否带production参数,production会压缩js var isprod = false; for (var i in pro ...

  7. ubuntu14.04 安装apache+mysql+php

    1.安装apache sudo apt-get update sudo apt-get install apache2 这时http://你机器的ip,就可以访问了. 2.安装mysql sudo a ...

  8. STM32示波器 信号发生器

    源: STM32示波器 信号发生器

  9. MVC相关资料收集

    文章: 谈谈service层在mvc框架中的意义和职责 Model–view–controller - Wikipedia MVC Architecture - Google Chrome - Chr ...

  10. ssh-copy-id使用非默认22端口

    ssh-copy-id使用及非默认22端口时报错 ssh-copy-id使用介绍 说明:ssh-copy-id命令可以把本地的ssh公钥文件安装到远程主机对应的账户下. 功能:ssh-copy-id ...