bamFiles: Accessors for the 'bamFiles' slot of an srnadiffExp object

Description Usage Arguments Value Examples

Description

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

Usage

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

Arguments

object

An srnadiffExp object.

Value

The paths to the BAM files.

Examples

1
2
3
4
require(Rsamtools)

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

srnadiff documentation built on Jan. 7, 2021, 2 a.m.