Description Usage Arguments Value
View source: R/io_and_formats.R
Read single-end BAM files to GenomicRanges objects in parallel
1 | run_se_to_cuts_parallel(bam_files, sample_names = NULL, n_cores = 6)
|
bam_files |
a vector of bam file locations |
sample_names |
Sample names. If NULL, will use BAM file names. |
n_cores |
The number of cores to use in parallel. Use "auto" to detect and use all cores. Default is 6. |
a list of GenomicRanges objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.