CombineCaseControlC: Combine case and control reads

Description Usage Arguments Details Value Author(s) See Also

View source: R/CombineCaseControlC.R

Description

Combine the case and control reads; finds the unique read positions and count the number of case and control reads.

Usage

1
CombineCaseControlC(cases, controls)

Arguments

cases

A vector of numeric read positions from case sample

controls

A vector of numeric read positions from control sample

Details

A few C functions are used for efficient implementation

Value

combX

Number of total reads at read position

combZ

Number of case reads at read position

combL

Vector of unique read positions

Author(s)

Jeremy J. Shen

See Also

ScanCBS


seqCBS documentation built on May 2, 2019, 9:15 a.m.