resample: Resample from ALL ExpressionSet and plot

Description Usage Arguments Value Author(s)

View source: R/resample.R

Description

A function to resample samples from each class of an ExpressionSet and plot the results calculated by a function that returns the number of differentially expressed genes between the classes.

Usage

1
resample(x, selfun, groupsize = 6 * (1:6), nrep = 25)

Arguments

x

An ExpressionSet object derived from the ALL data package.

selfun

A function that takes the resampling subset of the ExpressionSet and computes the number of differentially expressed genes between the two classes

groupsize

The number of samples for each class

nrep

number of iterations of resampling procedure

Value

The function is called for the side effect of producing a plot.

Author(s)

Florian Hahne


Bioconductor/BiocCaseStudies documentation built on Nov. 1, 2020, 4:58 p.m.