coverages {srnadiff}R Documentation

Accessors for the 'coverages' slot of an srnadiffExp object

Description

The coverages slot holds the coverages as a named RleList object with one coverage vector per seqlevel in the set of genomic alignments from the BAM files.

Usage

## S4 method for signature 'srnadiffExp'
coverages(object)

Arguments

object

An srnadiffExp object.

Value

The coverages, as a list of RleList.

Examples

srnaExp <- srnadiffExample()
coverages(srnaExp)


[Package srnadiff version 1.14.0 Index]