theoretical.baf(CNn, CNt, cellularity)
theoretical.depth.ratio(cellularity = 0.5, ploidy = 2, CNn = 2, CNt = 2,
avg.depth.ratio = 1, normal.ploidy = 2)
theoretical.mufreq(cellularity, CNn = 2, CNt = 2, Mt = 1)
theoretical.baf
returns a dataframe with the possible copy numbers of A and B alleles, along with their corresponding B-allele frequency and the total copy number state (always the sum of A+B).
theoretical.depth.ratio
returns the theoretical depth ratio at a single specific position, given values of cellularity, ploidy, the ratio between the tumor copy number and the normal copy number at that position, and the average depth ratio of the sample.
theoretical.mufreq
returns the theoretical mutation frequency at a single specific position, given values of cellularity, copy number in the normal and tumor samples at that position, and the number of mutated alleles.
model.points
.