is_granges: Is an object of class GRanges

View source: R/is_granges.R

is_grangesR Documentation

Is an object of class GRanges

Description

Check whether an object is of the class GRanges.

Usage

is_granges(obj)

Arguments

obj

Any R object.

Value

Boolean.

Examples

bool <- echodata::is_granges(mtcars)

RajLabMSSM/echodata documentation built on Nov. 21, 2023, 8 a.m.