Skip to content

Commit

Permalink
Added brain neuropils transformed into BANC space
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbates committed Jul 11, 2024
1 parent 9f3d9ab commit bd28a43
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
13 changes: 11 additions & 2 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
#'
#' @name banc.surf
#' @docType data
#' @description This is unsymmetrical and not a normalised version of the mesh.
#' It is the outline of the dataset in native voxel space.
#' @description `banc.surf` is unsymmetrical and not a normalised version of the mesh.
#' It is the outline of the dataset in nanometers.`banc_neuropil.surf` represents the synaptic neuropil.
#' Built from the BANC synapse coud, but not optimised to inlude 100% of bone fide presynapses.
#' `banc_neuropils.surf` contains the standard Ito et al., 2014 brain neuropil volumes transformed into BANC space.
#' `banc_al.surf` contains the standard Bates and Schlegel et al, 2021 right antennal lobe glomeruli brain neuropil volumes transformed into BANC space.
#'
#' @examples
#' \dontrun{
Expand All @@ -25,6 +28,12 @@
#' @rdname banc.surf
"banc_neck_connective.surf"

#' @rdname banc.surf
"banc_neuropils.surf"

#' @rdname banc.surf
"banc_al.surf"

## How it was obtained:
# res <- httr::GET("https://www.googleapis.com/storage/v1/b/zetta_lee_fly_cns_001_kisuk/o/final%2Fv2%2Fvolume_meshes%2Fmeshes%2F1%3A0.drc?alt=media&neuroglancer=610000b05b6497edcf20b78f29516970")
# httr::stop_for_status(res)
Expand Down
Binary file added data/banc_al.surf.rda
Binary file not shown.
Binary file added data/banc_neuropils.surf.rda
Binary file not shown.
17 changes: 15 additions & 2 deletions man/banc.surf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions man/bancr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd28a43

Please sign in to comment.