IndexMultipleBams {CNVPanelizer}R Documentation

IndexMultipleBams

Description

Index a list of bam files if there is no index exists for the file entries in the list.

Usage

IndexMultipleBams(bams, index_type = ".bam.bai")

Arguments

bams

A character vector of bam files to be indexed

index_type

The index file type extension

Value

Not returning any value

Author(s)

Thomas Wolf, Cristiano Oliveira

Examples

    
    
    
        files = c("file1.bam","file2.bam","file3.bam")
        IndexMultipleBams(bams = files)
    

[Package CNVPanelizer version 1.26.0 Index]