getReads {casper}R Documentation

getReads returns the reads stored in a procBam object.

Description

procBam objects store reads that have been split according to their CIGAR codes. getReads accesses these reads.

Usage

getReads(x)

Arguments

x

Object of class procBam

Value

RangedData object with reads stored in x.

Methods

signature(x='procBam')

Return reads stored in x.

Examples

#See example in calcExp

[Package casper version 2.18.0 Index]