L260
Innovative UK technology that can deliver drugs deep into the brain to treat neurological diseases, from Parkinson’s to cancer, has had encouraging results in its first controlled clinical trial.
Steven Gill, professor of neurosurgery at the University of Bristol, designed the new convection enhanced delivery system to bypass the blood-brain barrier which makes it hard to target medicines inside the head. It is manufactured by Renishaw, a British precision engineering company.
The CED device uses four tubes, fitted through robot-assisted surgery, to infuse drugs in solution directly to the putamen, a structure at the base of the forebrain that plays an important role in Parkinson’s. Patients lived for many months with an entry port — that looks like a plastic plug — on the side of their head without suffering side-effects.
“This trial has shown that we can safely and repeatedly infuse drugs directly into patient’s brains over months or years,” said Prof Gill. “This is a significant breakthrough in our ability to treat neurological conditions . . . because most drugs that might work cannot cross from the blood stream into the brain due to a natural protective barrier.”
The inaugural CED trial was with 35 Parkinson’s patients at Bristol’s Southmead Hospital, who were administered an experimental drug called GDNF, which promotes the growth of brain cells. Results are reported in scientific papers in Brain and the Journal of Parkinson’s Disease.
Participants showed some clinical improvement, in particular easier movement of their limbs, compared with those who received an inactive placebo solution through the CED device. Scans also showed more regrowth of brain cells in treated patients, though the overall outcome failed to confirm that the medication had reversed the underlying condition — something that no existing treatment can do.
“Now we need to move towards a definitive clinical trial using higher doses,” Prof Gill said. Regulators in Europe and the US have agreed that a more extensive GDNF trial can go ahead, though funding still has to be arranged.
Neuroscientists who were not directly involved in the Bristol trial gave it a cautious welcome. “For a neurodegenerative condition of this complexity, I think the results are remarkably positive,” said Roger Morris, professor of molecular neurobiology at King’s College London.
They also praised the possibilities of CED. “If intra-brain perfusion can be safely achieved for long-term drug delivery inside the brain, the range of medication that can be used to combat brain diseases [stroke and cancer as well as neurodegeneration] will be massively expanded,” said Prof Morris.
Prof Gill is working with Herantis Pharma, a biotech company in Finland, on a separate Parkinson’s disease trial using the same CED delivery system to administer another experimental drug called CDNF that also promotes neural growth. It has not yet reported any results.
A third application is for a lethal childhood brain cancer called diffuse intrinsic pontine glioma, or DIPG. “This accurate targeting of the tumour has shown encouraging results in a number of children with DIPG treated on a compassionate basis,” said Sharon Kane, chief executive of the neurosurgery charity Funding Neuro. “There has been no progress in treatment for children with DIPG for almost 60 years, and we believe that CED will be the mechanism that will help to change the outcome for patients with this devastating diagnosis.”
L260的更多相关文章
- JavaScript进阶 - 第5章 小程序,大作用(函数)
5-1什么是函数 函数的作用,可以写一次代码,然后反复地重用这个代码. 如:我们要完成多组数和的功能. var sum; sum = 3+2; alert(sum); sum=7+8 ; al ...
- 深入解析Flutter下一代渲染引擎Impeller
作者 魏国梁:字节 Flutter Infra 工程师, Flutter Member,长期专注 Flutter 引擎技术 袁 欣:字节 Flutter Infra 工程师, 长期关注渲染技术发 ...
随机推荐
- 使用scrapy-crawlSpider 爬取tencent 招聘
Tencent 招聘信息网站 创建项目 scrapy startproject Tencent 创建爬虫 scrapy genspider -t crawl tencent 1. 起始url sta ...
- Django的form组件
forms组件 forms组件,是一个类.在视图函数中创建一个类,类需要继承forms.Form from django import forms 1.校验数据 步骤和语法: 1. 创建一个form ...
- 数据库SQLserver(课本)
一.SQL server的部署 1.数据库的基本概念 数据库通常是一个由行和列组成的二维表 数据表中的行通常叫做记录或元祖 数据表中的列通常叫做字段或属性 2.主键和外键 主键:定义主键可以保证数据的 ...
- tomcat8.5 优化
第一步:配置user登录tomcat 参考:https://www.cnblogs.com/kevincaptain/p/10370794.html 第二步:性能优化 2.1tomcat的运行模式有3 ...
- Oracle11g温习-第十九章:审计(audit)
2013年4月27日 星期六 10:52 1.审计的功能:监控用户在database 的 action (操作) 2.审计分类 1) session :在同一个session,相同的语句只产生一个审计 ...
- Beta阶段——第6篇 Scrum 冲刺博客
Beta阶段--第6篇 Scrum 冲刺博客 标签:软件工程 一.站立式会议照片 二.每个人的工作 (有work item 的ID) 昨日已完成的工作 人员 工作 林羽晴 完成了函数的编写,提供报表数 ...
- HDFS - Shell命令
HDFS - Shell命令 最近学习比较忙,本来想做一个搭建集群笔记,今天先记录HDFS-shell命令,明天,最迟明天下午我一定会做一个搭建集群的笔记.. 介绍一个我的集群搭建:一主三从 3个虚拟 ...
- 部署项目到linux中报Spring MVC报异常:org.springframework.web.util.NestedServletException: Request processing failed
@RequestMapping(value = "/security/login", method = RequestMethod.POST) public ModelAndVie ...
- 深入浅出php socket编程
对TCP/IP.UDP.Socket编程这些词你不会很陌生吧?随着网络技术的发展,这些词充斥着我们的耳朵.那么我想问: 1.什么是TCP/IP.UDP?2.Socket在哪里呢?3.Socket是什么 ...
- Python3+telnetlib实现telnet客户端
一.程序要点说明 python实现telnet客户端的六个关键问题及其答案是: 使用什么库实现telnet客户端----telnetlib 怎么连接主机----两种方法,一种是在实例化时传入ip地址连 ...