View source: R/process_pileup.R
process_pileup | R Documentation |
Processing data
process_pileup( pileupData, Ranges, logshiftVal = NULL, plotNormalization = FALSE, ... )
pileupData |
a pile-up data matrix obtained from bam files, i.e. base-level raw counts. Columns are samples and rows are genomic positions. |
Ranges |
an exon annotation for the given gene. |
logshiftVal |
a pseudo count added to raw counts before the logarithmic transformation. Default is NULL and automatically selects the pseudo count based on the implemented algorithm. |
plotNormalization |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.