By reducing the activity of one type of gene, scientists said they increased the average life span of mice by about 20%, a feat that in human terms is akin to extending life by about 15 years.

manipulation:操作,处理    akin to:同类,近似    

Moreover, the researchers at the National Institutes of Health found that memory, cognition and some other important traits were better preserved in the mice as they aged, compared with a control group of mice that had normal levels of a protein put out by the gene.

cognition:认识,认知能力    

The findings, published Thursday in the journal Cell Reports, strengthen the case that the gene, called mTOR, is a major regulator of the aging process.

The mice were bred to put out just 25% of the normal levels of mTOR protein, indicating that suppressing the activity of the gene 'clearly makes mice live longer,' said Toren Finkel, head of the laboratory of molecular biology in NIH's National Heart, Lung and Blood Institute and senior author of the new study.

molecular biology:分子生物学    

Though mouse studies don't always translate to humans, Dr. Finkel and other researchers said the results raise the possibility that targeting the gene with drugs that inhibit its activity might one day be at least part of a strategy for prolonging longevity in people.

prolong:拖长,延长    

Such a drug, an immunosuppressant called rapamycin, and some similar agents already are on the market and used to treat certain diseases, but researchers cautioned against taking such medicines, which have side effects, for anything but approved uses.

The results also build on a growing body of research challenging the belief that aging is an intractable biological process, prompting scientists to think of slowing aging as a possible way to prevent disease.

intractable:棘手的,难治的,倔强的    

'What we need right now is for scientists and the public to wake up to the concept that you can slow aging,' said Brian Kennedy, president of the Buck Institute for Aging Research in Novato, Calif., who wasn't involved in the new study. 'If you do, you prevent many of the diseases that we're so scared of and that are associated with aging.' They include cardiovascular disease, cancer and Alzheimer's disease.

cardiovascular disease:心血管疾病,冠心病

Major hurdles stand in the path of translating the findings to humans, including whether inhibiting the action of mTOR would have similar life-extending effects, and if it did whether the benefit would come without unwanted problems.

The mice in the study had softer bones, developed more infections --- probably from a depressed immune system --- and may have had a higher risk of cataracts than normal mice, the researchers found. But they were also significantly less likely to develop cancer, Dr. Finkel said.

cataract:白内障    

The mTOR gene has a well-established role in the metabolism and energy balance of cells, and researchers believe it is associated with the concept of caloric restriction. It has been known for about a century that animals that eat less live longer.

metabolism:新陈代谢    

When there are a lot of calories present in cells, mTOR activity is turned up, 'signaling the cell to grow and divide,' Dr. Kennedy said. 'If there are fewer calories, the pathway is turned down and that signals the cell to stop proliferating and become stress resistant.' That helps animals live longer, he said.

proliferate:增殖,增生    

The name mTOR stands for mechanistic target of rapamycin, a drug used in certain treatments for cancer and heart disease and also to suppress the immune system to prevent rejection of organ transplants.

每日英语:Genetic Manipulation Extends Life of Mice 20%的更多相关文章

  1. 每日英语:Researchers Study How Excess Fat Cells Interfere With Organ Function, Metabolism

    Why are some obese people healthy, apparently protected from the damaging effects of excess fat on t ...

  2. 每日英语:Why Are Items Pricier in China?

    In China, consumers pay nearly $1 more for a latte at Starbucks than their U.S. counterparts. A Cadi ...

  3. 每日英语:The Secret About Online Ad Traffic: One-Third Is Bogus

    Billions of dollars are flowing into online advertising. But marketers also are confronting an uncom ...

  4. 每日英语:A Different Color: China's Chameleonic Politics

    China has tried your form of government and found it wanting. That was the message delivered by Chin ...

  5. 每日英语:why can't China produce world-class CEO?

    The appointment of India-born Satya Nadella as Microsoft Corp.'s CEO has caused a bit of a stir in C ...

  6. 每日英语:A Whiff Of 'Welcome Home'

    Buying real estate involves weighing a lot of factors: location, price . . . smell? Some condo devel ...

  7. 每日英语:What To Expect To Wear When You're Expecting

    AT THE ACADEMY AWARDS earlier this month, Kerry Washington, the star of the ABC-TV series 'Scandal,' ...

  8. 每日英语:Success Outside the Dress Code

    Anyone who has felt like the odd duck of the group can take heart from new research from Harvard Bus ...

  9. 每日英语:Mistrust Between U.S., Malaysia Strains Probe

    Mistrust between U.S. and Malaysian air-accident investigators has hampered a multinational probe in ...

随机推荐

  1. JDBC四(web基础学习笔记十)

    一.增加 .修改.删除.查询 将功能整合在一个类中 package pb.base; import java.sql.Connection; import java.sql.DriverManager ...

  2. Jacoco的原理(各个覆盖率的解释)

    覆盖率计数器 Jacoco使用一系列的不同的计数器来做覆盖率的度量计算.所有这些计数器都是从java的class文件中获取信息,这些class文件可以(可选)包含调试的信息在里面.即使在没有源码的情况 ...

  3. 笔试题之xml

    XML部分 1.xml有哪些解析技术?区别是什么? 答:有DOM,SAX,STAX等 DOM:处理大型文件时其性能下降的非常厉害.这个问题是由DOM的树结构所造成的,这种结构占用的内存较多,而且DOM ...

  4. Fiddler 中请求时间的显示列

    在Tool bar上面找到 Rules->CustomRules 在class Handlers{   里面添加 //----------------------------显示请求时间,显示毫 ...

  5. div 模糊效果

    -webkit-filter:blur(3px); -moz-filter:blur(3px); filter:url(blur.svg#blur); filter: progid:DXImageTr ...

  6. MySQL-SQL语句中SELECT语句的执行顺序

    SELECT语句的执行顺序大家比较少关注,下面将为您详细介绍SQL语句中SELECT语句的执行顺序,供您参考,希望对您能够有所帮助. SELECT语句的执行的逻辑查询处理步骤: (8)SELECT ( ...

  7. 腾讯开放平台 iOS应用URL schema、Bundle ID填写 (含微博、微信)

    解释如下: qq比较麻烦点,需要两个 URL schemes 1.QQ+appID(注意:appID原本是10进制的,需要先转换16进制,网址:点击转换16进制) 2.tencent+appID 结束

  8. github常见操作和常见错误及其解决办法

    一.常见操作 1. 使用git在本地创建一个项目的过程 $ makdir ~/hello-world //创建一个项目hello-world $ cd ~/hello-world //打开这个项目 $ ...

  9. Android音乐播放器开发

    今日看书,看到这个播放器,我就写了个例子,感觉还行,这个播放器能播放后缀是.MP3的音乐,这个例子在main.xml设置listView的时候,注意:android:id="@+id/and ...

  10. python学习笔记——线程threading (二)重写run()方法和守护进程daemon()

    1 run()方法 1.1 单个线程 在threading.Thread()类中有run()方法. from time import ctime,sleep import threading # 定义 ...