DEMICel-methods: Creates a 'DEMICel' object

Description Usage Arguments Details Value Author(s)

Description

A DEMICel holds the raw and normalized expression matrices. It is used internally in DEMI analysis.

Usage

1
DEMICel(celMatrix = matrix(), normMatrix = matrix())

Arguments

celMatrix

A matrix. The raw expression matrix.

normMatrix

A matrix. The normalized expression matrix.

Details

Both expression matrices store the expression values in their columns and the column name represents the original CEL file name. The row names represent probe ID's which makes it easy to retrieve specific expression data for specific probes.

Value

A DEMICel object that holds the raw and normalized expression matrices.

Author(s)

Sten Ilmjarv


demi documentation built on May 2, 2019, 11:11 a.m.