Description Usage Arguments Value Examples
View source: R/plot_adapter_content.R
Creates a bar plot of the top 5 most present adapter sequences.
1 | plot_adapter_content(ac_sorted, output_file = NA)
|
ac_sorted |
Sorted table of adapters and counts. |
output_file |
File to save data frame to. Default NA. |
Barplot of top 5 most frequent adapter sequences.
1 2 3 4 5 | if(.Platform$OS.type != "windows") {
infile <- system.file("extdata", "test.fq.gz", package = "qckitfastq")
ac_sorted <- adapter_content(infile)
plot_adapter_content(ac_sorted)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.