Description Usage Arguments Value
View source: R/mutationCalling.R
Uses the deepSNV
package to count nucleotide frequencies at every position in the mitochondrial genome for every cell and passes the result to the mutationCallsFromDeepSNV
function for filtering variants.
1 | baseCountsFromBamList(bamfiles, sites = "chrM:1-16659", ncores = 20)
|
bamfiles |
A character vector specifying the bam file paths |
sites |
Vector specifying genomic regions, defaults to the entire mitochondrial genome. |
ncores |
Number of threads to use for the computation |
A list of base count matrices which can serve as an input to mutationCallsFromBlacklist
or mutationCallsFromCohort
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.