Description Usage Arguments Value Note Author(s)
View source: R/shearwater-functions.R
This function uses the parallel package and the bam2R interface to load all nucleotide counts from a list of bam files and a set of regions into a large array.
1 | loadAllData(files, regions, ..., mc.cores = 1)
|
files |
A character vector with the paths to all bam files |
regions |
Either a GRanges or data.frame with the coordinates of interest |
... |
Arguments passed to bam2R |
mc.cores |
Number of cores used for loading, default = 1 |
counts
Experimental code, subject to changes
mg14
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.