process_pileup: Processing data

View source: R/process_pileup.R

process_pileupR Documentation

Processing data

Description

Processing data

Usage

process_pileup(
  pileupData,
  Ranges,
  logshiftVal = NULL,
  plotNormalization = FALSE,
  ...
)

Arguments

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

hyochoi/SCISSOR documentation built on July 6, 2022, 6:59 a.m.