marginalM1Calc {tLOH} | R Documentation |
This function takes the number of counts for a reference allele as x, and the number of total allele counts as y.
x |
Number of counts for the reference allele. |
y |
Number of counts total at this SNP position. |
The reference and total counts should come from a .csv output by the spatial LOH pre-processing pipeline.
The value returned from marginalM1Calc is numeric
Michelle Webb
marginalM1Calc(10, 0.5)