People keep making new brain cells throughout their lives (well at least until the age of 97), according to a study on human brains.
The idea has been fiercely debated, and it used to be thought we were born with all the brain cells we will ever have.
The researchers at the University of Madrid also showed that the number of new brain cells tailed off with age.
And it falls dramatically in the early stages of Alzheimer's disease - giving new ideas for treating the dementia.
Most of our neurons - brain cells that send electrical signals - are indeed in place by the time we are born.
Studies on other mammals have found new brains cells forming later in life, but the extent of "neurogenesis" in the human brain is still a source of debate.

The study, published in Nature Medicine, looked at the brains of 58 deceased people who were aged between 43 and 97.
The focus was on the hippocampus - a part of the brain involved in memory and emotion. It is the part of the brain that you need, to remember where you parked the car.
New neurons

Neurons do not emerge in the brain fully formed, but have to go through a process of growing and maturing.
The researchers were able to spot immature or "new" neurons in the brains that they examined.
In healthy brains there was a "slight decrease" in the amount of this neurogenesis with age.
Researcher Dr Maria Llorens-Martin told BBC News: "I believe we would be generating new neurons as long as we need to learn new things.

"And that occurs during every single second of our life."
But there was a different story in the brains from Alzheimer's patients.
The number of new neurons forming fell from 30,000 per millimetre to 20,000 per millimetre in people at the beginning of Alzheimer's.
Dr Llorens-Martin said: "That's a 30% reduction in the very first stage of the disease.
"It's very surprising for us, it's even before the accumulation of amyloid beta [a hallmark of Alzheimer's] and probably before symptoms, it's very early."

Alzheimer's disease remains untreatable, but the main focus of research has been targeting clumps of amyloid beta in the brain.
However, even last week more trials using this approach have failed and the latest study suggests there may be something happening even earlier in the course of the disease.

Dr Llorens-Martin says understanding why there is a decrease in neurogenesis could lead to new treatments in both Alzheimer's and normal ageing.
But she says the next stage of research will probably require looking in the brains of people while they are still alive, to see what is happening over time.

Dr Rosa Sancho, the head of research at Alzheimer's Research UK, said: "While we start losing nerve cells in early adulthood, this research shows that we can continue to produce new ones even into our 90s.
"Alzheimer's radically accelerates the rate at which we lose nerve cells and this research provides convincing evidence that it also limits the creation of new nerve cells.

"Larger studies will need to confirm these findings and explore whether they could pave the way for an early test to flag those most at risk of the disease."

L308 New brain cells made throughout life的更多相关文章

  1. How does exercise keep your brain young?

    Exercise may protect the brain from disease and dementia as we age, but the mechanisms behind its be ...

  2. Advances in Single Cell Genomics to Study Brain Cell Types | 会议概览

    单细胞在脑科学方面的应用 Session 1: Deciphering the Cellular Landscape of the Brain Using Single Cell Transcript ...

  3. ajax向前台输出二维数组 并解析

    最近在弄一个售后数据统计的功能,里边需要统计特定时期内各种客户.机型的分布比例,单单table来计算并显示很死板(一点也不酷) 于是决定用jquery插件flot并通过ajax传输数据 :flot的折 ...

  4. How to use SourceGear DiffMerge in SourceSafe, TFS, and SVN【项目】

    What is DiffMerge DiffMerge is yet-another-diff-and-merge-tool from the fine folks at SourceGear.  I ...

  5. Code Complete阅读笔记(三)

    2015-05-26   628   Code-Tuning Techniques    ——Even though a particular technique generally represen ...

  6. quotes 整站数据爬取存mongo

    安装完成scrapy后爬取部分信息已经不能满足躁动的心了,那么试试http://quotes.toscrape.com/整站数据爬取 第一部分 项目创建 1.进入到存储项目的文件夹,执行指令 scra ...

  7. L345 大脑复生

    Yale Researchers Build BrainEx Machine to Restore Brain Function After Death Researchers at Yale Uni ...

  8. L260

    Innovative UK technology that can deliver drugs deep into the brain to treat neurological diseases, ...

  9. Teaching Machines to Understand Us 让机器理解我们 之二 深度学习的历史

    Deep history 深度学习的历史 The roots of deep learning reach back further than LeCun’s time at Bell Labs. H ...

随机推荐

  1. laravel安装Excel安装不上

    1.生明版本号 composer require maatwebsite/excel 2.1我的PHP是7.0安装Excel得2.1 2.在composer.json中加入 "maatweb ...

  2. Mysql 中如何创建数据库和数据表

    这里的数据库为:user  数据表为 aaa mysql –uroot –p                 进入mysql create database user;            创建数据 ...

  3. 4.2 面向对象分析(二) CRC方法标识概念类

    CRC  又称为CRC索引卡片:CRC card  每张卡片代表一个类 Each card represents one class  每张卡片上写出这个类承担的职责.与其合作交互的其他类名   ...

  4. IDEA能运行,但是出现红色下划线的问题报 cannot resolve method

    能编译通过并运行说明SDK导入正确,但是为啥我们点击每一个Java文件会出现好多红色的下划线 ,并提示idea cant resolve symbol.原因就是可能没有清除原来的历史缓存,导致一些错误 ...

  5. python-django rest framework框架之解析器

    1.解析器 : 对请求的数据进行解析 - 请求体进行解析. 解析器在你不拿请求体数据时 不会调用. class UsersView(APIView): def get(self,request,*ar ...

  6. java调用url

    1 try { String str; URL u = new URL("https://www.baidu.com"); InputStream is = u.openStrea ...

  7. IQueryable 与 IEnumberable 接口的区别

    IQueryable 与 IEnumberable 接口的区别是: IEnumberable<T> 泛型类在调用自己的 SKip 和 Take 等扩展方法之前数据就已经加载在本地内存里了, ...

  8. MapReduce分布式算法

    一.MapReduce 有一种特殊的并行算法,就是分布式算法.在并行算法只需要两个到四个内核时,完全可以在笔记本电脑上运行,但是如果需要数百个内核,这种情况下,可让算法在多台计算机上运行. 假设你有一 ...

  9. Linux系统下tomcat的配置

    Linux系统下tomcat的配置 完成后可以输入命令查看日志文件: 最后进入网页测试下吧: 可以出来这个网页就好了

  10. Hadoop---Exception in thread "main" java.lang.NullPointerException问题的解决

    Exception in thread "main" java.lang.NullPointerException问题的解决 解决:  首先我们来分析下这个问题,我是使用debug ...