basename methods {easyRNASeq}R Documentation

Extend the basename function to display Rsamtools BamFile class basename

Description

Display the basename of the bam file represented by a BamFile object.

Usage

## S4 method for signature 'BamFile'
basename(path)

Arguments

path

an object of class BamFile or BamFileList

Methods

list("signature(object = \"BamFile\")")

Display the basename of the bam file linked to by a BamFile object.


[Package easyRNASeq version 2.30.0 Index]