Skip to content
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
70dab03
fixing clustering instance
yavorska-iryna Sep 23, 2022
f131e21
adding option to edit abbreviations in plot
yavorska-iryna Sep 23, 2022
64cfac6
quick notebook to check familiar clsuters
yavorska-iryna Sep 23, 2022
50033fe
updated
yavorska-iryna Sep 28, 2022
862d48c
editing plot_cluster_size to plot abs difference
yavorska-iryna Sep 28, 2022
3720fb7
adding variability df functions
yavorska-iryna Oct 7, 2022
2ff3ca9
started notebook to make summary panels
yavorska-iryna Oct 7, 2022
7336c67
notebooks for familiar and novel controls
yavorska-iryna Oct 7, 2022
f3eaec0
updated panels E and F for figure 4
yavorska-iryna Oct 13, 2022
692cd91
improving cumulative plot
yavorska-iryna Oct 14, 2022
5588d6f
updated notebook
yavorska-iryna Nov 7, 2022
a02f890
small edit
yavorska-iryna Nov 8, 2022
3c41dcb
small edit
yavorska-iryna Nov 8, 2022
92d9d88
updated notebooks
yavorska-iryna Nov 8, 2022
edaa89b
notebook to cluster glm output on dff traces
yavorska-iryna Nov 8, 2022
7e28e33
adding GLM code to load across normalized rspm
yavorska-iryna Nov 9, 2022
b29b19f
linting
yavorska-iryna Nov 9, 2022
baddb92
behavior object is not defined!
yavorska-iryna Nov 9, 2022
9dc9942
multi session def traces
yavorska-iryna Nov 9, 2022
54201af
changed path in cache dir to work with pc and mac
yavorska-iryna Nov 9, 2022
f0abdbc
adding more figure panels
yavorska-iryna Nov 12, 2022
da83ff6
cleaning up the plots
yavorska-iryna Dec 2, 2022
7e39bac
figure updates
yavorska-iryna Jan 10, 2023
5a87520
delete summary figures notebook
yavorska-iryna Jan 11, 2023
8f52f23
delete novel control notebook
yavorska-iryna Jan 11, 2023
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
Prev Previous commit
Next Next commit
changed path in cache dir to work with pc and mac
  • Loading branch information
yavorska-iryna committed Nov 9, 2022
commit 54201af09179724381b90f81eb7c397789048217
2 changes: 1 addition & 1 deletion visual_behavior/data_access/loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def get_platform_analysis_cache_dir():
This is the cache directory to use for all platform paper analysis
This cache contains NWB files downloaded directly from AWS
"""
return r'/allen/programs/braintv/workgroups/nc-ophys/visual_behavior/platform_paper_cache'
return '//allen/programs/braintv/workgroups/nc-ophys/visual_behavior/platform_paper_cache'
# return r'\\allen\programs\braintv\workgroups\nc-ophys\visual_behavior\platform_paper_cache'


Expand Down