nreads {ChIPexoQual} | R Documentation |
nreads
returns the number of reads in the object.
nreads(object) ## S4 method for signature 'ExoData' nreads(object)
object |
A |
The number of reads in the ExoData
object.
data(exoExample) nreads(exoExample)