[][src]Module biostats::track_histogram

Functions

generate_track_histograms

bed_track_filepath: BED file path. histogram_num_buckets: the number of buckets evenly partitioning the range [min, max] for the histogram. min: minimum value for the histogram. max: maximum value for the histogram. bin_size: the bin size with which to bin the genomic track. The histogram will aggergate the average values of each of the bins. Bin coordinates not overlapping the BED file coordinates are not considered.