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
combXNumber of total reads at read position
combZNumber of case reads at read position
combLVector of unique read positions
Details
A few C functions are used for efficient implementation