.check_fits {funMoDisco} | R 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.
[Package funMoDisco version 1.0.0 Index]