- Home
- Bioconductor 3.23
- Software Packages
- BiSeq (development version)
BiSeq
This is the development version of BiSeq; for the stable release version, see BiSeq.
Processing and analyzing bisulfite sequencing data
Bioconductor version: Development (3.23)
The BiSeq package provides useful classes and functions to handle and analyze targeted bisulfite sequencing (BS) data such as reduced-representation bisulfite sequencing (RRBS) data. In particular, it implements an algorithm to detect differentially methylated regions (DMRs). The package takes already aligned BS data from one or multiple samples.
Author: Katja Hebestreit, Hans-Ulrich Klein
Maintainer: Katja Hebestreit <katja.hebestreit at gmail.com>
citation("BiSeq")):
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("BiSeq")
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("BiSeq")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.