Partek Flow Documentation

Page tree

Versions Compared

Key

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

...

DESeq2(R) is a wrapper of bioconductor Bioconductor package ‘DESeq2’.  The implementation details for DESeq2(R) can be found at the external DESeq2 documentation page, which includes changes made by the algorithm authors since the publication of the original manuscript (Love, Huber, and Anders 2014) 

The DESeq2(R) task can be invoked from data nodes generated by quantification tasks that contains raw read count values for each feature in each sample (Gene counts, Transcript counts, microRNA counts, etc.). DESeq2(R) cannot be run on a normalized counts data node because DESeq2 internally corrects for library size as well as and implements a low expression filter.

 If the value of the raw count includes a decimal fraction, the value will be rounded to an integer before DESeq2(R) is performed. This The DESeq2(R) task itself includes feature filter, normalization and differential analysis. When Please note that when you run DESeq2(R) task, you have to install the R package before hand (the installation has to be performed outside of Partek Flow).

DESeq2 task, on the other hand, is a Partek Flow native implementation of DESeq2 differential expression detection algorithm. Like GSA and ANOVA, before you run this task, we recommend that you perform filter low expression feature and Median ratio ( DESeq2) normalization.first remove (filter out) features expressed at a low level and then normalize the data; the normalization that we suggest you use in conjunction with DESeq2 is Median ratio (median ration normalization is used by DESEq2). Installation of R is not required to run DESeq2 task.

Configuring DESeq2/DESeq2(R)

...

First, interaction terms cannot be added to contrasts in DESeq2(R). In order to perform contrasts of an interaction term in DESeq2(R), a new attribute that combines the factors of interest must be added and the contrast performed on the new combined attribute. This limitation of DESeq2(R) is detailed in the official DESeq2 documentation page. To perform contrasts of interaction terms without creating new combined attributes, please use either DESeq2, GSA, or ANOVA method.

Second, DESeq2(R) only allows two subgroups to be compared in each contrast. To analyze multiple subgroups, please use either DESeq2, GSAor ANOVA method. 

In DESeq2 advanced options configure dialog, there is reference selection option:

...

The report produced by DESeq2 is similar to the ANOVA report; each row is a feature and columns include p-value, FDR p-value, and fold change in linear scale for each contrast. However DESeq2(R) report doesn't have LSMeans information on the compared groups.

...

Love MI, Huber W, and Anders S. Moderated estimation of fold change and dispersion for RNA-seq data with DESeq2. Genome Biology 2014l 2014;15(12): 550.


Additional assistance


...