Simulates copy number states, multiplicities, allocations
gen_subj_truth(mat_eS, maxLOCI, nCN = NULL)A list containing the following components:
subj_truthdataframe of each variant's simulated minor
(CN_1) and major (CN_2) copy number states, total copy
number (tCN), subclone allocation (true_A), multiplicity
(true_M), mutant allele frequency (true_MAF), and cellular
prevalence (true_CP)
puritytumor purity
etathe product of tumor purity and subclone proportions
qvector of subclone proportions
A subclone configuration matrix pre-defined in R list eS
A positive integer number of simulated somatic variant calls
A positive integer for the number of allelic copy number pairings
to sample from. If NULL, it will be randomly sampled between 1 and 5.