plotgendat: This function visualizes the differential expression (fold...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/interim_and_survival_package_functions.R

Description

The fucntion generateExpressionData has as one parameter the log fold change between the gene expression levels of the group of long surviver and the group of short survivers. This parameter is visualized in this function with a barplot.

Usage

1
  plotgendat(gendat)

Arguments

gendat

of type 'list'. The return value of the function generateExpressionData

Value

none

Author(s)

Andreas Leha andreas.leha@med.uni-goettingen.de

See Also

generateExpressionData, plotgeneratePatientData

Examples

1
2
3
4
5
6
7
8
fc <- c(rep(0, 500), ceiling(rnorm(500, 0, 1)-0.5))
Sigma.1 <- diag(1000)
Sigma.2 <- diag(1000)
N.1 <- 30
N.2 <- 30

gendat <- generateExpressionData(fc, Sigma.1, Sigma.2, N.1, N.2)
plotgendat(gendat)

survGenesInterim documentation built on May 2, 2019, 5:22 p.m.