detect_localout: Detect local shape outliers with a residual matrix

View source: R/miscLocal.R

detect_localoutR Documentation

Detect local shape outliers with a residual matrix

Description

This function identifies local shape variants by mining locally on/off abnormalities.

Usage

detect_localout(
  residualData,
  pileupData,
  exonset,
  siglev = NULL,
  cutoff = NULL,
  ADcutoff = 3,
  windowSize = 100,
  reducedReturn = FALSE
)

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