plotNormalizationFactors: Plot the estimated normalization factors.

Description Usage Arguments Details Author(s) See Also Examples

View source: R/plotResults.R

Description

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

Usage

1
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.

Author(s)

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

See Also

FourC, getDifferences, estimateSizeFactors

Examples

1
2
3
4
5
6
7

FourCSeq documentation built on Nov. 8, 2020, 7:08 p.m.