- Home
- Bioconductor 3.15
- Software Packages
- nullranges
nullranges
This package is for version 3.15 of Bioconductor; for the stable, up-to-date release version, see nullranges.
Generation of null ranges via bootstrapping or covariate matching
Bioconductor version: 3.15
Modular package for generation of sets of ranges representing the null hypothesis. These can take the form of bootstrap samples of ranges (using the block bootstrap framework of Bickel et al 2010), or sets of control ranges that are matched across one or more covariates. nullranges is designed to be inter-operable with other packages for analysis of genomic overlap enrichment, including the plyranges Bioconductor package.
Author: Michael Love [aut, cre] , Wancen Mu [aut] , Eric Davis [aut] , Douglas Phanstiel [aut] , Stuart Lee [aut] , Mikhail Dozmorov [ctb], Tim Triche [ctb], CZI [fnd]
Maintainer: Michael Love <michaelisaiahlove at gmail.com>
citation("nullranges")):
Installation
To install this package, start R (version "4.2") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("nullranges")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("nullranges")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.