L152
For the first time, one of the new immunotherapy drugs has shown promise against breast cancer in a large study that combined it with chemotherapy to treat an aggressive form of the disease. But the benefit for most women was small, Immunotherapy Shows Modest Progress Against Breast Cancer
raising questions about whether the treatment is worth its high cost and side effects.
Results were discussed Saturday at a cancer conference in Munich and published by the New England Journal of Medicine.
Drugs called checkpoint inhibitors have transformed treatment of many types of cancer by removing a chemical brake that keeps the immune system from killing tumor cells. Their discovery recently earned scientists a Nobel Prize. Until now, though, they haven’t proved valuable against breast cancer.
The new study tested one from Roche called Tecentriq plus chemo versus chemo alone in 902 women with advanced triple-negative breast cancer. About 15 percent of cases are this type, their growth is not fueled by the hormones estrogen or progesterone, or the gene that Herceptin targets, making them hard to treat.
Women in the study who received Tecentriq plus chemo went two months longer on average without their cancer worsening compared with those on chemo alone, a modest benefit. The combo did not significantly improve survival in an early look before long-term follow-up is complete.
Previous studies found that immunotherapies work best in patients with high levels of a protein that the drugs target, and the plan for the breast cancer study called for analyzing how women fared according to that factor if Tecentriq improved survival overall.
The drug failed that test, but researchers still looked at protein-level results and saw encouraging signs. Women with high levels who received the combo treatment lived roughly 25 months on average versus about 15 months for women given chemo alone.
That’s a big difference, but it will take more time to see if there’s a reliable way to predict benefit, said Dr. Jennifer Litton of the MD Anderson Cancer Center in Houston. She had no role in running the study but enrolled some patients in it and oversees 14 others testing immunotherapies.
“We’re really hopeful that we can identify a group of women who can get a much bigger and longer response,” she said.
Another breast cancer specialist with no role in the study, Dr. Michael Hassett at Dana-Farber Cancer Institute in Boston, said he felt “cautious excitement” that immunotherapy may prove helpful for certain breast cancer patients.
Side effects need a close look, both doctors said. Nearly all study participants had typical chemo side effects such as nausea or low blood cell counts, but serious ones were more common with the combo treatment and twice as many women on it stopped treatment for that reason.
Three of the six deaths from side effects in the combo group were blamed on the treatment itself; only one of three such deaths in the chemo group was.
Cost is another concern. Tecentriq is $12,500 a month. The chemo in this study was Celgene’s Abraxane, which costs about $3,000 per dose plus doctor fees for the IV treatments. Older chemo drugs cost less but require patients to use a steroid to prevent allergic reactions that might interfere with the immunotherapy. Abraxane was chosen because it avoids the need for a steroid, said one study leader, Dr. Sylvia Adams of NYU Langone Health.
The study was sponsored by Roche and many study leaders consult or work for the company or own stock in it.
L152的更多相关文章
- WPF的"路径标记语法"
在此之前我们先了解一下WPF的"路径标记语法" M:表示绘制起点 // M 0,0 L:表示绘制直线 (H:横线 V:竖线) // L 100,0 C:三次方贝塞尔曲线 // ...
- Beego源码分析(转)
摘要 beego 是 @astaxie 开发的重量级Go语言Web框架.它有标准的MVC模式,完善的功能模块,和优异的调试和开发模式等特点.并且beego在国内企业用户较多,社区发达和Q群,文档齐全, ...
- 详解WPF Blend工具中的复合路径功能 ( 含路径标记语法 )
写此文章的目的是为了简单分析一下 Blend工具中提供的"复合路径"功能.有人在我的博文中留言问我复合路径的问题. 稍微琢磨一下,觉得应该是对的.因此贴出来和大家分享.有不对的说 ...
- CoreCLR源码探索(二) new是什么
前一篇我们看到了CoreCLR中对Object的定义,这一篇我们将会看CoreCLR中对new的定义和处理 new对于.Net程序员们来说同样是耳熟能详的关键词,我们每天都会用到new,然而new究竟 ...
- Linux进程退出详解(do_exit)--Linux进程的管理与调度(十四)
Linux进程的退出 linux下进程退出的方式 正常退出 从main函数返回return 调用exit 调用_exit 异常退出 调用abort 由信号终止 _exit, exit和_Exit的区别 ...
- kafka-producer配置
kafka-producer版本对比 Kafka的producer的API根据版本的不同分为kafka0.8.1.X之前的 kafka.javaapi.producer.Producer.以及之后版本 ...
- 动态svg效果
import React from 'react'; import TweenOne from 'rc-tween-one'; import SvgDrawPlugin from 'rc-tween- ...
- [转载]amba_device使用分析
什么是AMBA? ---AMBA是一个片内总线规范. ARM官网的介绍:http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0 ...
- CoreCLR源码2
CoreCLR源码 前一篇我们看到了CoreCLR中对Object的定义,这一篇我们将会看CoreCLR中对new的定义和处理new对于.Net程序员们来说同样是耳熟能详的关键词,我们每天都会用到ne ...
随机推荐
- opencv2 学习第8天 提取分离前景和背景
http://blog.csdn.net/zhouzhouzf/article/details/9281327 GrabCut 代码来自于http://www.cnblogs.com/tornadom ...
- Java实现:服务端登录系统并跳转到系统内的指定页面(不调用浏览器)
Java实现:服务端登录系统并跳转到系统内的指定页面(不调用浏览器) 1,思路:根据爬虫思想: 2,代码: /** * ClassName:AuthFr * Function: TODO * Reas ...
- 20135320赵瀚青LINUX第五章读书笔记
第五章--系统调用 5.1 与内核通信 作用 1.为用户空间提供一种硬件的抽象接口 2.保证系统稳定和安全 3.除异常和陷入,是内核唯一的合法入口. API.POSIX和C库 关于Unix接口设计:提 ...
- Apache-solr
1.1. 下载 从Solr官方网站(http://lucene.apache.org/solr/ )下载Solr4.10.3,根据Solr的运行环境,Linux下需要下载lucene-4.10.3.t ...
- Spring中Bean生命周期
Spring中的bean生命周期是一个重要的点,只有理解Bean的生命周期,在开发中会对你理解代码是非常有用的.对于Bean的周期,个人认为可以分为四个阶段.第一阶段:Bean的实例化,在该阶段主要是 ...
- An Overview of Forms Authentication (C#)
https://docs.microsoft.com/en-us/aspnet/web-forms/overview/older-versions-security/introduction/an-o ...
- javascript的函数,定义
函数 function A () { }函数体开头 函数名 传入的参数 方法 <button onclick=&qu ...
- Rank - 第二类斯特灵数
2017-08-10 20:32:37 writer:pprp 题意如下: Recently in Teddy's hometown there is a competition named &quo ...
- H5唤起app
H5唤起app 1.判断是否在微信中打开 无论是在哪个平台的客户端Android/IOS,在微信的平台上访问都有一个问题,那就是无法启动客户端,这是微信为了安全性考虑的限制,android这边屏蔽sc ...
- PHP处理MySQL事务代码
php使用mysqli进行事务处理 <?php$db = new mysqli("localhost","root",""," ...