divergence.RdComputes within-group divergence for population using Jensen-Shannon divergence.
divergence(
sample,
chrom = NULL,
data_columns = NULL,
outfile = NULL,
chunksize = 1000
)Data frame containing sample information with 'url' and 'label' columns
Character string specifying the chromosome to analyze
List of column specifications for data extraction
Character string specifying the output file path
Integer specifying the expected number of sites per chunk (default: 1000)
NULL (results are written to file)