Description Usage Arguments Value
The goal of generateVariantCountHistogramParallel is to create a variant count histogram for a bcftools processed input tab delimited file.
1 2 3 4 5 6 | generateVariantCountHistogramParallel(
bcftools_tab_delimited_file_paths,
cores = 1,
gap = 5,
binwidth = 1e+05
)
|
bcftools_tab_delimited_file_paths |
File paths of bcftools tab delimited files. |
cores |
The number of cores used to process data. |
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.