nreads {ChIPexoQual}R Documentation

nreads methods

Description

nreads returns the number of reads in the object.

Usage

nreads(object)

## S4 method for signature 'ExoData'
nreads(object)

Arguments

object

A ExoData object.

Value

The number of reads in the ExoData object.

Examples

data(exoExample)
nreads(exoExample)

[Package ChIPexoQual version 1.17.0 Index]