- Home
- Bioconductor 3.18
- Software Packages
- HelloRanges
HelloRanges
This package is for version 3.18 of Bioconductor; for the stable, up-to-date release version, see HelloRanges.
Introduce *Ranges to bedtools users
Bioconductor version: 3.18
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 <michafla at gene.com>
citation("HelloRanges")):
Installation
To install this package, start R (version "4.3") 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.