View source: R/alignment-get_pileup.R
get_pileup | R Documentation |
Returns per-base pileup statistics, or a moving average. TODO: Non-overlapping mean is probably the better idea, here, as only one value per bin is reported
get_pileup(bam_file, min_mapq = 0, top_n = NULL, ...)
bam_file |
character(1) or BamFile; BAM file path. |
min_mapq |
Minimum mapping quality. |
top_n |
If not NULL, return at most the pileups of that many sequences. integer(1). |
... |
Additional arguments for |
data.frame
with sequence names, positions, strand and count information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.