Description Usage Arguments Value
The goal of generateVariantCountHistogram is to create a variant count histogram for a bcftools processed input tab delimited file.
1 2 3 4 5 | generateVariantCountHistogram(
bcftools_tab_delimited_file_path,
gap = 5,
binwidth = 1e+05
)
|
bcftools_tab_delimited_file_path |
A file path of bcftools tab delimited file. |
gap |
The gap of ticks in the x axis. |
binwidth |
The width of each bin for the histogram. |
variant count histogram.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.