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. Javascript 中的 call 和 apply

    发表于 2012年02月1日 by 愚人码头   原文链接:http://www.css88.com/archives/4431 JavaScript 中通过call或者apply用来代替另一个对象调 ...

  2. JAVA面试题整理(3)-Spring

    1.BeanFactory 和 FactoryBean? 2.Spring IOC 的理解,其初始化过程? 3.BeanFactory 和 ApplicationContext? 4.Spring B ...

  3. mybatis v jpa

    mybatis的优势在于SQL的自由度上,SQL优化和返回对象的大小都是可控的.spring-data-JPA则在开发效率上有优势.

  4. excel日期插件

    效果图 Private Sub DTPicker1_Click() ActiveCell.Value = DTPicker1.Value DTPicker1.Visible = False End S ...

  5. Centos6优化系统服务脚本

    #!/bin/bash SysVer=`cat /etc/redhat-release | awk -F'release' '{print $2}' | awk -F'[ .]+' '{print $ ...

  6. [CF730J]Bottles

    题目大意:每个瓶子有一定的容积,以及一定的水量,问最少几个瓶子装满所有水,在此基础上还要最小化移动水的体积 第一问用贪心直接求第二问转化成背包问题设dp[i][j]表示前i桶水总容积为j的最多水量,这 ...

  7. [ARC061E]すぬけ君の地下鉄旅行 / Snuke's Subway Trip

    题目大意:Snuke的城镇有地铁行驶,地铁线路图包括$N$个站点和$M$个地铁线.站点被从$1$到$N$的整数所标记,每条线路被一个公司所拥有,并且每个公司用彼此不同的整数来表示. 第$i$条线路($ ...

  8. CommonLang3 --StringUtils使用指南

    转载自(http://blog.csdn.net/xuxiaoxie/article/details/52095930)public static boolean isEmpty(CharSequen ...

  9. Hibernate抽取BaseDao

    package com.cky.dao; import org.hibernate.Query; import org.hibernate.Session; import org.hibernate. ...

  10. centos 7 删除 virbr0 虚拟网卡virsh net-list

    这几天研究dubbo,在电脑上装了几台Center os 7虚拟机,最后把提供者部署到虚拟机中时,发现一个有趣的事:在dubbo-admin管理平台上看到两台不同虚拟机中的服务提供者ip都是这个玩意. ...