- Home
- Bioconductor 3.19
- Software Packages
- BREW3R.r
BREW3R.r
This package is for version 3.19 of Bioconductor; for the stable, up-to-date release version, see BREW3R.r.
R package associated to BREW3R
Bioconductor version: 3.19
This R package provide functions that are used in the BREW3R workflow. This mainly contains a function that extend a gtf as GRanges using information from another gtf (also as GRanges). The process allows to extend gene annotation without increasing the overlap between gene ids.
Author: Lucille Lopez-Delisle [aut, cre]
Maintainer: Lucille Lopez-Delisle <lucille.delisle at epfl.ch>
citation("BREW3R.r")):
Installation
To install this package, start R (version "4.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("BREW3R.r")
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("BREW3R.r")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.