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

  1. [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 ...

  2. [LeetCode] Plus One Linked List 链表加一运算

    Given a non-negative number represented as a singly linked list of digits, plus one to the number. T ...

  3. [LeetCode] Odd Even Linked List 奇偶链表

    Given a singly linked list, group all odd nodes together followed by the even nodes. Please note her ...

  4. [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 ...

  5. [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 ...

  6. [LeetCode] Reverse Linked List 倒置链表

    Reverse a singly linked list. click to show more hints. Hint: A linked list can be reversed either i ...

  7. [LeetCode] Remove Linked List Elements 移除链表元素

    Remove all elements from a linked list of integers that have value val. Example Given: 1 --> 2 -- ...

  8. [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 ...

  9. [LeetCode] Linked List Cycle II 单链表中的环之二

    Given a linked list, return the node where the cycle begins. If there is no cycle, return null. Foll ...

随机推荐

  1. SDUT OJ 2607

    /*http://acm.sdut.edu.cn/sdutoj/problem.php?action=showproblem&problemid=2607*/ 题目大意:给出一个字符串,求出里 ...

  2. Linux学习笔记之Linux修改或增加ssh端口

    1.什么是SSH SSH 为 Secure Shell 由 IETF 的网络工作小组(Network Working Group)所制定: SSH 是建立在应用层和传输层基础上的一种安全协议. SSH ...

  3. OpenStack之基础知识

    一.云计算 云计算(cloud computing)是基于互联网的相关服务的增加.使用和交付模式,通常涉及通过互联网来提供动态易扩展且经常是虚拟化的资源.云是网络.互联网的一种比喻说法.过去在图中往往 ...

  4. 实现在vista和win7中使用管理员权限接收WM_DROPFILES(OnDropFiles())消息的方法(好像XP不支持这个函数)

    1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 #pragma once   #ifndef WM_COPYGLOBALD ...

  5. MYSQL数据库里面的所有密码批量MD5加密

    如果你的字段够长度的话:UPDATE users SET password = MD5(password);如果长度不够,可以先增加长度后再做,或者多建一列,完成后删除原来的列!(如passwd)UP ...

  6. 【前端】javascript中10常用的个小技巧总结

    javascript中10常用的个小技巧总结 本文转自:http://www.cnblogs.com/libin-1/p/6756393.html 1. new Set() 可能有人知道ES6中提供了 ...

  7. [CF914D]Bash and a Tough Math Puzzle

    给定一个数列$a_1,a_2,...,a_n$,支持两种操作 1 l r x,猜测数列中[l,r]位置上的数的最大公约数$x$,判断这个猜测是否是接近正确的.如果我们可以在数列[l,r]位置中改动至多 ...

  8. swift学习笔记 - 判断当前运行的系统和平台

    最近代码需要判断代码运行的系统与平台,下面总结了一下swift下一些可以用来判断的属性: // 代码运行在32位的 Windows public var TARGET_OS_MAC: Int32 { ...

  9. heartbeat 编译安装配置

    一.heartbeat介绍 heartbeat是HA高可用集群的一个重要组件,heartbeat实现了资源转移和心跳信息传递.它的常用组合方式为heartbeat v1,heartbeat v2+cr ...

  10. Delphi.format填充0

    1. ]);// 一共8位数字不够的补零 2. 3. 4. 5.