Skip to content

Commit

Permalink
enabling filtering of plots by standard deviation of measurements (#179)
Browse files Browse the repository at this point in the history
* Add `addtl_slider_stats_as_max` to `lineplot_and_heatmap`

* Show *escape_std* in `PolyclonalCollection.mut_escape_plot`

* switch sliders in `lineplot_and_heatmap` to be params rather than selection_point

* Show *escape_std* in `PolyclonalCollection.mut_icXX_plot`

* re-run notebooks

* bug fix in adding std to `PolyclonalCollections.mut_icXX_plot`

* `applymap` is deprecated, fix doctest

* fix typo in `polyclonal` doctest

* fix test to address `pandas` warning
  • Loading branch information
jbloom authored Oct 17, 2023
1 parent efafbd7 commit 8009940
Show file tree
Hide file tree
Showing 9 changed files with 402 additions and 327,445 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <https://keepachangelog.com>`_.

6.8
---
- Add ``addtl_slider_stats_as_max`` to ``lineplot_and_heatmap``.
- Show *escape_std* in ``PolyclonalCollection.mut_escape_plot`` and ``PolyclonalCollectios.mut_icXX_plot``

6.7
---
- Add ``heatmap_lims_from_slider_init`` option to ``lineplot_and_heatmap`` so that by default heatmap range is set by data shown with initial slider stats. Set this option to ``False`` if you want old behavior for plot limits
Expand Down
258 changes: 96 additions & 162 deletions notebooks/RBD_average.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 8009940

Please sign in to comment.