calculatePeakDistance: Caclulate distance between the centres of peak pairs

Description Usage Arguments Value

View source: R/annot_processPeaks.R

Description

Caclulate distance between the centres of peak pairs

Usage

1
calculatePeakDistance(peak_df, peak_metadata)

Arguments

peak_df

Data frame with two columns containing peak_ids (required columns: master_id, dependent_id)

peak_metadata

Matrix with peak metadata (required_columns: gene_id, chr, start, end)

Value

peak_df with dependent_centre, master_centre and distance column added.


kauralasoo/seqUtils documentation built on May 20, 2019, 7:42 a.m.