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 ...
随机推荐
- 《阿里巴巴Java开发规约》插件使用
通过Jetbrains官方仓库安装 1. 打开 Settings >> Plugins >> Browse repositories... 2. 在搜索框输入alibaba即可 ...
- datanode扩容步骤
新扩容机器规划: hostname ip 进程 slave3 10.183.225.167 datanode,nodemange 1. 修改/etc/hosts 增加新扩容机器的hostname 10 ...
- oppo R9 WLAN使用代理图解
以上拼图便是oppo R9 WLAN使用代理图解,代理设为 '手动' ,主机名便是我的电脑的ip地址,端口号是9973: + 9973端口号 (微信web开发者工具不可更改): + 8888 端口号 ...
- 防止XSS攻击的方式
主要有三种请求方式,进行过滤替换非法符号 1.普通的GET请求数据: 2.FORM表单提交数据: 3.Json格式数据提交: 把下面5个文件放入项目中即可 package com.joppay.adm ...
- 正则表达式-RegExp-常用正则表达式
正则表达式-RegExp-常用正则表达式 作者:nuysoft/JS攻城师/高云 QQ:47214707 EMail:nuysoft@gmail.com 声明:本文为原创文章,如需转载,请注明来源 ...
- codeforces 578c - weekness and poorness - 三分
2017-08-27 17:24:07 writer:pprp 题意简述: • Codeforces 578C Weakness and poorness• 给定一个序列A• 一个区间的poornes ...
- linux下增加useradd提示existing lock file /etc/subgid.lock without a PID
# useradd git -g git useradd: existing lock file /etc/subgid.lock without a PID useradd: cannot lock ...
- HDU 5773 The All-purpose Zero(O(nlgn)求LIS)
http://acm.hdu.edu.cn/showproblem.php?pid=5773 题意: 求LIS,其中的0可以看做任何数. 思路: 因为0可以看做任何数,所以我们可以先不管0,先求一遍L ...
- 网络流learning
上次学习网络流还是大一的下学期,之后就被从图论分出来交给队友了 然而吉林一战,队友在深圳读研而不能来,于是需要自己学习一下,争取在比赛前看完网络流建模汇总和一些总结,升华一下. 同时记录一下自己做过的 ...
- 读书笔记: Microsot .NET企业级应用架构设计
Microsot .NET企业级应用架构设计 Dino Esposito Andrea Saltarello 编 陈黎夫 译 人民邮电出版社 第一部分 设计原则 第1章 当代架构师和架构 ...