coman: A function that does a complte DEGA from start to finish

Description Usage Arguments Examples

View source: R/coman.R

Description

This function allows you to do a complete differntial gene expression analysis your hugene 2.0 St array data. It will return three global variables. raWData which is the unnormalized gene expression values and normData which are the log2 normalized gene expression values. Results which is the results of the analysis.

Usage

1
coman(mydir, group, design, contrast)

Arguments

mydir

The directory that contains your data.

group

Group of factors in your experiment

design

Design matrix with named columns

contrast

contrast matrix

Examples

1
coman(mydir, group, design, contrast)

hawkdidy/hugenedeg documentation built on May 17, 2019, 3:06 p.m.