BiSeq
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see BiSeq.
Processing and analyzing bisulfite sequencing data
Bioconductor version: 3.21
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.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
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.