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

Clusters app v1.4.1 update #60

Merged
merged 24 commits into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f335502
App now displays extended mouse atlas data
CooberHoo Aug 15, 2021
f324356
Dendrogram tab functional
CooberHoo Aug 16, 2021
f02cd78
Fixed time-series tab with extended dataset
CooberHoo Aug 22, 2021
234a72d
code docmentation
CooberHoo Sep 7, 2021
549b29b
small bug fix with time-point selection
CooberHoo Sep 8, 2021
465bfbf
Fixed issue with large legend in DR plot
CooberHoo Sep 8, 2021
e902896
Add title to the sidebar to specify
bhavyaac Nov 17, 2021
43f26df
time course and heatmap labelling changes
CooberHoo Nov 24, 2021
160eaa6
Streamline violin plotting code
bhavyaac Nov 25, 2021
0c22118
Added Cell Ontology Labels
CooberHoo Dec 8, 2021
bf5430f
Update data_prep.R on server to reflect minor file changes
sjessa Dec 8, 2021
039bfa8
Merge pull request #61 from fungenomics/dev_howard
sjessa Dec 8, 2021
c2dfe80
Add google analytics to the braindex/clusters app.
HebertS Apr 25, 2022
b846479
Merge pull request #64 from fungenomics/issue/30
HebertS Apr 25, 2022
d461d49
Fix google analytics.
HebertS Apr 25, 2022
5dfd115
Merge pull request #65 from fungenomics/issue/30
HebertS Apr 25, 2022
190ca75
Update credit in lifespan app
sjessa Nov 17, 2022
4defe11
Update README.md
sjessa Nov 17, 2022
34a05c1
Add title to the sidebar to specify
bhavyaac Nov 17, 2021
2d6d3b2
Streamline violin plotting code
bhavyaac Nov 25, 2021
697f569
Merge remote-tracking branch 'refs/remotes/origin/dev-bhavyaa' into d…
Apr 11, 2023
a07a5d1
Update populate data script for Hydra 2.0
bhavyaac Jun 22, 2023
1a6db09
Hide input options on Welcome page - #59
bhavyaac Jun 22, 2023
d221537
Switch table to contain detection rate, not expression - #66
bhavyaac Jun 22, 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
10 changes: 10 additions & 0 deletions GRN/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,25 @@ explore
data/shared
data/joint_cortex
data/joint_pons
data/joint_cortex_extended
data/joint_pons_extended
shiny_bookmarks
data/ct_e10
data/ct_e12
data/ct_e12_not_needed
data/ct_e13
data/ct_e15
data/ct_e16
data/ct_e18
data/ct_p0
data/ct_p3
data/ct_p6
data/po_e10
data/po_e12
data/po_e13
data/po_e15
data/po_e16
data/po_e18
data/po_p0
data/po_p3
data/po_p6
Expand Down
587 changes: 503 additions & 84 deletions GRN/data/data.json

Large diffs are not rendered by default.

511 changes: 285 additions & 226 deletions GRN/data/data_prep.R

Large diffs are not rendered by default.

Loading