View source: R/featureEnrich.R
peak_stats | R Documentation |
A helper function for building the peak statistics tibble
peak_stats(x, xshuff, y, chromSizeTbl, quiet = FALSE)
x |
The R-loop peaks to test. |
xshuff |
x, but shuffled around the genome to build a control peakset. |
y |
The annotations against which to test x. |
chromSizeTbl |
A tibble containing the sizes of each chromosome in x and y. |
quiet |
If TRUE, messages will be suppressed. Default: FALSE |
A tibble containing the test results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.