Partek Flow Documentation

Page tree

Versions Compared

Key

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

...


Numbered figure captions
SubtitleTextWhen a data node containing quantified data is selected, Normalize counts becomes available on the context sensitive menu
AnchorNametoolbox-normalize-counts

Image RemovedImage Added

The format of the output is the same as the input data format, the node is called Normalized counts. This data node can be selected and normalized further using the same task.

...

 

Numbered figure captions
SubtitleTextTransformation can be done on samples or on features
AnchorNametransform-on

Image RemovedImage Added

 

The following normalization methods will generate different results depending on whether the transformation was performed on samples or on features:

...


Numbered figure captions
SubtitleTextNormalization using Partek’s recommended method
AnchorNamerecommended-methods-button

Image RemovedImage Added

Normalization Methods

...

    1. Normalize the reads by the length of feature, it generate reads per kilobase
      RPKsf  = Xsf / Lf;
    2. Sum up all the RPKsf in a sample
      PRK=  ∑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
      Image Modified,
      where TR is the total reads across all samples
    4. Divide raw reads by the scaling factor to get TPM
      TXsf = Xsf/Ks

...