Description Arguments Methods Examples
Generate an image per value of option representing the features (on dot per feature). The color of the dot depends on the frequency of the feature in for the given value of option (number of genes or threshold).
object |
|
storagePath |
|
The method is only applicable on objects of class assessment.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## Not run:
data('vV70genesDataset')
expeOfInterest <- new("assessment", dataset=vV70genes,
noFolds1stLayer=3,
noFolds2ndLayer=2,
classifierName="svm",
typeFoldCreation="original",
svmKernel="linear",
noOfRepeat=10,
featureSelectionOptions=new("geneSubsets", optionValues=c(1,2,3,4,5,6)))
expeOfInterest <- runOneLayerExtCV(expeOfInterest)
rankedGenesImg(expeOfInterest, storagePath='myPath')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.