dot-checkIfSeqsAreEqualLength: Check if elements of 'x' are have equal lengths

.checkIfSeqsAreEqualLengthR Documentation

Check if elements of 'x' are have equal lengths

Description

Check if the elements of 'x' are all equally long. If not, generate a warning.

Usage

.checkIfSeqsAreEqualLength(x)

Arguments

x

an object that implements a width method, typically a GRanges or DNAStringSet object.

Value

NULL (invisibly). The function is called for its side-effect of generating a warning if elements of the input are not of equal lengths.


fmicompbio/monaLisa documentation built on July 10, 2024, 8:44 a.m.