substract.bw: Combination of two or more list in a unique one.

View source: R/substract.bw.R

substract.bwR Documentation

Combination of two or more list in a unique one.

Description

Combines two or more lists in a single one keeping the elements names

Usage

substract.bw(bw1, bw2, return.substracted.bw = T, substracted.bw.file = NULL)

Arguments

bw1

Full path to the first bigWig (the second one will be substracted to this one).

bw2

Full path to the second bigWig (it will be substracted to the first one).

return.substracted.bw

Logic value to define whether return the resulting bigWig as GRanges object. By default TRUE.

substracted.bw.file

String for the path of the resulting bigwig file to be exported.
By default NULL, any file will be exported.

Value

If required a subtraction bigWig is returned as GRanges object. The resulting bigWig can be also directly exported.


sebastian-gregoricchio/Rseb documentation built on Sept. 4, 2024, 1:59 p.m.