- Home
- Bioconductor 3.22
- Software Packages
- BREW3R.r
BREW3R.r
This is the released version of BREW3R.r; for the devel version, see BREW3R.r.
R package associated to BREW3R
Bioconductor version: Release (3.22)
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] ORCID iD ORCID: 0000-0002-1964-4960
Maintainer: Lucille Lopez-Delisle <lucille.delisle at epfl.ch>
citation("BREW3R.r")):
Installation
To install this package, start R (version "4.5") 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.