t.tests.treatment.sign {func2vis}R Documentation

List of differentially expressed genes

Description

Consist of list of differentially expressed genes (DEG) with fold-change information i.e. up and down regulated genes between case and control.

Usage

data("t.tests.treatment.sign")

Format

A data frame with 1820 observations on the following 8 variables.

gene

a character vector

p.value

a numeric vector

p.value.fdr

a numeric vector

fc

a numeric vector

mean.A

a numeric vector

mean.B

a numeric vector

sd.A

a numeric vector

sd.B

a numeric vector

Examples

data(t.tests.treatment.sign)
## maybe str(t.tests.treatment.sign) ;

[Package func2vis version 1.0-3 Index]