Skip to content

Commit

Permalink
import cell stats (length, area, volume)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsseung committed Aug 21, 2024
1 parent d4b4656 commit 73ad031
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/OpticLobe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ include("codexdependencies.jl")
include("cellids.jl")
export ind2id, id2ind

include("cellstats.jl")
export cell_length, cell_area, cell_volume

include("celltypes.jl")
export intrinsictypes, boundarytypes, centraltypes, ind2type, visualtypes, alltypes, ind2nt, A

Expand Down
14 changes: 14 additions & 0 deletions src/codexdependencies.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ using DataDeps

DOWNLOADS = "https://storage.googleapis.com/flywire-data/codex/data/783"

register(DataDep("Codex cell stats",
"""
Dataset: FlyWire v783
Author:
License:
Website: codex.flywire.ai
Citation: Matsliah et al.
""",
joinpath(DOWNLOADS, "cell_stats.csv.gz"),
"bd5879e1b5df964bea2f3ca5316348d4276ce2ccaac283f0e36583c04fbd3d8e"
));


register(DataDep("Codex neuron IDs",
"""
Dataset: FlyWire v783
Expand Down

0 comments on commit 73ad031

Please sign in to comment.