Description Usage Arguments Value See Also Examples
The function plotGenotypesPerCluster
plots average clusters per genotype based on the clustering results of
the strong an weak genotype analysis (see plotAndCalculateWeakAndStrongGenotype
), which has to be executed before.
1 2 |
SNPhood.o |
Object of class |
printBinLabels |
Logical(1). Default TRUE. Should the bin labels be printed?
If multiple clusters are plotted simultaenously, bin labels might overlap, in which case |
fileToPlot |
Character(1) or |
printPlot |
Logical(1). Default TRUE. Should the plots be printed? Only relevant if |
returnOnlyPlotNotObject |
Logical(1). Default FALSE. If set to TRUE, only the plots are returned but not the actual object.
Otherwise, for consistancy among the various visualization functions, the |
verbose |
Logical(1). Default FALSE. Should the verbose mode (i.e., diagnostic messages during execution of the script) be enabled? |
the generated ggplot2 plot(s) as list for further processing. May contain multiple plots, depending on the function. The plot(s) can then be plotted individually or modified arbitrarily as the user wants. For example, if multiple plots are returned and the plots have been saved in a variable called plots.l, simply type plots.l[[1]] to view the first plot.
plotAndCalculateWeakAndStrongGenotype
1 2 3 4 | data(SNPhood.o, package="SNPhood")
SNPhood_merged.o = mergeReadGroups(SNPhood.o)
SNPhood_merged.o = plotAndCalculateWeakAndStrongGenotype(SNPhood_merged.o)
plot = plotGenotypesPerCluster(SNPhood_merged.o, printPlot = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.