featurePlots {StabPerf}R Documentation

Makes Stability-Plots for features.

Description

Read all feature-checkpoints and prints a stability vs index plot for each checkpoint.

Usage

featurePlots(checkpointdir=NULL, mode="binary", genenames=NULL)

Arguments

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

Details

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.

See Also

goPlots, featurePrints, feature.scores

Examples

featurePlots(genenames=data$genenames)

[Package StabPerf version 0.5 Index]