check_GRanges_compatibility: check_GRanges_compatibility

check_GRanges_compatibilityR Documentation

check_GRanges_compatibility

Description

Copmated the seqlevels of two GRanges objects. Returns TRUE/FALSE if the seqlevels are identical/non-identical and reports differences (in printed messages).

Usage

check_GRanges_compatibility(gr1, gr2, name1 = "first", name2 = "second")

Arguments

gr1

GRanges object

gr2

GRanges object

name1

name of to describe gr1 (by default: 'first')

name2

name of to describe gr2 (by default: 'second')

Value

TRUE if seqlevels are identical, otherwise, FALSE

Author(s)

Alon Shaiber


mskilab/casereport documentation built on Oct. 19, 2022, 3 a.m.