Learn R Programming

casper (version 2.6.0)

getReads: 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

object with reads stored in x.

Methods

signature(x='procBam')
Return reads stored in x.

Examples

Run this code
#See example in calcExp

Run the code above in your browser using DataLab