runDE: runDE

Description Usage Arguments Value Examples

Description

Run DE algorithms on the selected parameters. Output is to be used for the interactive display.

Usage

1
runDE(data = NULL, columns = NULL, conds = NULL, params = NULL)

Arguments

data,

A matrix that includes all the expression raw counts, rownames has to be the gene, isoform or region names/IDs

columns,

is a vector that includes the columns that are going to be analyzed. These columns has to match with the given data.

conds,

experimental conditions. The order has to match with the column order

params,

all params for the DE methods

Value

de results

Examples

1
    x <- runDE()

nephantes/debrowser_bioconductor_release documentation built on May 29, 2019, 7:15 a.m.