- Home
- Bioconductor 3.22
- Software Packages
- HelloRanges
HelloRanges
This is the released version of HelloRanges; for the devel version, see HelloRanges.
Introduce *Ranges to bedtools users
Bioconductor version: Release (3.22)
Translates bedtools command-line invocations to R code calling functions from the Bioconductor *Ranges infrastructure. This is intended to educate novice Bioconductor users and to compare the syntax and semantics of the two frameworks.
Author: Michael Lawrence
Maintainer: Michael Lawrence <lawremi at gmail.com>
citation("HelloRanges")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("HelloRanges")
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("HelloRanges")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.