plotGeneAccumulationCurves: Drawing gene-accumulation curves for a pangenome

View source: R/bioinf__plotGeneAccumulationCurves.R

plotGeneAccumulationCurvesR Documentation

Drawing gene-accumulation curves for a pangenome

Description

This function is used for visualising results from function countPanGenes

Usage

plotGeneAccumulationCurves(
  L,
  point_size = 0.5,
  line_width = 0.5,
  title = "Gene accumulation",
  axis_title_size = 10,
  axis_text_size = 10
)

Arguments

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

Value

A ggplot2 object for plotting

Author(s)

Yu Wan (wanyuac@126.com)


wanyuac/handyR documentation built on June 10, 2024, 1:24 a.m.