- Home
- Bioconductor 3.22
- Software Packages
- nullranges
nullranges
This is the released version of nullranges; for the devel version, see nullranges.
Generation of null ranges via bootstrapping or covariate matching
Bioconductor version: Release (3.22)
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] ORCID iD ORCID: 0000-0001-8401-0545 , Wancen Mu [aut] ORCID iD ORCID: 0000-0002-5061-7581 , Eric Davis [aut] ORCID iD ORCID: 0000-0003-4051-3217 , Douglas Phanstiel [aut] ORCID iD ORCID: 0000-0003-2123-0051 , Stuart Lee [aut] ORCID iD ORCID: 0000-0003-1179-8436 , 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.5") 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.