Description Usage Arguments Value Examples
This wrapper runs differential expression analysis via the DESeq package.
1 2 3 4 |
object |
An EMSet object that has undergone filtering and normalisation. |
group |
Name of the column in the colInfo dataframe where you have
defined the conditions you would like to test. eg cluster to compare clusters
identified by |
condition.a |
Condition of the group you want to use as the baseline. |
condition.b |
Conditions of the group you want to compare to the baseline. |
ngenes |
Perform differential expression analysis using top number of genes. If omitted, this function will run analysis on ALL genes. |
fitType |
Method used to fit a dispersion-mean relation by DESeq. Options: parametric, local (Default). |
method |
Method used by DESeq to compute emperical dispersion. Options: pooled, pooled-CR, per-condition (Default), blind. |
parallel |
Run DESeq through parallelised wrapper (Default: TRUE) |
A data frame containing DESeq results
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.