hotspotter | R Documentation |
Find hotspots of genomic events by using kernel density estimation.
hotspotter(breakpoints, bw, pval = 0.05, spacing.bp = 5000)
breakpoints |
A list with |
bw |
Bandwidth used for kernel density estimation (see |
pval |
P-value cutoff for hotspots. |
spacing.bp |
Spacing of datapoints for KDE in basepairs. |
The hotspotter uses density
to perform a KDE. A p-value is calculated by comparing the density profile of the genomic events with the density profile of a randomly subsampled set of genomic events (bootstrapping).
A list of GRanges-class
objects containing 1) coordinates of hotspots and 2) p-values within the hotspot.
Aaron Taudt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.