readmetrics {scmeth}R Documentation

Provide graphics for read information

Description

Plot the mapped and unmapped reads

Usage

readmetrics(bs)

Arguments

bs

bsseq object

Value

Plot showing the mapped and unmapped read information for each cell

Examples

directory <- system.file("extdata/bismark_data", package='scmeth')
bs <- HDF5Array::loadHDF5SummarizedExperiment(directory)
readmetrics(bs)

[Package scmeth version 1.14.0 Index]