mergeConsBin.simple: Simple merge of abnormal bins

Description Usage Arguments Value Author(s)

View source: R/mergeConsBin.simple.R

Description

Merge consecutive bins (end1+1->start2).

Usage

1
mergeConsBin.simple(res.df, col.mean = c("z", "pv", "qv", "fc"))

Arguments

res.df

a data.frame with the Z-scores. Columns 'chr', 'start', 'end' and 'z' are required.

col.mean

a list of potential columns for which the mean value should be kept when merging bins.

Value

a data.frame similar to the input 'res.df' but with an extra 'nbBinCons' column (the number of bin merged for each event).

Author(s)

Jean Monlong


jmonlong/PopSV documentation built on Sept. 15, 2019, 9:29 p.m.