nucleosomeEnrichment: A function to compute nucleosome enrichment over a set of...

View source: R/nucleosome_enrichment.R

nucleosomeEnrichmentR Documentation

A function to compute nucleosome enrichment over a set of GRanges

Description

A function to compute nucleosome enrichment over a set of GRanges

Usage

nucleosomeEnrichment(x, ...)

Arguments

x

a GRanges or Vmat

...

additional parameters

Value

list

Examples

data(bam_test)
data(ce11_proms)
n <- nucleosomeEnrichment(bam_test, ce11_proms)
n$fisher_test
n$plot

js2264/VplotR documentation built on Jan. 4, 2024, 7:49 p.m.