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
控制样品的矢量数字阅读的位置
Details
详细信息----------Details----------
A few C functions are used for efficient implementation
几个C函数用于高效率地执行
值----------Value----------
<table summary="R valueblock"> <tr valign="top"><td>combX</td> <td> Number of total reads at read position</td></tr> <tr valign="top"><td>combZ</td> <td> Number of case reads at read position</td></tr> <tr valign="top"><td>combL</td> <td> Vector of unique read positions</td></tr>
<table summary="R valueblock"> <tr valign="top"> <TD> combX</ TD> <TD>的总人数读取数据时读取位置</ TD> </ TR> <TR VALIGN =“”> <TD>combZ </ TD> <TD>号码的情况下读取读取位置</ TD> </ TR> <tr valign="top"> <TD>combL </ TD> <TD>向量的独特的阅读位置</ TD> </ TR>