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 March 5, 2025, 11:52 p.m.