randomDLDscores {compdiagTools}R Documentation

~~function to do ... ~~

Description

Generates random splits of microarray expression data and computes corresponding DLD scores.

Usage

randomDLDscores(data, nsplits = 100, ngenes = 75, ignore.genes = 5)

Arguments

data matrix of expression levels, one column per sample, one row per gene.
nsplits defines how many random splits to be computed
ngenes how many genes to take into account, when computing DLD scores.
ignore.genes how many of the best separating genes to ignore.

Value

Vector of random DLD scores.

Author(s)

Claudio Lottaz


[Package compdiagTools version 1.5.3 Index]