http://www.cureffi.org/2013/09/12/counts-vs-fpkms-in-rna-seq/
"
- counts are simply the number of reads overlapping a given feature such as a gene.
- FPKMs or Fragments Per Kilobase of exon per Million reads are much more complicated. Fragment means fragment of DNA, so the two reads that comprise a paired-end read count as one. Per kilobase of exon means the counts of fragments are then normalized by dividing by the total length of all exons in the gene (or transcript). This bit of magic makes it possible to compare Gene A to Gene B even if they are of different lengths. Per million reads means this value is then normalized against the library size. This bit of magic makes it possible to compare Gene A in Sample 1 to Sample 2 even if Sample 1′s RNA-seq library has 60 million pairs of reads and Sample 2′s library has only 30 million pairs of reads. "
No comments:
Post a Comment