View source: R/sc_atac_peak_calling.R
sc_atac_peak_calling | R Documentation |
sc_atac_peak_calling()
sc_atac_peak_calling(
inbam,
ref = NULL,
genome_size = NULL,
output_folder = NULL
)
inbam |
The input tagged, sorted, duplicate-free input BAM file |
ref |
The reference genome file |
genome_size |
The size of the genome |
output_folder |
The path of the output folder |
None (invisible 'NULL')
## Not run:
sc_atac_peak_calling(
inbam,
reference)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.