Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nullranges/nullranges
Modular package for generation of sets of ranges representing the null hypothesis. These can take the form of bootstrapped ranges (bootRanges), or set of control ranges that are matched across one or more covariates (matchRanges).
https://github.com/nullranges/nullranges
bioconductor bootstrap genomics matching statistics
Last synced: 3 months ago
JSON representation
Modular package for generation of sets of ranges representing the null hypothesis. These can take the form of bootstrapped ranges (bootRanges), or set of control ranges that are matched across one or more covariates (matchRanges).
- Host: GitHub
- URL: https://github.com/nullranges/nullranges
- Owner: nullranges
- License: gpl-3.0
- Created: 2020-12-18T21:59:59.000Z (about 4 years ago)
- Default Branch: devel
- Last Pushed: 2023-08-21T19:44:25.000Z (over 1 year ago)
- Last Synced: 2024-09-30T09:01:20.440Z (4 months ago)
- Topics: bioconductor, bootstrap, genomics, matching, statistics
- Language: R
- Homepage: https://nullranges.github.io/nullranges
- Size: 26.5 MB
- Stars: 26
- Watchers: 6
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# nullranges
[![R build status](https://github.com/nullranges/nullranges/actions/workflows/check-bioc.yml/badge.svg)](https://github.com/nullranges/nullranges/actions/workflows/check-bioc.yml)
## Generation of null ranges via bootstrapping or covariate matching
Modular package for generation of sets of genomic features
representing the null hypothesis. These can take the form of block
bootstrap samples of ranges using the framework of Bickel et al 2010,
or sets of control ranges that are matched across one or more
covariates with a focal set. *nullranges* is designed to be
inter-operable with other packages for analysis of genomic overlap
enrichment, including the *plyranges* Bioconductor package.An overview vignette can be found at the `Get started` tab above,
including a **decision tree** informing which type of methods may be
most appropriate, whether *matching* or *bootstrapping*.Detailed vignettes on matching or bootstrapping can be found under
`Articles`. The `Reference` tab lists function help pages.## Installation
This package can be installed via Bioconductor:
```
BiocManager::install("nullranges")
```Installing nullranges and all of its dependencies on Mac or Windows
with binaries will be very fast (a minute or so).For installing on Ubuntu, note that many *nullranges* packages are
available as binaries, which greatly speeds up installation.
Follow the instructions for
[r2u](https://eddelbuettel.github.io/r2u/),
then install the following via `apt`:```
r-cran-tidyverse r-cran-ks r-cran-speedglm r-cran-data.table
r-cran-progress r-cran-ggridges r-cran-biocmanager
r-bioc-rtracklayer r-bioc-genomicalignments r-bioc-interactionset
```## Papers
*matchRanges* paper:
Eric S. Davis, Wancen Mu, Stuart Lee, Mikhail G. Dozmorov,
Michael I. Love, Douglas H. Phanstiel. (2023)
"matchRanges: Generating null hypothesis genomic ranges
via covariate-matched sampling."
*Bioinformatics*
[doi: 10.1093/bioinformatics/btad197](https://doi.org/10.1093/bioinformatics/btad197)*bootRanges* paper:
Wancen Mu, Eric S. Davis, Stuart Lee, Mikhail G. Dozmorov,
Douglas H. Phanstiel, Michael I. Love.
(2023) "bootRanges: Flexible generation of null sets
of genomic ranges for hypothesis testing."
*Bioinformatics*
[doi: 10.1093/bioinformatics/btad190](https://doi.org/10.1093/bioinformatics/btad190)## Tidy Ranges Tutorial
Additional tutorial material for performing
[tidy ranges](https://tidyomics.github.io/tidy-ranges-tutorial)
analysis is currently being developed.## Funding
This work was funded by the Chan Zuckerberg Initiative as part of the
EOSS grants.![](man/figures/czi.png)