View source: R/plotting_gggenes.R
plot_t6_clusters | R Documentation |
Plot T6SS hamburger results for each strain
plot_t6_clusters(
hamburger_dir,
strains = "all",
output_dir = ".",
overwrite = F,
format = "png",
height = 8,
width = 8
)
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 |
png/svg files of gene arrow plots for extracted T6SS gene clusters using hamburger
gggenes_df_from_gff_dir("path/to/gff/directory")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.