summarize: Calculates mean or median for every region in a bed file.

Description Usage Arguments

View source: R/summarize.R

Description

Calculates mean or median for every region in a bed file. Takes output of "get_matrix" function as mat_list. Returns list for every inserted bigWig file with the mean or median value for every region according to the adjustments made in "get_matrix" function.

Usage

1
summarize(mat_list, opt = "mean")

Arguments

mat_list

A list with average values of region around a peak. Output of "get_matrix" function. Default value is NULL.

opt

Option how the values of mat_list should be summarized. Possible options are 'mean' or 'median'. Default value is mean.


ClaudiaRHD/chipAnalyser documentation built on June 18, 2020, 8:31 p.m.