View source: R/sc_atac_remove_duplicates.R
sc_atac_remove_duplicates | R Documentation |
Takes in a BAM file and removes the PCR duplicates using the samtools markdup function. Requires samtools 1.10 or newer for statistics to be generated.
sc_atac_remove_duplicates(inbam, samtools_path = NULL, output_folder = NULL)
inbam |
The tagged, sorted and duplicate-free input BAM file |
samtools_path |
The path of the samtools executable (if a custom installation is to be specified) |
output_folder |
The path of the output folder |
file path to a bam file created from samtools markdup
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.