Rsortbam {esATAC} | 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
library(Rsamtools) ex1_file <- system.file("extdata", "ex1.bam", package="Rsamtools") bamsort(bamInput = ex1_file)