samtools.merge
is a simple wrapper for samtools merge for merging sorted bam files.
1 | samtoolsMerge(bamFiles, outname, threads = getOption("threads", 1L))
|
bamFiles |
A character vector of paths to bam files. |
outname |
A vector of length one specifying the concatenated file name. |
threads |
An integer specifying the number of BAM compression threads to use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.