L105
A pill could soon radio signals from inside your gut to help doctors diagnose diseases from ulcers to cancer to inflammation, according to a new study.
Scientists have developed a small, ingestible capsule that mixes synthetic biology and electronics to detect bleeding in the digestive tract.
The system can be adapted for a range of medical, environmental and other uses, the researchers say.
The biological part of the pill uses bacteria engineered to glow when exposed to heme, the iron-containing molecule in blood.
The electronic side includes a tiny light detector, computer chip, battery and transmitter that sends data to a cellphone or computer.
"A major challenge for sensing in the GI tract is, the space available for a device is very limited," said Massachusetts Institute of Technology electrical engineer Phillip Nadeau.
Using very low-power electronics that Nadeau and his colleagues designed, they fit all the components into a capsule about 3 centimeters long by 1 centimeter wide.
It's still a bit big to swallow, but Nadeau says it likely can be engineered to a third that size.
The engineered bacteria are contained in chambers covered by a membrane that lets small molecules in, but does not let the organisms out. The researchers say the bacteria can be engineered to die if they accidentally leak from the capsule; or, future models may just use the key enzymes, rather than whole bacteria.
In laboratory tests, the pill successfully distinguished pigs fed small amounts of blood from those not given blood. The capsule has not been tested on humans, but the team aims to do so in the next year or two.
Since the components are all fairly inexpensive to manufacture, researchers speculate that the cost would be in the range of tens to hundreds of dollars.
And they say the same platform could be used to detect markers of a range of illnesses, or to sense chemicals in the environment.
"It's really exciting, and I think it's got a lot of legs," said Rice University bioengineer Jeff Tabor, who was not part of the research team.
But Tabor notes that the sensors may need to be much more sensitive than what was used in the pig tests. He says there may be much less blood in the guts of actual patients than what the pigs were given. Other conditions may have the same limitations.
"For many actual diseases, you might have far less of the molecule that you need to sense available to you," he added.
The research was published in the journal Science.
L105的更多相关文章
- ERROR L105: PUBLIC REFERS TO IGNORED SEGMENT 的解决办法
今天接着写一个单片机程序,出现这个问题,我仔细查看每一句语句,发现逻辑上没有错误,但就是出现这个问题,不能生成目标文件: *** ERROR L107: ADDRESS SPACE OVERFLOW ...
- KEIL C编译器常见警告与错误信息的解决办法
对于函数的自变量.局部变量和全局变量声明如果没有指定内存类型,则内存模式将成为内定的内存类型.如果指定了内存类型的变量,则不理会内存模式,完全有所指定的内存类型为主. SMALL模式:小模式 ...
- CoreCLR源码探索(三) GC内存分配器的内部实现
在前一篇中我讲解了new是怎么工作的, 但是却一笔跳过了内存分配相关的部分. 在这一篇中我将详细讲解GC内存分配器的内部实现. 在看这一篇之前请必须先看完微软BOTR文档中的"Garbage ...
- Clickhouse副本表以及分布式表简单实践
集群配置: 192.168.0.106 node3 192.168.0.101 node2 192.168.0.103 node1 zookeeper配置忽略,自行实践! node1配置: <? ...
- Prometheus监控学习笔记之Prometheus存储
0x00 概述 Prometheus之于kubernetes(监控领域),如kubernetes之于容器编排.随着heapster不再开发和维护以及influxdb 集群方案不再开源,heapster ...
- Prism for WPF 搭建一个简单的模块化开发框架(二)
原文:Prism for WPF 搭建一个简单的模块化开发框架(二) 今天又有时间了,再改改,加了一些控件全局的样式 样式代码 <ResourceDictionary xmlns="h ...
- ansible应用
前言: 假如让你在一组服务器安装某个软件,服务器少的话还可以接受,但如果有上百台服务器的话,这样会耗费大量时间,在这时候Ansible就由此而生:总之Ansible提供的很多模块十分强大. 一.关于a ...
- Koa 中间件的执行
Node.js 中请求的处理 讨论 Koa 中间件前,先看原生 Node.js 中是如何创建 server 和处理请求的. node_server.js const http = require(&q ...
- Abp vNext框架 从空项目开始 使用ASP.NET Core Web Application-笔记
参考 Abp vNext框架 从空项目开始 使用ASP.NET Core Web Application http://www.vnfan.com/helinbin/d/745b1e040c9b4f6 ...
随机推荐
- py.test
只运行某一个用例 pytest test_mod.py::test_func 或者 pytest test_mod.py::TestClass::test_method
- Cross Frame Script (跨框架脚本) 攻击
一.Cross Frame Script (跨框架脚本) 攻击 什么是Cross Frame Script? 很简单,做个实验就知道了.把下面的这段HTML代码另存为一个html文件,然后用ie浏览器 ...
- JS获取图片的缩略图
js获取上传文件的缩略图 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> ...
- 下周要搞大事情(ASP.NET Core & WebForms)!
下周要搞大事情(ASP.NET Core & WebForms)!
- 【BZOJ3651】网络通信 LCT
[BZOJ3651]网络通信 Description 有一个由M 条电缆连接的 N 个站点组成的网络.为了防止垄断,由 C 个公司控制所有的电缆,规定任何公司不能控制连接同一个站点的两条以上的电缆(可 ...
- City Game(最大子矩阵)
Bob is a strategy game programming specialist. In his new city building game the gaming environment ...
- J - 组合
J - 组合 Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%lld & %llu Description 有两 ...
- zoj 2362 Beloved Sons【二分匹配】
题目:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2361 来源:http://acm.hust.edu.cn/vjudg ...
- 九度OJ 1354:和为S的连续正数序列 (整除)
时间限制:2 秒 内存限制:32 兆 特殊判题:否 提交:2028 解决:630 题目描述: 小明很喜欢数学,有一天他在做数学作业时,要求计算出9~16的和,他马上就写出了正确答案是100.但是他并不 ...
- 九度OJ 1207:质因数的个数 (质数)
时间限制:1 秒 内存限制:32 兆 特殊判题:否 提交:5939 解决:1926 题目描述: 求正整数N(N>1)的质因数的个数. 相同的质因数需要重复计算.如120=2*2*2*3*5,共有 ...