.check_fits | R Documentation |
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.
.check_fits(df, min_dist_motifs, len)
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. |
Check Fits for Motifs
A logical value indicating whether the motifs fit within the curve and do not overlap.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.