L170 Autism Linked to Zinc Deficiency in Childhood
While the exact cause of autism is unknown, its development in children has been linked to various genetic and environmental factors—including zinc deficiency.
It is still not clear whether this deficiency contributes to autism, but scientists have defined a possible mechanism for how this could work, according to a paper published in Frontiers in Molecular Neuroscience.
For their study, the researchers demonstrated how zinc shapes the connections, or synapses, between brain cells (neurons) that form during early development via a complex molecular machinery controlled by autism-linked genes.
"Autism is associated with specific variants of genes involved in the formation, maturation 成熟 and stabilization of synapses during early development," Sally Kim, lead author of the study from Stanford University School of Medicine, said in a statement.
"Our findings link zinc levels in neurons—via interactions with the proteins encoded by these genes—to the development of autism,” Kim said.
The team found that when a brain signal was transferred via a synapse, zinc entered the target neuron where it could bind two of these proteins, known as SHANK2 and SHANK3. Those proteins cause changes in the composition and function of adjacent signal receptors, called AMPARs, on the neuron’s surface at the synapse.
The finding that zinc shapes the properties of developing synapses via SHANK proteins suggests that a lack of the mineral during early development could potentially contribute to autism by impairing the function of synapses, which enable brain cells to communicate with one another.
"Understanding the interaction between zinc and SHANK proteins could therefore lead to diagnostic, treatment and prevention strategies for autism,” suggested John Huguenard, co-senior author of the study, of Stanford University School of Medicine.
It’s important to note, however, that at present it isn't possible to make any concrete conclusions or begin recommending that children take zinc supplements.
"Currently there are no controlled studies of autism risk with zinc supplementation in pregnant women or babies, so the jury is still out,” Craig Garner, co-author of the study from the German Centre for Neurodegenerative Diseases, said. “But experimental work in autism models also published in this Frontiers Research Topic holds promise.”
Taking too much zinc can reduce the amount of copper the body absorbs吸收, which can result in anemia and weakening of bones. Furthermore, zinc deficiency does not necessarily imply a dietary deficiency, and could be caused by problems with absorption in the gut, for example.
"Nevertheless, our findings offer a novel mechanism for understanding how zinc deficiency—or disrupted handling of zinc in neurons—might contribute to autism," Garner said.
Autism is a lifelong developmental disability that affects how people perceive the world and interact with others. The autism spectrum contains a range of similar disorders, such as Asperger’s syndrome.
L170 Autism Linked to Zinc Deficiency in Childhood的更多相关文章
- [LeetCode] Linked List Random Node 链表随机节点
Given a singly linked list, return a random node's value from the linked list. Each node must have t ...
- [LeetCode] Plus One Linked List 链表加一运算
Given a non-negative number represented as a singly linked list of digits, plus one to the number. T ...
- [LeetCode] Odd Even Linked List 奇偶链表
Given a singly linked list, group all odd nodes together followed by the even nodes. Please note her ...
- [LeetCode] Delete Node in a Linked List 删除链表的节点
Write a function to delete a node (except the tail) in a singly linked list, given only access to th ...
- [LeetCode] Palindrome Linked List 回文链表
Given a singly linked list, determine if it is a palindrome. Follow up: Could you do it in O(n) time ...
- [LeetCode] Reverse Linked List 倒置链表
Reverse a singly linked list. click to show more hints. Hint: A linked list can be reversed either i ...
- [LeetCode] Remove Linked List Elements 移除链表元素
Remove all elements from a linked list of integers that have value val. Example Given: 1 --> 2 -- ...
- [LeetCode] Intersection of Two Linked Lists 求两个链表的交点
Write a program to find the node at which the intersection of two singly linked lists begins. For ex ...
- [LeetCode] Linked List Cycle II 单链表中的环之二
Given a linked list, return the node where the cycle begins. If there is no cycle, return null. Foll ...
随机推荐
- Wex5各组件介绍
1.http://doc.wex5.com/comp-base/ 2.select 组件 http://doc.wex5.com/comps-select/ 3.页面交互以及传递参数 http:// ...
- Junit中的setup和teardown方法
setup需要@before注解,实现测试前的初始化工作 teardown需要@after注解,测试完成后垃圾回收等后续工作
- CentOS7系统安装配置samba服务
# 查询是否已经安装了Samba rpm -qi samba # 安装 yum -y install samba samba-client samba-common # 添加新用户 useradd s ...
- elasticsearch系列(七)java定义score
概述 ES支持groovy 和 java两种语言自定义score的计算方法,groovy甚至可以嵌套在请求的参数中,有点厉害,不过不在本篇讨论范围. 如何用自定义的java代码来定义score如何产生 ...
- kotlin 记录(已弃坑)
kotlin 有些是转载内容 使用nullable值以及空值检测 引用或函数返回值如果可能为null值,则必须显式标记nullable. (在类型后面跟一个问号表示这个对象可能为空,跟两个感叹号表示这 ...
- GridControl 史上最全的资料(一)
GridControl详解(一)原汁原味的表格展示 Dev控件中的表格控件GridControl控件非常强大.不过,一些细枝末节的地方有时候用起来不好找挺讨厌的.使用过程中,多半借助Demo和英文帮助 ...
- UOJ34 多项式乘法(NTT)
本文版权归ljh2000和博客园共有,欢迎转载,但须保留此声明,并给出原文链接,谢谢合作. 本文作者:ljh2000 作者博客:http://www.cnblogs.com/ljh2000-jump/ ...
- Fedora安装opengl
Fedora和Ubuntu下安装OpenGL开发环境配置(我整理的)OpenGL开发库的详细介绍fedora23 安装OpenGL 开发OpenGL工程需要3个库文件和对应的头文件:libglut.s ...
- 缓存技术内部交流_04_Cache Aside续篇
额外参考资料: http://www.ehcache.org/documentation/3.2/expiry.html F. Cache Aside 模式的问题:缓存过期 有时我们会在上线前给缓存系 ...
- 数据库原理及应用-用户接口及SQL查询语言(Query Language)
2018-02-07 20:41:39 一.DBMS的用户接口 查询语言 访问DBMS的访问工具(GUI) API 相关类库 二.SQL语言 SQL语言可以细分为四种: 1.Data Definiti ...