plot_t6_clusters: Plot T6SS hamburger results for each strain

View source: R/plotting_gggenes.R

plot_t6_clustersR Documentation

Plot T6SS hamburger results for each strain

Description

Plot T6SS hamburger results for each strain

Usage

plot_t6_clusters(
  hamburger_dir,
  strains = "all",
  output_dir = ".",
  overwrite = F,
  format = "png",
  height = 8,
  width = 8
)

Arguments

hamburger_dir

Hamburger output directory

strains

List of strains to plot gene clusters from

output_dir

Output directory to put image files

overwrite

TRUE/FALSE for whether to overwrite output_dir (if it already exists)

format

png/svg output, can select both - c("png","svg","both")

height

Plot height in inches - default = 8

width

Plot width in inches - default = 8

Value

png/svg files of gene arrow plots for extracted T6SS gene clusters using hamburger

Examples

gggenes_df_from_gff_dir("path/to/gff/directory")

djw533/micro.gen.extra documentation built on Nov. 8, 2024, 5:11 a.m.