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. mac终端显示日历信息命令

    cal 命令: 用法: usage: cal [-jy] [[month] year] cal [-j] [-m month] [year] ncal [-Jjpwy] [-s country_cod ...

  2. (转)JSON Web Token - 在Web应用间安全地传递信息

    JSON Web Token(JWT)是一个非常轻巧的规范.这个规范允许我们使用JWT在用户和服务器之间传递安全可靠的信息. 让我们来假想一下一个场景.在A用户关注了B用户的时候,系统发邮件给B用户, ...

  3. VS2010/MFC编程入门之十二(对话框:非模态对话框的创建及显示)

    上一节鸡啄米讲了模态对话框及其弹出过程,本节接着讲另一种对话框--非模态对话框的创建及显示. 鸡啄米已经说过,非模态对话框显示后,程序其他窗口仍能正常运行,可以响应用户输入,还可以相互切换.鸡啄米会将 ...

  4. EditPlus 4.3.2463 中文版已经发布(10月16日更新)

    距离上个版本在本年5月发布后,EditPlus 网站沉寂多月.日前终于发布了一个新的小版本. 该版本却具有多项改进,值得一提: * Ctrl+Alt+Up/Down 键在列选模式下可插入多个插入点. ...

  5. js正则表达式的使用详解

    本文转自:http://www.jb51.net/article/39623.htm 1定义正则表达式2关于验证的三个这则表达式方法3正则表达式式的转义字符 1定义正则表达式在js中定义正则表达式很简 ...

  6. Spring-Boot 中 Redis 的简单使用以及简单模糊匹配删除

    https://yulaiz.com/spring-boot-redis-simple/

  7. 【开源】检查更新程序 CheckUpdate.Net 的实现

    访问最新源代码及更新历史:http://git.oschina.net/xcong/CheckUpdate.Net DownLoad 更新历史 version 1.2 [新增]添加UpdateFile ...

  8. 《Java入门第二季》第一章 类和对象

    什么是类和对象 如何定义 Java 中的类 如何使用 Java 中的对象 Java中的成员变量和局部变量1.成员变量:在类中定义,描述构成对象的组件. 2.局部变量:在类的方法中,用于临时保存数据. ...

  9. MSF基础攻击实践报告

    MSF基础攻击实践 MSF的六个模块:exploit,encoder,payload,aux,post,nops exploit——渗透攻击模块 测试者利用它来攻击一个系统,程序,或服务,以获得开发者 ...

  10. OpenVAS安装过程

    OpenVAS安装过程 安装过程 检查安装状况 命令行下输入opensav-check-setup,显示错误NO CA certificate file,并显示解决方法 创建证书 输入命令openva ...