dksClassify: Predict classes for gene expression sets.
Description
Kolmogorov-Smirnov rank sum scoring will be used to assign
one or more samples to one of two or more classes based on
previously defined gene signatures (see dksTrain).
If TRUE, scores for each class will be mean centered
and normalized to remove arbitrary differences in scale and baseline
value between signatures for different classes.
method
Two methods are supported. The 'kort' method returns
the maximum of the running sum. The 'yang' method
returns the sum of the maximum and the minimum of the
running sum, thereby penalizing classes that are highly enriched
in a subset of genes of a given signature, but highly
down regulated in another subset of that same signature.
Value
An object of class DKSPredicted containing the
class to which each sample in the eset was assigned as
well as other information. This object has its own summary
and show functions useful for displaying this information
in a user friendly format.