Partek Flow Documentation

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    1. Normalize the reads by the length of feature, it generate reads per kilobase
      RPKsfsf  = Xsf / Lf;
    2. Sum up all the RPKsf in a sample
      PRKs=  ∑Ff=1 FRPKsf
    3. Generate a scaling factor for each sample by normalizing the PRK of the sample to the sum PRK of all the samples
      Ks=PRKSs=1SPRKS x TR / 106Image Added,
      where TR is the total reads across all samples
    4. Divide raw reads by the scaling factor to get TPM
      TXsfsf = Xsf/Ks
  • Total count(Reads per million)
    TXsf = (106 x Xsf)/TMRs
    where Xsf here is the raw read of sample S on feature F, and
    TMRs is the total mapped reads of sample S.
    If quantification is performed on an aligned reads data node, total mapped reads is the aligned reads.  If quantification is generated from imported read count text file, the total mapped reads is the sum of all feature reads in the sample.

  • Upper quartile 
    The method is exactly the same as the LIMMA package [7].
    The following is the simple summarization of the calculation:

...

A table that presents descriptive statistics on each sample, the last row is the grand statistics across all samples (Figure 4).

 

 
Numbered figure captions
SubtitleTextFeature distribution statistic information on each sample and across all the samples
AnchorNamefeature-distribution-statistic

 

 

Expression signal

These box-whisker plots show the expression signal distribution for each sample before and after normalization. When you mouse over on each bar in the plot, a balloon would show detailed percentile information (Figure 5).

...