Description Usage Arguments Value
View source: R/classification.R
Calculates 'overflow' of a motif's length across chromatin loop boundaries. It returns the proportion of motif's length that overlaps with the chromatin loop specified by chromLoop_thresh.
1 | calculate_overflow(motif_thresh, chromLoop_thresh, motif_len)
|
motif_thresh |
An integer denoting the motif's coordinate. |
chromLoop_thresh |
An integer denoting the chromatin loop boundary (hard) |
motif_len |
An integer denoting the length of the motif |
A double measuring the proportion of the motif's length to the chromatin loop boundary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.