Limma

This node can find differential expressed genes using the limma package of R. It takes as input a count table and a annotation file.

Options

Method for calculation of normalization factors
Method which is used for calculation of the normalization factors against different library sizes (default: TMM).
Method for CPM normalization
Method which is used for CPM (counts per million) normalization (default: quantile).
P-value correction method
Method which is used for p-value correction against multiple testing (default: BH).

Input Ports

Icon
Row names: IDs of features.
Column headers are the names of the samples.
Cell 0...n: Count of features in the samples.
Icon
Row names: Names of the samples as they are named in the count table.
The column header should be named 'condition'.
Cell 0: Condition (should only contain two conditions).

Output Ports

Icon
Cell 0: ID of feature
Cell 1: Log2 fold change
Cell 2: Average log2 CPM expression
Cell 3: B-statistic
Cell 4: t-statistic
Cell 5: P-value
Cell 6: Adjusted p-value

Popular Successors

Views

STDOUT / STDERR
STDOUT and STDERR of the underlying R script.

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.