Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Meiers committed Jun 26, 2018
1 parent 7e29611 commit e12f2b2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

## Version 0.3

* New features for segmentation: penalize or remove `None` bins
* Segmentation accepts non-integer (i.e. normalize) count tables
* `R/norm.R` can scale and black-list a count table
* New features for segmentation:
* Penalizes or remove `None` bins
* Accepts non-integer (i.e. normalize) count tables
* Forbid segments of too few bins (by penalizing them in the cost matrix)
* Number of segments now is 15 + 0.25 * Mb
* `R/norm.R` can scale (normalize) and black-list a count table
* `R/makeNorm.R` can generate a normalization file based on other Strand-seq data (EXPERIMENTAL)
* `R/chrom.R` highlights `None` regions
* `R/chrom.R` highlights `None` regions

## Version 0.2

Expand Down

0 comments on commit e12f2b2

Please sign in to comment.