seqinfo2gr: Create GRanges from Seqinfo

seqinfo2grR Documentation

Create GRanges from Seqinfo

Description

Creates a genomic ranges from seqinfo object ie a pile of ranges spanning the genome

Usage

seqinfo2gr(si, strip.empty = FALSE)

Arguments

si

Seqinfo object

strip.empty

Don't know. Default FALSE

Examples

## Not run: si <- Seqinfo(names(hg_seqlength(), hg_seqlengths()))
seqinfo2gr(si)
## End(Not run)

mskilab/skitools documentation built on Aug. 31, 2023, 1:13 p.m.