plotFits {FourCSeq}R Documentation

Plot fit results.

Description

plotFits generates plots of the fits used to calculate the z-scores.

Usage

plotFits(object, viewpoint = NULL, main = NULL)

Arguments

object

A FourC object, after successfully calling getZScores.

viewpoint

A character vector of the viewpoint for which the plots are generated. If set to NULL the first viewpoint in the FourC object is used.

main

Main text for the plots. If set to NULL the column names are printed.

Details

Plots are generated to visualize the results of the fits used to calculate the z-scores.

Author(s)

Felix A. Klein, felix.klein@embl.de

See Also

FourC, getZScores, distFitMonotone, distFitMonotoneSymmetric

Examples


                       
data(fcf, package="FourCSeq")

plotFits(fcf)
 

[Package FourCSeq version 1.24.0 Index]