生命组学-药物基因组学

精准医学的内容有个人全基因组测序,移动可穿戴设备,它可以实时监测,深度学习模型预测疾病,对疾病预测做到有效、安全和可控。

药物基因组学就是研究疾病、化合物和靶点之间的关系,关键是找到能控制疾病的蛋白质结合腔。

遗传性疾病可通过家系研究,非遗传性疾病可通过GWS找突变位点,基于突变情况找治疗方法。SBI是结构生物学与药物分子设计与生信相结合的学科。

药物制造的传统问题是不知道潜在的药物靶标,针对某一症状而不是疾病,广泛测试得到小分子,最后再调整基团,效率极低。

现代的药物基因组学是通过疾病相关序列找到靶标,根据靶标设计小分子,在优化阶段,可使得药物小分子变小,避免毒副作用,毒副作用就是与其他蛋白结合并影响功能,提高准确性,准确性就是分子与靶标结合程度。

鉴定药物靶标的方法是首先通过查询gene expression差异、蛋白质组信息(该方法准确率更高),蛋白质调控网络,遗传家系研究来找寻线索。通过比对数据库中的相似序列找target gene或者调控网络,找到靶标后分子优化。分子优化要同时结合个体差异性和个体基因组差异性,此时可以利用reference genome,比如为亚洲人制药就使用亚洲人的reference genome,最后利用cell base、in-vivo based、model organisms方法来验证靶标。

个体基因组研究在sequence阶段使用30X最好,10X genomics有比较好的效果。

10X genomics:chromium segregates samples into individual microwells, where DNA in each well can be labeled with a unique barcode sequence. The process recovers information that is normally lost when scientists cut DNA into short fragments as part of sample preparation for the leading DNA sequencers

10X genomics|cell base|in-vivo based|model organisms|SBI|的更多相关文章

  1. Cell theory|Bulk RNA-seq|Cellar heterogeneity|Micromanipulation|Limiting dilution|LCM|FACS|MACS|Droplet|10X genomics|Human cell atlas|Spatially resolved transcriptomes|ST|Slide-seq|SeqFISH|MERFISH

    生物信息学 Cell theory:7个要点 All known living things are made up of one or more cells. All living cells ar ...

  2. 10X Genomics vs. PacBio

    10X Genomics已经广泛应用于单细胞测序.组装领域,现在也是火的不行. 10X Genomics原理 通过将来自相同DNA片段(10-100kb)的reads加上相同的barcode,然后在i ...

  3. [Django] Base class in the model layer

    In the model layer, the Model class is the base class while the ModelBase class is metaclass.

  4. 单细胞 RNA-seq 10X Genomics

    单细胞流程跑了不少,但依旧看不懂结果,是该好好补补了. 有些人可能会误会,觉得单细胞的RNA-seq数据很好分析,跟分析常规的RNA-seq应该没什么区别.今天的这篇文章2015年3月发表在Natur ...

  5. In Vitro model验证 | Harnessing single-cell genomics to improve the physiological fidelity of organoid-derived cell types

    Transcriptional benchmarking of in vitro cells to in vivo with single-cell rna-seq - 简介 Harnessing s ...

  6. A Complete Tutorial on Tree Based Modeling from Scratch (in R & Python)

    A Complete Tutorial on Tree Based Modeling from Scratch (in R & Python) MACHINE LEARNING PYTHON  ...

  7. Risk Adaptive Information Flow Based Access Control

    Systems and methods are provided to manage risk associated with access to information within a given ...

  8. Physically Based Shader Development for Unity 2017 Develop Custom Lighting Systems (Claudia Doppioslash 著)

    http://www.doppioslash.com/ https://github.com/Apress/physically-based-shader-dev-for-unity-2017 Par ...

  9. Sequence Models Week 1 Character level language model - Dinosaurus land

    Character level language model - Dinosaurus land Welcome to Dinosaurus Island! 65 million years ago, ...

随机推荐

  1. 【系统安装】如何在VMware软件中安装ghost格式的系统

    一.安装准备 1.系统虚拟环境软件:VMware软件(下载链接) 2.系统镜像制作软件:UltraISO[软碟通是光盘映像文件制作/编辑/转换工具](下载链接) 3.系统安装辅助软件:Win7PE(下 ...

  2. gitlab命令详解

    http://www.ruanyifeng.com/blog/2014/06/git_remote.html

  3. Java 面向对象的帮助文档制作(6)

    set classPath=c:\myclass; 设置path路径

  4. dfs--迷宫

    题目背景 给定一个N*M方格的迷宫,迷宫里有T处障碍,障碍处不可通过.给定起点坐标和终点坐标,问: 每个方格最多经过1次,有多少种从起点坐标到终点坐标的方案.在迷宫中移动有上下左右四种方式,每次只能移 ...

  5. 移除手机端a标签点击自动出现的边框和背景

    手机端a标签会自动补充出现边框或者背景,使得用户知道a标签的点击状态,但样式很不好看 <!DOCTYPE html> <html> <head> <meta ...

  6. MyBatis从入门到精通(第5章):MyBatis代码生成器

    jdk1.8.MyBatis3.4.6.MySQL数据库5.6.45.Eclipse Version: 2019-12 M2 (4.14.0) MyBatis从入门到精通(第5章):MyBatis代码 ...

  7. 深入理解spring中的AOP原理 —— 实现MethodInterceptor接口,自已动手写一个AOP

      1.前言 AOP是面向切面编程,即“Aspect Oriented Programming”的缩写.面对切面,就是面向我们的关注面,不能让非关注面影响到我们的关注面.而现实中非关切面又必不可少,例 ...

  8. Linux进程的诞生和消亡

    1.进程的诞生 (1).进程0和进程1 (内核里边的固有的) (2).fork函数和vfork函数用于新进程的产生 2.进程的消亡 (1).正常终止和异常终止 (2).进程在运行时需要消耗系统资源(内 ...

  9. You are attempting to install the android sdk inside your android studio installation

    原因 我的android studio文件名为AndroidStudio 我的android studio sdk文件名为AndroidStudioSDK 所以系统把AndroidStudioSDK自 ...

  10. mysql查看变量

    在MySQL客户端执行如下命令查看MySQL的数据存放位置: show global variables like "%datadir%"; 查看端口号 show global v ...