preprocess_bed preprocess bed file to remove windows of size maxlag for chich there is no signal or only signal in one sample
preprocess_bed.Rd
preprocess_bed preprocess bed file to remove windows of size maxlag for chich there is no signal or only signal in one sample
Usage
preprocess_bed(
files,
names = files,
maxlag = 1e+05,
prefix = "",
outdir = tempdir(check = TRUE)
)