offsetATAC | R Documentation |
It performs the offset correction needed for ATAC-seq data: +4bp in forward strand; -5bp in reverse strand.
offsetATAC(file, cores = 6, gen_sizes = "/vault/refs/hg38.chromSizes.txt")
file |
Character string with the filename and path for the BAM file. |
cores |
Number of threads to use for the analysis. |
gen_sizes |
Character string indicating the path where the file with
chromosome name and sizes can be found. This argument is necessary only when |
Returns the final BAM file, sorted and indexed, in path_bam.
## Not run: offsetATAC(file) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.