21139: Reduce memory usage in tiling.
[lightning.git] / slicenumpy.go
2023-10-26 Tom Clegg21139: Reduce memory usage in tiling. 21139-import-mem
2023-08-29 Alex ColemanMerge branch '20645-updating-dockerfiles'
2023-08-11 Tom CleggMerge branch '20753-fix-missing-columns'
2023-07-21 Tom Clegg20753: Fix column offset in full matrix when ref tile... 20753-fix-missing-columns
2023-07-06 Tom CleggDefault to applying min-coverage filter based on traini...
2023-06-27 Tom CleggFix error message.
2023-06-26 Tom CleggFix wrong array index in PCA mode.
2023-06-26 Tom CleggFix missing struct field.
2023-05-05 Tom CleggMerge branch '19995-glm-freq-threshold'
2023-04-06 Tom Clegg19995: Add -max-frequency filter. 19995-glm-freq-threshold
2023-03-29 Tom Clegg19995: Report MAF in onehot-columns.npy.
2023-03-29 Tom Clegg19995: Use allele frequency, apply min freq cutoff...
2023-03-07 Tom CleggMerge branch '19995-glm-freq-threshold'
2023-03-06 Tom Clegg19995: Skip GLM on variants below frequency threshold.
2023-02-02 Tom CleggMerge branch '19997-glm'
2023-02-02 Tom CleggPreserve pca components from input when writing samples...
2023-02-02 Tom CleggFix validation=0 in samples.csv (should be empty for...
2023-01-20 Jiayong LiMerge branch 'main' into 19868-pca-in-ml
2023-01-13 Tom CleggFix GLM p-value calculation when -case-control-only...
2023-01-12 Jiayong LiMerge branch 'main' into 19868-pca-in-ml
2023-01-10 Tom CleggFix -min-coverage calculation broken when -case-control...
2023-01-03 Tom CleggAdd column headings to slice-numpy -pca sample list...
2023-01-03 Tom CleggFix validation flag in slice-numpy -pca sample list...
2022-12-19 Tom CleggMerge branch '19566-glm'
2022-12-19 Tom Clegg19566: Preemptible flag.
2022-12-19 Tom Clegg19566: Record number of p-value calculations performed.
2022-12-16 Tom Clegg19566: Silence logging from glm library. 19566-glm
2022-12-16 Tom Clegg19566: Fix chi2 used instead of logistic regression...
2022-12-15 Jiayong LiMerge branch 'main' into 19785-add-cwl 19785-add-cwl
2022-12-15 Tom Clegg19566: Merge branch 'main'
2022-12-15 Tom CleggMerge branch '19526-manhattan-plot'
2022-12-14 Tom Clegg19566: Precompute cov glm.
2022-12-13 Tom CleggMerge branch '19566-glm'
2022-12-12 Tom Clegg19566: Test p-value vs. Python.
2022-11-29 Tom Clegg19566: Option to limit pca components used in glm....
2022-11-29 Tom Clegg19566: glm one column at a time.
2022-11-29 Tom Clegg19566: Logistic regression p-value.
2022-11-18 Tom CleggCheck for unparsed command line args.
2022-11-18 Tom Clegg19780: Fix indexing error.
2022-11-16 Tom Clegg19527: slice-numpy accepts samples.csv with or without...
2022-11-16 Tom Clegg19527: Fix odd # columns to pca.
2022-11-16 Tom Clegg19527: Fix one-hot matrix.
2022-11-16 Tom Clegg19527: Fix Χ² calculation.
2022-11-16 Tom Clegg19527: Output samples.csv earlier.
2022-11-16 Tom Clegg19527: Fix crash on tag skipped for min-coverage.
2022-11-16 Tom Clegg19527: Option to exclude non-case/control samples.
2022-11-10 Tom CleggMerge branch '19527-training-set'
2022-11-09 Tom Clegg19527: Ignore empty line at EOF.
2022-11-09 Tom CleggMerge branch '19524-pca'
2022-11-09 Tom Clegg19527: Fix p-value calculation.
2022-11-09 Tom Clegg19527: Load training-set flag from samples.csv.
2022-11-09 Tom Clegg19527: choose-samples: training/validation set.
2022-11-09 Tom Clegg19527: Load training-set flag from samples.csv.
2022-11-07 Tom Cleggchoose-samples: training/validation set.
2022-11-02 Tom Clegg19524: Fit PCA to specified training set.
2022-10-31 Tom CleggMerge branch '19524-pca'
2022-10-21 Tom Clegg19524: Fix matrix alloc size. 19524-pca
2022-10-20 Tom Clegg19524: Limit size of PCA input matrix.
2022-10-19 Tom Clegg19524: Limit size of PCA input matrix.
2022-10-19 Tom Clegg19524: configurable vcpus/ram
2022-10-14 Tom CleggMerge branch '19524-pca'
2022-10-12 Tom Clegg19524: propagate pca-components arg.
2022-10-11 Tom Clegg19524: Output PCA.
2022-10-07 Tom CleggUpdate deps, improve error reporting
2022-10-07 Tom CleggUse min-coverage filter
2022-07-20 Tom CleggFix crash when ref tile is dropped due to duplicate...
2022-07-15 Tom CleggGenerate annotations for spanning tiles.
2022-07-07 Tom CleggFix wrong index in chunk>0 case.
2022-07-01 Tom CleggFix low-coverage tiles counting toward min coverage...
2022-04-29 Tom CleggAdd -log10(pvalue) row to onehot-columns.npy output...
2022-03-16 Tom CleggAdd tilestats cmd.
2022-03-16 Tom CleggWrite chunk-tag-offset.csv with chunked tilevariant...
2022-03-04 Tom CleggChange zygosity column info from het=1 to hom=1.
2022-02-22 Tom CleggEncode spanning tile as 0 in tile variant matrix.
2022-02-20 Tom CleggMore debugging info for -debug-tag.
2022-02-20 Tom CleggSkip input files that aren't needed because -max-tag.
2022-02-18 Tom CleggAdd -debug-tag flag.
2022-02-18 Tom CleggFix -include-variant-1
2022-02-17 Tom CleggFix -max-tag filter.
2022-02-17 Tom CleggFix sparse one-hot coordinates for chunk n>0.
2022-02-17 Tom CleggFix -max-tag filter.
2022-02-15 Tom CleggOption to include variant 1 in one-hot matrix.
2022-02-11 Tom CleggInclude tiles in one-hot matrix even if there is no...
2022-02-09 Tom CleggSupport -max-tag flag for debugging.
2022-02-04 Tom CleggDon't include het just because corresponding hom passed.
2022-02-03 Tom CleggFix log message.
2022-02-03 Tom CleggSkip tags that appear twice in the same chromosome.
2022-01-27 Tom CleggUpdate memory-size log message.
2022-01-27 Tom CleggOutput -single-onehot as coordinates of non-zero values.
2022-01-21 Tom CleggFix Χ² calculation.
2022-01-17 Tom CleggAdd -single-onehot output option.
2022-01-14 Tom CleggLoad case/control/neither from csv column, fix Χ² filter.
2022-01-13 Tom CleggAdd -chunked-onehot option.
2022-01-07 Tom CleggFilter HGVS columns by coverage & p-value threshold.
2021-12-30 Tom CleggFix coordinates in hgvs annotations.
2021-12-30 Tom CleggFix slice padding.
2021-12-30 Tom CleggFix blocking on gob encode.
2021-12-29 Tom CleggMore aggressive GC.
2021-12-29 Tom CleggFix index out of bounds error.
2021-12-29 Tom CleggRefactor chunked-hgvs to use less memory.
next