featurePlots {StabPerf} | R Documentation |
Read all feature-checkpoints and prints a stability vs index plot for each checkpoint.
featurePlots(checkpointdir=NULL, mode="binary", genenames=NULL)
checkpointdir |
Path where the checkpoints are searched. |
mode |
passed to feature.scores . |
genenames |
labels passed to featurePrints . |
geneids |
labels to be plotted next to the genes in the method summary plots |
Reads all feature-checkpoints and calculates their stability. Plots ordered stability vs index, that is saved in plots
under checkpointdir
. Also prints a histogramm of GO-terms for each score and calls featurePrints
. Aggregated plots are made for each fold of the cross-validation and for each feature-selector.
goPlots
, featurePrints
, feature.scores
featurePlots(genenames=data$genenames)