Learn R Programming

BiSeq (version 1.12.0)

rawToRel: Converts a BSraw object to a BSrel object

Description

Determines the methLevel matrix via: methReads(object) / totalReads(object).

Usage

rawToRel(object)

Arguments

object
A BSraw.

Value

BSrel.

See Also

BSraw-class BSrel-class

Examples

Run this code
data(rrbs)
rrbs.rel <- rawToRel(rrbs)

Run the code above in your browser using DataLab