telom_centrom: Generate blacklist for telomeric and centromeric regions

Description Usage Arguments Value Examples

View source: R/telom_centrom.R

Description

Generate blacklist for telomeric and centromeric regions

Usage

1
telom_centrom(DT_in, telom = TRUE, centrom = TRUE, region = 50000)

Arguments

DT_in,

a data.table with start, and centromere position for each chromosome. For the assemblies hg18, hg19 and hg38 this is provided in the package.

telom,

logical, should be telomeric blacklist be produced?

centrom,

logical, should be centromeric blacklist be produced?

region,

integer. How many basepairs large should the regions be? The centromeric region will be twice this large.

Value

, a data.table that can be passed to cleaning_filter as blacklist.

Examples

1

SinomeM/CNVgears documentation built on Nov. 21, 2021, 5:34 a.m.