classify_genome: classify the genome based on bed coordinates

View source: R/classify_genome.R

classify_genomeR Documentation

classify the genome based on bed coordinates

Description

classify_genome Hierarchically classify the genome by coordinates in the list of bed files. Sequences in the first bed file are masked in the second and so on.

Usage

classify_genome(seqInfo, listOfBeds, verbose)

Arguments

seqInfo

seqinfo extracted from the genome assembly DNAstringset

listOfBeds

list of bed-like data.frames/data.tables with at least the columns chr, start and end.

verbose

logical, should updates be printed to the console?

Details

intersects, gaps and reduces overlapping intervals

Value

a list of granges matchin the listOfBeds

Examples

## Not run: 
# coming soon.

## End(Not run)


jtlovell/gscTools documentation built on March 16, 2023, 10:24 p.m.