Description Usage Arguments Value Examples
The results from a call to caret::featureSelection
can be plotted with this function
1 | featureSelectionPlot(fsdata, r = 0.6)
|
fsdata |
The results from |
r |
It has the same meaning as in |
It plots a feature selection result organized into the categories to which selected features belong to.
1 2 3 | genes <- getGenesFromPanelApp(disorder="Neurology and neurodevelopmental disorders",
panel="Parkinson Disease and Complex Parkinsonism", color = "green")
featureSelectionPlot(featureSelection(genes, controls = "allgenome"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.