Description Usage Arguments Author(s) Examples
The function takes a vector of BAM-file names (plus optionally accompanying names of BAM-index-files) and checks for existing BAM-index files. When index files do not exist, the function creates the missing index files.
1 | createIdxBatch(bam,idx=paste(bam,".bai",sep=""),rebuild=FALSE)
|
bam |
Filenames of BAM-files to be opened. |
idx |
Optional: Name of BAM-index files |
rebuild |
Optional: Logical value.
When |
Wolfgang Kaisers
1 2 | bam<-system.file("extdata","accepted_hits.bam",package="rbamtools")
createIdxBatch(bam)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.