plotZScores {FourCSeq} | R Documentation |
plotZScores
generates plots to check the z-score calculation.
plotZScores(object, cols = NULL, plotWindows = c(1e+05, 1e+06), controls = NULL, textsize = 20, txdb = NULL, plotSingle = FALSE)
object |
A |
cols |
A character or numeric vector used to subset the columns of |
plotWindows |
Window sizes around the viewpoint for which plots are generated. |
controls |
Auxiliary |
textsize |
Plot parameter passed to the plotting function if |
txdb |
Auxiliary |
plotSingle |
If set to true each selected column will be plotted in a single plot. |
Plots are generated to visualize the results of the getZScores function
Felix A. Klein, felix.klein@embl.de
FourC
, getZScores
,
distFitMonotone
, distFitMonotoneSymmetric
data(fcf, package="FourCSeq") plotZScores(fcf)