class.DKSGeneSet: Class to contain gene signatures.

Description Slots Author(s) See Also

Description

This class contains a vector of genes, and a corresponding factor of classes that indicates to which signature each gene belongs. The function dksSelectGenes extracts gene signatures of a specified size from an object of class DKSGeneScores.

calculates a score for each possible class (as determined by the DKSGeneSet passed to it) for each sample in the test set passed to the function. It then determines which class each sample most likely belongs to based on which of those scores is the largest. All this information is useful after the analysis, and so it is retained in the return object of class DKSPredicted.

Slots

genes:

A vector of gene identifiers. Order is not important.

classes:

A factor specifying which class (signatuer) each gene belongs to.

Author(s)

Eric J. Kort

See Also

DKSGeneScores-class, DKSClassifier-class, dksSelectGenes.


dualKS documentation built on Nov. 8, 2020, 8:30 p.m.