randomDLDscores {compdiagTools} | R Documentation |
Generates random splits of microarray expression data and computes corresponding DLD scores.
randomDLDscores(data, nsplits = 100, ngenes = 75, ignore.genes = 5)
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. |
Vector of random DLD scores.
Claudio Lottaz