You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if CNA+BAF given, SNV prior informed by BAF+CNA posterior
if SNV only and --max-tcn not given, assumes all chr to be all-normal, mean total c.n. to be normal; SNV prior parameters can be learned with --learn-priors 1.
if SNV only and --max-tcn [int/file] is given, this data is used to fix the total c.n. per chr and subclone; mean total c.n. is calculated on the fly; SNV prior parameters can be learned with --learn-priors 1.
if SNV only and --max-tcn [int/file] and --avail-cn [file] are given, SNV prior is calculated according to c.n. availability.
more changes
changed option --copynumber [file] to --mean-tcn [file]
new option --avail-cn [file]
changed option --maxcn [int:4] to --max-tcn [file/int]
changed option --snv-err [double] to --snv-fpfreq [double]
changed option --snv-fpr [double] to --snv-fprate [double]