plotNormalizationFactors {FourCSeq} | R Documentation |
plotNormalizationFactors
generates plots of the fits used to calculate the z-scores.
plotNormalizationFactors(object, dist = TRUE, sizeFactors = TRUE)
object |
A |
dist |
If |
sizeFactors |
If |
Plots are generated to visualize the results of the fits used to calculate the z-scores.
Felix A. Klein, felix.klein@embl.de
FourC
, getDifferences
,
estimateSizeFactors
data(fcf, package="FourCSeq") fcf <- getDifferences(fcf) plotNormalizationFactors(fcf)