- Home
- Bioconductor 3.23
- Software Packages
- HelloRanges (development version)
HelloRanges
This is the development version of HelloRanges; for the stable release version, see HelloRanges.
Introduce *Ranges to bedtools users
Bioconductor version: Development (3.23)
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.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
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.