file.exists methods {easyRNASeq}R Documentation

Extend the file.exists function to check the path slot of a Rsamtools BamFile class for existence

Description

Check if the bam file represented by a BamFile object exists.

Usage

## S4 method for signature 'BamFile'
file.exists(...)

Arguments

...

a BamFile object

Methods

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

Checkk if the bam file linked to by a BamFile object exists.


[Package easyRNASeq version 2.29.0 Index]