Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(plots): plot inferred time-clonal fate potency correlation #647

Draft
wants to merge 177 commits into
base: beta
Choose a base branch
from

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    4fb202b View commit details
    Browse the repository at this point in the history
  2. fix(utils): add array-based type class aliases

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    81aef5d View commit details
    Browse the repository at this point in the history
  3. fix(utils): remove unused comments

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9292cdd View commit details
    Browse the repository at this point in the history
  4. feat(utils): include size and category information in data string rep…

    …resentation
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    04b8e7d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. feat(plots): draft lineage fate correlation plot

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    ee3ae34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fc0d94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4843c4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    601e0c8 View commit details
    Browse the repository at this point in the history
  5. fix(io): serialize np.bool_ to bool

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    86e54f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d1316c View commit details
    Browse the repository at this point in the history
  7. refactor(tasks): move load data function to utils

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    0adac20 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. feat(utils): add function to compute file hashes

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    7ede4bc View commit details
    Browse the repository at this point in the history
  2. fix(plots): type-check get clone trajectory function

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    7f438b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34cfd15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7eadc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7622639 View commit details
    Browse the repository at this point in the history
  6. fix(plots): parameterize posterior time color map

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    155a131 View commit details
    Browse the repository at this point in the history
  7. nit(plots): update comments

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    81c5edf View commit details
    Browse the repository at this point in the history
  8. fix(plots): include time and angle uncertainty

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    f45f308 View commit details
    Browse the repository at this point in the history
  9. feat(tasks): draft time fate correlation task

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    d07e961 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff63d31 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. feat(workflows): add demo flag

    automatically set all flags to demo mode
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7a55e69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3cf7aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7683f2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e301b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f5d517 View commit details
    Browse the repository at this point in the history
  6. fix(styles): enable unicode in latex

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    febd9a8 View commit details
    Browse the repository at this point in the history
  7. feat(styles): add function to set matplotlib style globally

    - check if latex is in path
    - TODO: the latex distribution requires standard packages that may only be able to be checked via tlmgr
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e682a63 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c83153e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b8e3a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. fix(bazel): add mplstyle as data

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5f3bcba View commit details
    Browse the repository at this point in the history
  2. fix(summarize): use constant cell type colors

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    74ec198 View commit details
    Browse the repository at this point in the history
  3. fix(plots): accept List[Axes] input type

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    03889ba View commit details
    Browse the repository at this point in the history
  4. fix(plots): add legend data to cell type plot

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d8d277d View commit details
    Browse the repository at this point in the history
  5. fix(tasks): add row labels and external legend

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fde8e62 View commit details
    Browse the repository at this point in the history
  6. fix(plots): update vector field summary interface

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e900db0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68a82d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    321dfca View commit details
    Browse the repository at this point in the history
  9. fix(plots): automatically increment axis indices in lineage fate corr…

    …elation
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0845fab View commit details
    Browse the repository at this point in the history
  10. fix(plots): parameterize transparency of posterior time

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0aa0db1 View commit details
    Browse the repository at this point in the history
  11. fix(tasks): include column-level colorbars in gridspec

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6bfb6fb View commit details
    Browse the repository at this point in the history
  12. deps(pyproject): add ipdb to test group

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    93a1fae View commit details
    Browse the repository at this point in the history
  13. chore(bazel): sync lock

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    81f557f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    978c2d0 View commit details
    Browse the repository at this point in the history
  2. fix(tasks): refactor time fate correlation and note redundancy with w…

    …orkflow task
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f738c7b View commit details
    Browse the repository at this point in the history
  3. fix(workflows): add posterior samples and postprocessed data to summa…

    …rize outputs class
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c32f530 View commit details
    Browse the repository at this point in the history
  4. feat(workflows): add task to generate time lineage fate correlation a…

    …nalysis
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e5a69c4 View commit details
    Browse the repository at this point in the history
  5. chore(workflows): bump summarize cache to 2024.8.15.1

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c77d878 View commit details
    Browse the repository at this point in the history
  6. feat(io): add function to generate and save separate and combined met…

    …rics tables
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5c8d858 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd51032 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c418960 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e43baff View commit details
    Browse the repository at this point in the history
  10. refactor(io): rename json module to metrics

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    62803f0 View commit details
    Browse the repository at this point in the history
  11. fix(io): default to sans serif in table tex wrapper

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    260af1f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    186ef1e View commit details
    Browse the repository at this point in the history
  13. fix(workflows): io.json -> io.metrics

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    39f28af View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. feat(io): log dataset hash on load

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cd00e8a View commit details
    Browse the repository at this point in the history
  2. fix(utils): log data hash on load

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cd56435 View commit details
    Browse the repository at this point in the history
  3. refactor(utils): move hash function to io

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6ef6954 View commit details
    Browse the repository at this point in the history
  4. refactor(datasets): update hash file import

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    941653e View commit details
    Browse the repository at this point in the history
  5. fix(io): log data hash on pickle save/load

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5a0c660 View commit details
    Browse the repository at this point in the history
  6. refactor(utils): move hash file tests to separate module

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cbac59e View commit details
    Browse the repository at this point in the history
  7. fix(styles): remove unused mplstyle key

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    dc77b0d View commit details
    Browse the repository at this point in the history
  8. fix(plots): filter invalid adjustText warning

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5e57d40 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a9b559b View commit details
    Browse the repository at this point in the history
  10. fix(plots): update vector field summary plot

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8986fc6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    508ee80 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. test(plots): add modular layout function

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9479789 View commit details
    Browse the repository at this point in the history
  2. fix(io): use dill to support pickling matplotlib objects

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    daf7716 View commit details
    Browse the repository at this point in the history
  3. test(scripts): add h5 scripts

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    061b795 View commit details
    Browse the repository at this point in the history
  4. fix(deps): explicitly lower bound dill

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    cb2bbbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74254ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7db1074 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. fix(plots): use gridspec for shared time uncertainty plot

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    46c28c5 View commit details
    Browse the repository at this point in the history
  2. fix(plots): default to CV in vector field plot

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    9529dd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b33d7b4 View commit details
    Browse the repository at this point in the history
  4. feat(plots): set base for report

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    2049cd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    2dc9414 View commit details
    Browse the repository at this point in the history
  2. fix(plots): allow setting axis-level label for colorbars

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    1972b79 View commit details
    Browse the repository at this point in the history
  3. fix(analysis): remove unused list wrappers

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c2efd4f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. feat(plots): support SubplotSpec for plot_gene_ranking

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d5bcbe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    989c19b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3685fd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. fix(plots): use pure text title for plot gene ranking

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e0c9466 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daabaee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13e3afd View commit details
    Browse the repository at this point in the history
  4. feat(plots): support SubplotSpec for rainbowplot

    - temporarily use independent function `rainbowplot_module` for testing purposes
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f205304 View commit details
    Browse the repository at this point in the history
  5. refactor(plots): extract report subgrid plots

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7b9f22a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. fix(plots): parametrize rainbow plot default fontsize

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    03eea70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5a284d View commit details
    Browse the repository at this point in the history
  3. fix(tasks): reorganize summarize in preparation for integration of re…

    …porting module
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    21543d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    8755cde View commit details
    Browse the repository at this point in the history
  2. fix(plots): move reporting function imports to docstring

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8f85769 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27d1c2c View commit details
    Browse the repository at this point in the history
  4. fix(tasks): import reporting functions in summarize task

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bfb4599 View commit details
    Browse the repository at this point in the history
  5. refactor(plots): rename selected genes variable

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2b14a7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4478989 View commit details
    Browse the repository at this point in the history
  7. fix(plots): disable text axes in self-generated figure

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8a93aa6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b467baf View commit details
    Browse the repository at this point in the history
  9. fix(tasks): use report instead of plot gene summary

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2808a98 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bbafdfd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    46d4df1 View commit details
    Browse the repository at this point in the history
  12. chore(workflows): bump postprocess cache 2024.8.15.1

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b602d2b View commit details
    Browse the repository at this point in the history
  13. fix(plots): unpack width ratios in rainbow plot

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    40b57d2 View commit details
    Browse the repository at this point in the history
  14. fix(plots): parameterize state color dictionary

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5aab2a5 View commit details
    Browse the repository at this point in the history
  15. fix(tasks): use parameterized state color dictionary

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e5b9719 View commit details
    Browse the repository at this point in the history
  16. fix(workflows): reset configurations

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9ef2a76 View commit details
    Browse the repository at this point in the history
  17. fix(models): retain gene ranking data for all genes

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0217660 View commit details
    Browse the repository at this point in the history
  18. chore(workflows): bump postprocess cache 2024.8.15.2

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0267bc4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4b5a75b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b0d0e76 View commit details
    Browse the repository at this point in the history
  21. fix(tasks): set top mae genes max genes per bin to 5

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1952b43 View commit details
    Browse the repository at this point in the history
  22. fix(workflows): upload figure object files

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a77f19e View commit details
    Browse the repository at this point in the history
  23. fix(plots): use black box plots

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    917ee7f View commit details
    Browse the repository at this point in the history
  24. fix(analysis): parameterize top mae genes gene filter

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    890244b View commit details
    Browse the repository at this point in the history
  25. fix(plots): retain order of selected genes in report

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4cd2ac7 View commit details
    Browse the repository at this point in the history
  26. fix(tasks): update vector field summary parameters

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    73352bf View commit details
    Browse the repository at this point in the history
  27. feat(io): check data download hashes before and after download prepro…

    …cessing
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8653653 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. fix(plots): default parameter posteriors to box plot

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    dfe987f View commit details
    Browse the repository at this point in the history
  2. fix(plots): disable default box plot

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    320cb9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63115c9 View commit details
    Browse the repository at this point in the history
  4. fix(plots): use quartile coefficient of dispersion to quantify tempor…

    …al uncertainty
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    a90e182 View commit details
    Browse the repository at this point in the history
  5. fix(report): update docstring

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    02457d7 View commit details
    Browse the repository at this point in the history
  6. fix(plots): update report dpi

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    388cdb5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e875f2e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6fcb630 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f6e601 View commit details
    Browse the repository at this point in the history
  10. fix(plots): increase box plot width

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    0913328 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1e2b244 View commit details
    Browse the repository at this point in the history
  12. fix(plots): set rainbow default plot type to hexbin

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    b5a99ac View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. chore(workflows): bump summarize cache to 2024.8.15.3

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5d1118f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. nit(models): default to kwargs

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ca31986 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. test(models): exercise guide_type and add_offset parameters of the Ve…

    …locityModel class
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7844204 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. test(models): remove unused model parameters

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    50d4970 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b18e120 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    439d33f View commit details
    Browse the repository at this point in the history
  4. Revert "test(models): remove unused model parameters"

    This reverts commit 50d4970.
    cameronraysmith committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1bb5b24 View commit details
    Browse the repository at this point in the history
  5. fix(models): mark apparently unused sample sites

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4684551 View commit details
    Browse the repository at this point in the history
  6. fix(plots): include median in parameter plots

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9bfa149 View commit details
    Browse the repository at this point in the history
  7. refactor(plots): move setup_colors to utils

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e472755 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd6c652 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    76ffc3f View commit details
    Browse the repository at this point in the history
  10. fix(plots): pass boxplot flag to parameter posteriors

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1d71472 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. feat(plots): use mae percentile in gene ranking plot

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    e6b5343 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8af8450 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. fix(utils): include type in dictionary log

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    24c3f27 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. fix(plots): make mae scale default for gene ranking

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c0a0d27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44cd705 View commit details
    Browse the repository at this point in the history
  3. fix(plots): remove additional unused comments from posterior predicti…

    …ve extrapolation
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8174ff9 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    0ac2cdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d62db2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2ede44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f31d116 View commit details
    Browse the repository at this point in the history
  5. fix(analysis): add shadow support for jax arrays

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    46ad2b5 View commit details
    Browse the repository at this point in the history
  6. test(analysis): add basic tests for mae_per_gene

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    40a0125 View commit details
    Browse the repository at this point in the history
  7. feat(tests): add function to generate fixture data

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3986cd4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7ec817 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d376d9 View commit details
    Browse the repository at this point in the history
  10. feat(tests): add preprocessed pancreas 50x13 fixture data

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0c71a68 View commit details
    Browse the repository at this point in the history
  11. fix(io): add debug logging of attempted serialization dictionary to s…

    …erialize anndata
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7910665 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    d3227ac View commit details
    Browse the repository at this point in the history
  2. fix(io): restore types when deserializing json

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ea08a4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    351bc17 View commit details
    Browse the repository at this point in the history
  4. fix(tests): add unprocessed data fixture

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d520dcc View commit details
    Browse the repository at this point in the history
  5. fix(tests): add processed data fixture

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    24e8d28 View commit details
    Browse the repository at this point in the history
  6. wip(tests): sketch smoke test execution of VelocityModule

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6ec2b0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a096c8c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8752319 View commit details
    Browse the repository at this point in the history
  9. fix(interfaces): add default factory for preprocess selected_genes em…

    …pty list
    
    resolves
    
    ```
    ValueError: mutable default <class 'list'> for field selected_genes is not allowed: use default_factory
    ```
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    be70f2c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b63cc6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f03454d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4198735 View commit details
    Browse the repository at this point in the history
  13. fix(tests): exercise hash check in data serialization

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9163a92 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    793a72e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f96a775 View commit details
    Browse the repository at this point in the history
  16. tests(data): add trained pancreas 50 by 7 fixture

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    847bbc9 View commit details
    Browse the repository at this point in the history
  17. tests(data): add postprocessed pancreas 50 by 7 fixture

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5baa10a View commit details
    Browse the repository at this point in the history