Description Usage Arguments Value Author(s) See Also Examples
The DKSGeneScores
returned by dksTrain
holds
the rank data for all the genes in the original ExpressioSet
.
However, generally only the top n genes for each class are desired
for classification. Rather than needing to re-run dksTrain
every time a signature of different size (n) is desired, you
simply extract that top n genes from this object using dksSelectGenes.
1 | dksSelectGenes(data, n)
|
data |
An object of class |
n |
The number of genes, per class, to include in the classification signature. |
An object of class DKSGeneScores
Eric J. Kort, Yarong Yang
dksTrain
, dksSelectGenes
,
dksClassify
, DKSGeneScores
, DKSPredicted
,
DKSClassifier
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.