CombineCaseControlC {seqCBS} | R Documentation |
Combine the case and control reads; finds the unique read positions and count the number of case and control reads.
CombineCaseControlC(cases, controls)
cases |
A vector of numeric read positions from case sample |
controls |
A vector of numeric read positions from control sample |
A few C functions are used for efficient implementation
combX |
Number of total reads at read position |
combZ |
Number of case reads at read position |
combL |
Vector of unique read positions |
Jeremy J. Shen