美文网首页
count,FPKM,TPM,CPM

count,FPKM,TPM,CPM

作者: 超级无敌大蜗牛 | 来源:发表于2022-07-07 11:24 被阅读0次

read counts

  • 比对到基因的reads数目;
  • raw count为差异表达分析的输入数据,Deseq2等差异分析软件内部有标化方法。

RPKM:

  • Reads Per Kilobase of exon model per Million mapped reads
  • RPKM=(1000000read counts)/(mapped readsgene length/1000)
  • RPKM能够消除基因长度和测序量差异对计算基因表达的影响

FPKM

  • Fragment Per Kilobase of exon model per Million mapped fragments
  • image.png
  • RPKM是针对早期的SE测序,FPKM是PE测序诞生之后对RPKM的校正。

TPM

  • Transcripts per million


    image.png
  • 同RPKM一样,RPM对基因的长度进行了校正,计算比对到基因上的reads/基因长度得到长度校正的表达量reads per kilobase(RPK),再以文库中RPK之和作为Scale Factor求出TPM;
  • 与RPKM用read counts之和作为文库校正因子相比,TPM用RPK之和作为文库校正因子的好处是考虑了不同岩本之间的基因长度分布。
image.png

参考了好几篇博文,找不到链接了,如侵,联系删文

相关文章

网友评论

      本文标题:count,FPKM,TPM,CPM

      本文链接:https://www.haomeiwen.com/subject/enzmbrtx.html