mergeConsBin.reduce: Merge nearby bins

Description Usage Arguments Value Author(s)

View source: R/mergeConsBin.reduce.R

Description

Merge nearby bins using a user-defined 'stitching' distance. Duplication and deletions are stitched separately.

Usage

1
mergeConsBin.reduce(df, stitch.dist = 10000)

Arguments

df

a data.frame with at least 'chr', 'start' and 'end' columns.

stitch.dist

the stitching distance, i.e. the maximum distance at which two bins will be merged.

Value

a data.frame, similar to the input but with merged rows.

Author(s)

Jean Monlong


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