Description Usage Arguments Value Examples
Get the top features for classification using a PCOSP model object.
1 2 | ## S4 method for signature 'PCOSP'
getTopFeatures(object, numModels)
|
object |
A |
numModels |
An |
A character
vector of gene names representing the unique genes
from the top numModels
KTSPs models in the model object
.
1 2 3 4 | data(sampleTrainedPCOSPmodel)
# Get the top features
topFeatures <- getTopFeatures(sampleTrainedPCOSPmodel, numModels=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.