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 ...
随机推荐
- Web.xml中自动扫描Spring的配置文件及resource时classpath*:与classpath:的区别
Web.xml中自动扫描Spring的配置文件及resource时classpath*:与classpath:的区别 一.Web.xml中自动扫描Spring的配置文件(applicationCont ...
- Python高级语法之:一篇文章了解yield与Generator生成器
Python高级语法中,由一个yield关键词生成的generator生成器,是精髓中的精髓.它虽然比装饰器.魔法方法更难懂,但是它强大到我们难以想象的地步:小到简单的for loop循环,大到代替多 ...
- 20135302魏静静——linux课程第七周实验及总结
linux课程第七周实验及总结 实验及学习总结 1. 编译链接的过程和ELF可执行文件格式(以hello为例) GNU编译系统编译源码: 首先,运行C预处理器(cpp),将.c文件翻译成.i文件——g ...
- Jenkins 安装教程
第一部分,安装Jenkins 1.首先在Jenkins repo yum源和Key [root@jenkins ~]# wget http://pkg.jenkins.io/redhat-stable ...
- Oracle18c创建不带C##的用户
18c数据库分两种数据库CDB(容器数据库).PDB(可插拔数据库) 数据库安装完成之后,默认是CDB 创建一个用户,必须要用C##开头,但使用PDB没有这个限制 1. 先查看PDB数据库servic ...
- HIVE分组排序问题
答案: hive> select *,row_number() over (partition by product_no order by start_time desc) from tabl ...
- 【eclipse】启动不了报错java was started but returned exit code=13
原因是jdk与eclipse的版本不对,一个是32位的一个是64位的.
- 动态规划入门-01背包问题 - poj3624
2017-08-12 18:50:13 writer:pprp 对于最基础的动态规划01背包问题,都花了我好长时间去理解: poj3624是一个最基本的01背包问题: 题意:给你N个物品,给你一个容量 ...
- C# winfrom listview 多窗口调用
Form1 private void button1_Click(object sender, EventArgs e) { Form f = new Form2(ref listView1); f. ...
- Struts2 入门实例
一.最简登录 Demo:login.jsp——web.xml——struts.xml——LoginAction.java——struts.xml——index.jsp 1.下载 Struts2 框架: ...