JetBrains-Research / span

SPAN Semi-supervised Peak Analyzer
https://doi.org/10.1093/bioinformatics/btab376
MIT License
9 stars 1 forks source link

Span doesn't calculate the peak value #15

Closed dievsky closed 5 years ago

dievsky commented 5 years ago

In theory, Span should assign each peak a value equal to its coverage score (when analyzing) or to the fold change (when comparing). However, the most basic way to launch Span (via JAR file) skips this assignment for some reason.

dievsky commented 5 years ago

Fixed the problem in a branch span-peak-scores. Proposed approach:

dievsky commented 5 years ago

See PR #16 .

olegs commented 5 years ago

PR accepted, closing the issue.