plotClusterAverage
visualizes the average reads per cluster. Note that the function plotAndClusterMatrix
has to be executed
before plotClusterAverage
is called for the same read group and dataset
plotClusterAverage(SNPhood.o, readGroup, dataset, fileToPlot = NULL, verbose = FALSE)
SNPhood
annotationReadGroups
). If only one read group is defined in the object, this may also be NULL for user conveniance.annotationDatasets
).NULL
. Default NULL
.
Filename of the PDF file for the output plots.
If set to NULL
, plots will be plotted to the currently active device.plotAndClusterMatrix
data(SNPhood.o, package="SNPhood")
plot = plotClusterAverage(SNPhood.o, readGroup = "paternal", dataset = 1)
Run the code above in your browser using DataLab