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对象.获取数 ...
随机推荐
- 使用spring boot ,和前端thymeleaf模板进行开发路径问题
加入引用:<html xmlns:th="http://www.thymeleaf.org">1:引用templates模板下面的文件时,不要用/绝对路径. 2:引用s ...
- [css]网站骨架布局作业
实现效果图: 代码实现 第一次写的时候不知道如何下手, 后来摸清规律了,由大到小. 由全局到局部 第一次还遇到区块命名问题, 和哪个该怎么划分问题 第一次还遇到由于划分不规整,所以有些代码没达到预期的 ...
- JOJ1202。重新操刀ACM,一天一练!做个简单的题目温习。
http://ac.jobdu.com/problem.php?pid=1202 题目描述: 对输入的n个数进行排序并输出. 输入: 输入的第一行包括一个整数n(1<=n<=100). ...
- (转)通过HTTP RESTful API 操作elasticsearch搜索数据
样例数据集 这是编造的JSON格式银行客户账号信息文档,文档schema如下: { “account_number”: 0, “balance”: 16623, “firstname”: “Brads ...
- react分享
后台项目应用分享 后台项目应用分享 webpack + react + redux + antd 后台项目应用分享 策略篇 框架选择 组件化开发 组件?组件! CSS in JS下的样式开发思路 展示 ...
- NodeJS学习笔记六
Symbol简介 ES6引入了一种新的原始数据类型Symbol,表示独一无二的值.它是JavaScript语言的第七种数据类型,前六种是:Undefined.Null.布尔值(Boolean).字符串 ...
- NodeJS学习笔记二
类声明和类表达式 ES6 中的类实际上就是个函数,而且正如函数的定义方式有函数声明和函数表达式两种一样,类的定义方式也有两种,分别是:类声明.类表达式. 类声明 类声明是定义类的一种方式,就像下面这样 ...
- vue-router的hash模式与history模式的对比
Vue-router 中hash模式和history模式的关系在vue的路由配置中有mode选项 最直观的区别就是在url中 hash 带了一个很丑的 # 而history是没有#的mode:&quo ...
- VS2010/MFC编程入门之二十四(常用控件:列表框控件ListBox)
前面两节讲了比较常用的按钮控件,并通过按钮控件实例说明了具体用法.本文要讲的是列表框控件(ListBox)及其使用实例. 列表框控件简介 列表框给出了一个选项清单,允许用户从中进行单项或多项选择,被选 ...
- springcloud12---sidecar
Sidecar:异构平台整合.做了一个桥 package com.itmuch.cloud; import org.springframework.boot.SpringApplication; im ...