quinlan-lab / pathoscore

pathoscore evaluates variant pathogenicity tools and scores.
MIT License
21 stars 8 forks source link

fix to freq step plot #54

Closed jimhavrilla closed 6 years ago

jimhavrilla commented 6 years ago

you can confirm, if you wish (I did) that sum(p[:-1]) == 1 for every step plot in the function step_plot. the [:-1] is because we add the extra point to finish the ladder (just how the step works)

jimhavrilla commented 6 years ago

alright @brentp I made it a very minimal fix.

jimhavrilla commented 6 years ago

pushed that numpy fix

jimhavrilla commented 6 years ago

@brentp any other amendments? should I comment it or something?