View source: R/nucleosome_enrichment.R
nucleosomeEnrichment | R Documentation |
A function to compute nucleosome enrichment over a set of GRanges
nucleosomeEnrichment(x, ...)
x |
a GRanges or Vmat |
... |
additional parameters |
list
data(bam_test)
data(ce11_proms)
n <- nucleosomeEnrichment(bam_test, ce11_proms)
n$fisher_test
n$plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.