Rsortbam | R Documentation |
Sort bamfile and build index.
atacBamSort(atacProc, bamInput = NULL, bamOutput = NULL, ...) ## S4 method for signature 'ATACProc' atacBamSort(atacProc, bamInput = NULL, bamOutput = NULL, ...) bamsort(bamInput = NULL, bamOutput = NULL, ...)
atacProc |
|
bamInput |
|
bamOutput |
|
... |
Additional arguments, currently unused. |
An invisible ATACProc-class
object scalar for
downstream analysis.
Wei Zhang
atacSam2Bam
atacBam2Bed
library(Rsamtools) ex1_file <- system.file("extdata", "ex1.bam", package="Rsamtools") bamsort(bamInput = ex1_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.