Description Usage Arguments Value Author(s) Examples
Index a list of bam files if there is no index exists for the file entries in the list.
1 | 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
1 2 3 4 5 6 |
files = c("file1.bam","file2.bam","file3.bam")
IndexMultipleBams(bams = files)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.