This package browser is in early development. Mind the rough edges.

r-dmrseq

Detection and inference of differentially methylated regions

This package implements an approach for scanning the genome to detect and perform accurate inference on differentially methylated regions from Whole Genome Bisulfite Sequencing data. The method is based on comparing detected regions to a pooled null distribution, that can be implemented even when as few as two samples per population are available. Region-level statistics are obtained by fitting a generalized least squares (GLS) regression model with a nested autoregressive correlated error structure for the effect of interest on transformed methylation proportions.

Installation

Install the latest version of r-dmrseq as follows:

guix install r-dmrseq

Or install a particular version:

guix install r-dmrseq@1.28.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of r-dmrseq about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-dmrseq'><img src='https://packages.guix.gnu.org/packages/r-dmrseq/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-dmrseq/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-dmrseq)

Example Org:

[[https://packages.guix.gnu.org/packages/r-dmrseq][https://packages.guix.gnu.org/packages/r-dmrseq/badges/latest-version.svg]]