goPlots {StabPerf}R Documentation

Makes Stability-Plots for GO-Terms

Description

Read set of ORA_overview-Files and investigates, how stable they are. Plots stability vs. GO-terms.

Usage

goPlots(pattern, title=pattern, base=file.path(getOption("edaprakt.tmpdir"), "ora"))

Arguments

pattern Files thats ORA_overviews are read.
title Information that is added to the title of the plot.
base Path where the files are searched.

Details

Reads all the ORA_overviews. Takes them as features for feature.scores. The scores are ploted as ordered score vs GO-term and saved in plots under base. Also calls printFeatures, with the indices modified to some aggregated information (like hits/total/description) of each category.

See Also

featurePlots, featurePrints, feature.scores

Examples

goPlots(pattern="ora_0_1_*")

[Package StabPerf version 0.5 Index]