bamFiles {srnadiff}R Documentation

Accessors for the 'bamFiles' slot of an srnadiffExp object

Description

The bamFiles slot holds the full paths to the BAM files as a BamFileList.

Usage

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

Arguments

object

An srnadiffExp object.

Value

The paths to the BAM files.

Examples

require(Rsamtools)

srnaExp <- srnadiffExample()
path(bamFiles(srnaExp))


[Package srnadiff version 1.14.0 Index]