1- # computeMatrix
1+ # Changes
2+
3+ ## computeMatrix
24
35 - --sortRegions 'no' option no longer exists
46 - Sorting ascend / descend no longer has subsorting by position.
57 - --quiet / -q option no longer exists.
68 - bed files in computeMatrix no longer support '#' to define groups.
79 - 'chromosome matching' i.e. chr1 <-> 1, chrMT <-> MT is no longer performed.
810
9- # normalization
11+ ## normalization
1012
11- Exactscaling is no longer an option, it's always performed.
13+ - Exactscaling is no longer an option, it's always performed.
1214
13- # Todo
14-
15- - allow multithreaded bw writing
16- - properly divide region work over threads -> region sorting & taking size into account
17- - calc for computeMatrix functions -> Struct / Enum
18- - filehanlder bed file could all be &str, not clones
15+ ## alignmentSieve
1916
17+ - options label, smartLabels, genomeChunkLength are removed.
18+ - ignoreDuplicates is removed, and (if wanted) should be set by the SamFlagExclude setting.
2019
2120# Testing
2221
@@ -28,4 +27,13 @@ Exactscaling is no longer an option, it's always performed.
2827 - skipZeros
2928 - duplicate renaming _ r1, _ r2, ...
3029 - GTF, BED3, BED6, BED12, mixedBED (?)
31- - scaleRegions, un5, un3, regionbodylength, metagene
30+ - scaleRegions, un5, un3, regionbodylength, metagene
31+
32+ ## alignmentSieve
33+
34+ - unmapped reads to unfiltered_out
35+
36+ # Todo
37+
38+ - AlignmentSieve: Shift, Bed, Optimization.
39+ - bamCoverage / bamCompare: filtering, extend.
0 commit comments