plot_acc | R Documentation |
Plots a pangenome accumulation curve.
plot_acc(pa, nperm = 100, legend = TRUE, text_size = 14, color_pallete = 6)
pa |
a gene precence/absence matrix. Alternatively a list of matrices can be given. |
nperm |
the number of permutation to perform (default=100) |
legend |
whether or not to plot the legend (default=TRUE) |
text_size |
adjusts the size of text in the plot |
color_pallete |
the colour pallete to use. A number between 1 & 9. See 'scale_colour_brewer' for more details |
a plot of the pangenome accumulation curve
sim <- simulate_pan(rate=1e-3)
pa <- sim$pa
plot_acc(pa, color_pallete=7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.