View source: R/scAPAtrap_funlib.R
loadBpCoverages | R Documentation |
Load a BAM file and calculate coverages of each position with derfinder
loadBpCoverages(files, chrs, ...)
files |
BAM files which need the corresponding index files (.bai). |
chrs |
Chromosome information. |
... |
Arguments passed to other methods and/or advanced arguments. Advanced arguments:
|
A list with one element per chromosome. Each element is a DataFrame with the coverage information.
## Not run:
chrs <- c(as.character(1:19),'X','Y')
fullcovF <- loadBpCoverages('./dedup_h2.forward.sorted.bam', chrs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.