dot-check_fits: Check Fits

.check_fitsR Documentation

Check Fits

Description

This function checks if motifs fit within a specified curve length and whether there are overlaps between motifs. It returns TRUE if all conditions are met and FALSE otherwise.

Usage

.check_fits(df, min_dist_motifs, len)

Arguments

df

A data frame containing motif information with columns 'start' and 'end' indicating the positions of motifs.

min_dist_motifs

A numeric value specifying the minimum distance required between motifs.

len

A numeric value representing the total length of the curve.

Details

Check Fits for Motifs

Value

A logical value indicating whether the motifs fit within the curve and do not overlap.


funMoDisco documentation built on April 16, 2025, 1:10 a.m.