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. win7官方下载地址

    win7官方下载地址 http://microsoftstore.me/category/microsoft/windows/

  2. centos7编译python3.6与原有的2.7共存

    在某些场景下我们可能需要python2.7和python3这两个版本进行共存,我在工作中也遇到过这样的问题,所以今天来总结下我的安装过程, 我的是用源码包安装的,安装的是python3.6的版本. 安 ...

  3. ab,qps,服务器性能压力

    ab,qps,服务器性能压力   作者及来源: 陳聽溪 - 博客园    收藏到→_→:   摘要: ab,qps,服务器性能压力    http://www.makaidong.com/%E5%8D ...

  4. 看似无参却有参-----JS中的函数传参

    事件event JS的事件event是一个非常大的对象,不管是什么事件,事件的详情都会绑定到全局变量event中.这样做之所以安全,就是因为JS是单线程的. <html> <body ...

  5. 分布式缓存技术memcached学习系列(三)——memcached内存管理机制

    几个重要概念 Slab memcached通过slab机制进行内存的分配和回收,slab是一个内存块,它是memcached一次申请内存的最小单位,.在启动memcached的时候一般会使用参数-m指 ...

  6. iOS - OC 与 C 互相操作

    前言 在 Objective-C 语言中,我们可以使用 C.Swift 语言编写代码,我们可以导入任意用 C.Swift 写的 Cocoa 平台框架.C 框架或 Swift 类库. 1.在 C 中使用 ...

  7. JMeter ----请求数据参数设置-自动增长变量

    使用Jmeter性能测试的时候, 需要录入一些测试数据, 当这些数据要插入数据库的时候, 数据库通常会要求数据不能重复, 所以无法使用同一个数据反复进行测试, 这时候就需要在每次请求的时候使用不同的请 ...

  8. /usr/local/ssl/lib/libssl.a: error adding symbols: Bad value

    一.背景 编译第三方库A的时候提示依赖openssl库. 二.编译openssl库 去官网下载最新版本的openssl-1.0.2l.tar.gztar -zxvf openssl-1.0.2l.ta ...

  9. opencv源代码分析:icvGetTrainingDataCallback简单介绍

    /* *函数icvGetTrainingDataCallback介绍 *功能:对全部样本计算特征编号从first開始的num个特征,并保存到mat里. *输入: *CvMat* mat矩阵样本总数个行 ...

  10. python标准库介绍——7 cmath 模块详解

    [Example 1-61 #eg-1-61] 所展示的 ``cmath`` 模块包含了一些用于复数运算的函数. ====Example 1-61. 使用 cmath 模块====[eg-1-61] ...