Releases: ivazquez/cloneHD
Releases · ivazquez/cloneHD
v1.17.9
v1.17.8
- added checks whether files are open for writing
- changed to new defaults:
--(cna/baf/snv)-rnd [double:1.0e-6](nan) - allowed
--cna-jump -1and--baf-jump -1(no jumps) --cna-jumps [baf-jumps-file]and vice versa enabled (useful for exome data)- jumps read and integrated with new function match_jumps() (not get_track()).
- fixed bug when chromosomes have no non-zero observations.
v1.17.7
v1.17.6
v1.17.5
v1.17.4
v1.17.3
v1.17.2
- new output: posterior per subclone, goodness of fit (GOF) per segment
- changed file name
*clonal.txt->*summary.txt - filterHD STDOUT includes now GOF per sample
- cloneHD
*summary.txtincludes now GOF per sample - changed
_to-in all file names - fixed bug: BAF now symmetrized only in per-subclone-posterior
- new CNA prior to penalize homozygous deletions
--cna-pen [double:0.9]
v1.17.1
v1.17.0
changed the way SNV priors are computed:
- if CNA given: SNV prior informed by CNA posterior
- if CNA+BAF given, SNV prior informed by BAF+CNA posterior
- if SNV only and
--max-tcnnot 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] - output file
*used-tcn.txtto*used_mean_tcn.txt - output file
*copynumber.txtto*mean_tcn.txt - new output file
*available_cn.txt - changed
sampletochrin cloneHD output files - slimmed down output of
--print-options. - split clone.cpp into components clone-*.cpp
- split off cloneHD-inference.cpp
- new Makefile