Learn R Programming

FourCSeq (version 1.6.2)

plotNormalizationFactors: Plot the estimated normalization factors.

Description

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

Usage

plotNormalizationFactors(object, dist = TRUE, sizeFactors = TRUE)

Arguments

object
A FourC object, after successfully calling getZScores.
dist
If TRUE (default), the normalizationFactors are plotted as a function for distance from the viewpoint. Otherwise they are plotted as a function of ranks.
sizeFactors
If TRUE, sizeFactors are calculated and plotted as horizontal bars.

Details

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

See Also

FourC, getDifferences, estimateSizeFactors

Examples

Run this code
data(fcf, package="FourCSeq")

fcf <- getDifferences(fcf)

plotNormalizationFactors(fcf)

Run the code above in your browser using DataLab