oncoMixTraditionalDE {oncomix}R Documentation

Creating a schematic of a traditional diff. expression experiment

Description

This function allows you to generate a schematic of the assumptions of a traditional DE expermiment between two known groups.

Usage

oncoMixTraditionalDE(means = c(3, 7))

Arguments

means

Set the values for the difference between parameter means

Value

Returns a ggplot object that shows the traditional method (2 sample t-test) for mRNA differential expression.

Examples

oncoMixTraditionalDE(means=c(3,7))
oncoMixTraditionalDE(means=c(3,10))

[Package oncomix version 1.15.0 Index]