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 kilobasefeature length. Here length is measured in kilobases but the final TPM values do not depend on the length unit.
      RPKsf  = Xsf / Lf;
    2. Sum up all the RPKsf in a sample
      PRKObtain a scaling factor for sample s as
      Ks =  ∑  10-6Ff=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
      Image Removed,
      where TR is the total reads across all samples
    4. RPKsf
    5. Divide raw reads by the length and the scaling factor to get TPM
      TXsf = Xsf / L/ Ks
  • Upper quartile 
  • The method is exactly the same as the LIMMA package [7].
    The following is the simple summarization of the calculation:

...