IndexMultipleBams {CNVPanelizer} | R Documentation |
Index a list of bam files if there is no index exists for the file entries in the list.
IndexMultipleBams(bams, index_type = ".bam.bai")
bams |
A character vector of bam files to be indexed |
index_type |
The index file type extension |
Not returning any value
Thomas Wolf, Cristiano Oliveira
files = c("file1.bam","file2.bam","file3.bam") IndexMultipleBams(bams = files)