View source: R/genome_assembly.R
plot_busco | R Documentation |
Plot BUSCO summary output
plot_busco(summary_df = NULL)
summary_df |
Data frame with BUSCO summary output as returned
by |
A ggplot object with a barplot of BUSCOs in each class.
# Single file
result_dir <- system.file("extdata", package = "cogeqc")
summary_df <- read_busco(result_dir)
# Batch mode
data(batch_summary)
plot_busco(summary_df)
plot_busco(batch_summary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.