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

bamFilesR 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))


mzytnicki/srnadiff documentation built on March 7, 2023, 2:18 a.m.