View source: R/preprocessing_filtering_reduction.R
bams_to_matrix_indexes | R Documentation |
Count bam files on interval to create count indexes
bams_to_matrix_indexes(dir, which, BPPARAM = BiocParallel::bpparam())
dir |
A directory containing single cell BAM files and BAI files |
which |
Genomic Range on which to count |
BPPARAM |
BPPARAM object for multiprocessing. See bpparam for more informations. Will take the default BPPARAM set in your R session. |
A list containing a "feature index" data.frame and a count vector for non 0 entries, both used to form the sparse matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.