Description Usage Arguments Value Author(s) See Also Examples
This utility function will build a DKSClassifier
object
from your own list of gene ids for use by dksClassify
.
This is useful if you want to use the classification funtionality of
this package, but already have gene signatures you want to use (as
opposed to generating them with dksTrain
.
1 | dksCustomClass(upgenes=NULL, upclass=NULL, downgenes=NULL, downclass=NULL)
|
upgenes |
A vector of gene ids that are upregulated in the classes of intereset. Note that upgenes and downgenes need not both be specified, but at least one must be. |
upclass |
A vector or factor of classes specifying which signature each gene in upgenes belongs to. (Note that upgenes can describe an arbitrary number of classes, and the order of upgenes is not important so long as the position of ids in upgenes and the position of classes in upclass correspond to one another). |
downgenes |
A vector of gene ids that are downregulated in the classes of intereset. Note that upgenes and downgenes need not both be specified, but at least one must be. |
downclass |
A vector or factor of classes specifying which signature each gene in downgenes belongs to. (Note that downgenes can describe an arbitrary number of classes, and the order of downgenes is not important so long as the position of ids in downgenes and the position of classes in downclass correspond to one another). |
An object of class DKSClassifier
.
Eric J. Kort, Yarong Yang
dksTrain
, dksSelectGenes
,
dksClassify
, DKSGeneScores
, DKSPredicted
,
DKSClassifier
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.