generateVariantCountHistogram: Create a variant count histogram

Description Usage Arguments Value

Description

The goal of generateVariantCountHistogram is to create a variant count histogram for a bcftools processed input tab delimited file.

Usage

1
2
3
4
5
generateVariantCountHistogram(
  bcftools_tab_delimited_file_path,
  gap = 5,
  binwidth = 1e+05
)

Arguments

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.

Value

variant count histogram.


yenon118/VisualVariants documentation built on Dec. 23, 2021, 7:19 p.m.