IndexMultipleBams: IndexMultipleBams

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
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

1
2
3
4
5
6
    
    
    
        files = c("file1.bam","file2.bam","file3.bam")
        IndexMultipleBams(bams = files)
    

biostuff/CNVPanelizer documentation built on May 12, 2019, 9:25 p.m.