zoukankan      html  css  js  c++  java
  • 单细胞文献分析 Quantitative single-cell rna-seq with unique molecular identifers

    Quantitative single-cell rna-seq with unique molecular identifers

    这篇文章论证了 scRNA-seq 使用UMI来计算基因表达量的合理性和优势。

    这里主要研究如何分析 scRNA-seq 的数据,如何处理ERCC和UMI。

    背景:

    however, losses in cdna synthesis and bias in cdna amplifcation lead to severe quantitative errors.

    单细胞测序,每个细胞内的mRNA的量都比较少,在合成cDNA时必然会有困难,所以就需要扩增,否则根本就检测不到mRNA,但扩增会导致定量的问题,因为你无法精准的控制扩增的量,这样你计算的表达量就是不准的。

    The two main challenges in single-cell RNA-seq are the efficiency of cDNA synthesis (which sets the limit of detection) and the amplification bias (which reduces quantitative accuracy).

    单细胞测序的主要问题是:1.cDNA合成;2.扩增偏差

    In contrast, standard RNA-seq uses relative measures such as reads per kilobase per million reads
    (RPKM), which mask differences in total mRNA content.

    常规RNA-seq使用RPKM或FPKM来定量,这是相对定量;而UMI就是绝对定量。

    so that the number of identical mRNA molecules is expected to be <100 for most genes.

    UMI的原理,一般UMI就只有5bp,也就只有4的5次方种,1024种;UMI是一种随机序列,并不是一种特异标记,它并不是为了给每一个mRNA分子一个特殊标记。

    To ensure that successfully generated cDNA molecules are sequenced, it is crucial to sequence to a sufficient depth after amplification.

    单细胞必须保证有足够的测序深度

     

    Pairwise correlation coefficients calculated

  • 相关阅读:
    MySQL 8.0.11安装配置
    MySQL open_tables和opened_tables
    MongoDB 主从和Replica Set
    MySQL各类SQL语句的加锁机制
    MySQL锁机制
    MySQL事务隔离级别
    消除Warning: Using a password on the command line interface can be insecure的提示
    Error in Log_event::read_log_event(): 'Event too small', data_len: 0, event_type: 0
    Redis高可用 Sentinel
    PHP 的异步并行和协程 C 扩展 Swoole (附链接)
  • 原文地址:https://www.cnblogs.com/leezx/p/7326328.html
Copyright © 2011-2022 走看看