Learn R Programming

seqCBS (version 1.2.1)

CombineCaseControlC: Combine case and control reads

Description

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

Usage

CombineCaseControlC(cases, controls)

Arguments

cases

A vector of numeric read positions from case sample

controls

A vector of numeric read positions from control sample

Value

combX

Number of total reads at read position

combZ

Number of case reads at read position

combL

Vector of unique read positions

Details

A few C functions are used for efficient implementation

See Also

ScanCBS