View source: R/bioinf__plotGeneAccumulationCurves.R
plotGeneAccumulationCurves | R Documentation |
This function is used for visualising results from function countPanGenes
plotGeneAccumulationCurves(
L,
point_size = 0.5,
line_width = 0.5,
title = "Gene accumulation",
axis_title_size = 10,
axis_text_size = 10
)
L |
Result list of function countPanGenes |
point_size |
Diameter of dots in the plot |
line_width |
Width of curves |
title |
Title of the plot (Default: "Gene accumulation") |
axis_title_size |
Size of axis titles |
axis_text_size |
Text size for axis ticks |
A ggplot2 object for plotting
Yu Wan (wanyuac@126.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.