Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: misha
Title: Toolkit for Analysis of Genomic Data
Version: 5.6.9
Version: 5.6.10
Authors@R: c(
person("Misha", "Hoichman", , "misha@hoichman.com", role = "aut"),
person("Aviezer", "Lifshitz", , "aviezer.lifshitz@weizmann.ac.il", role = c("aut", "cre")),
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# misha 5.6.10

* Fixed `direction="below"` with `bidirect=TRUE` taking min across strands instead of max. A genomic substitution changes both strands, so disrupting a motif requires both strands to fall below the threshold.
* **Breaking**: removed the hidden default that set `score.min = score.thresh` when `direction = "below"`. `score.min` now defaults to NULL (no filter) for both directions. Set `score.min` explicitly to filter windows.
* Improved edit distance documentation: dedicated section with direction/strand semantics, parameter reference, and worked examples.

# misha 5.6.9

* Added `k` parameter to `gsynth.train()` to configure the Markov order (1-8, default 5).
Expand Down
246 changes: 226 additions & 20 deletions R/vtrack.R

Large diffs are not rendered by default.

146 changes: 140 additions & 6 deletions man/gvtrack.create.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading