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的更多相关文章

  1. JavaScript进阶 - 第5章 小程序,大作用(函数)

    5-1什么是函数 函数的作用,可以写一次代码,然后反复地重用这个代码. 如:我们要完成多组数和的功能. var sum;   sum = 3+2; alert(sum);   sum=7+8 ; al ...

  2. 深入解析Flutter下一代渲染引擎Impeller

    作者 魏国梁:字节 Flutter Infra 工程师, Flutter Member,长期专注 Flutter 引擎技术 袁    欣:字节 Flutter Infra 工程师, 长期关注渲染技术发 ...

随机推荐

  1. 『MXNet』第七弹_多GPU并行程序设计

    资料原文 一.概述思路 假设一台机器上有个GPU.给定需要训练的模型,每个GPU将分别独立维护一份完整的模型参数. 在模型训练的任意一次迭代中,给定一个小批量,我们将该批量中的样本划分成份并分给每个G ...

  2. python-爬虫框架scrapy

    一 介绍 Scrapy一个开源和协作的框架,其最初是为了页面抓取 (更确切来说, 网络抓取 )所设计的,使用它可以以快速.简单.可扩展的方式从网站中提取所需的数据.但目前Scrapy的用途十分广泛,可 ...

  3. PY3 多组输入

    在c语言你能使用while(scanf(“%d”,x) !=EOF)判断输入是否碰到文件结束符(EOF). 但是在python你不能使用while((x=input())!=EOF). 这有两种方法可 ...

  4. hdu-1817-polya

    Necklace of Beads Time Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others ...

  5. Maven管理jar包依赖常出现的不能实例化类的问题

    you'ji 在maven管理jar包依赖时,存在一种常见的问题. pom.xml文件配置没问题,通过eclipse里中的maven dependencies查看,也确实有这个jar 包,或者这个类. ...

  6. Cassandra的commitLog、memtable、 SStable

    和关系数据库一样,Cassandra在写数据之前,也需要先记录日志,称之为commitlog,然后数据才会写入到Column Family对应的Memtable中,并且Memtable中的内容是按照k ...

  7. [vjudge contest15(xjoi)] C - Berzerk

    CodeForces - 787C Rick and Morty are playing their own version of Berzerk (which has nothing in comm ...

  8. struts项目部署在Tomca上在断网情况下启动报错

    转载请注明出处:http://www.cnblogs.com/Joanna-Yan/p/6015693.html 前段时间,项目部署到现场后,反馈Tomcat能正常启动,但是项目有时访问不了也不报错. ...

  9. Jquery如何禁止鼠标右键菜单

    jquery中使用contextmenu事件,如果返回true,则允许右键菜单:如果返回false,则禁止右键菜单 导入文件 <script type="text/javascript ...

  10. vs2015 出现Lc.exe 已退出,代码为-1的问题,如何解决

    今天在代码运行时,出现lc.exe已退出,代码为-1 的问题