plot_HRDetect_BootstrapScores | R Documentation |
Overall plot of scores obtained from HRDetect with bootstrap. Plot will be in pdf format.
plot_HRDetect_BootstrapScores(
outdir,
hrdetect_res,
main = "Distribution of HRDetect scores",
mar = NULL,
pwidth = NULL,
pheight = NULL,
pointsize = 12
)
outdir |
output directory for the plot |
hrdetect_res |
output of HRDetect_pipeline, ran with bootstrapHRDetectScores=TRUE |
main |
plot title. If not specified: "Distribution of HRDetect scores" |
mar |
plot margin. If not specified, this will be dynamically estimated based on sample names length |
pwidth |
plot width in pixels. If not specified, this will be dynamically estimated based on the number of samples |
pheight |
plot height in pixels. If not specified, this will be dynamically estimated based on sample names length |
pointsize |
plot resolution. If not specified: 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.