Skip to content

Commit bd28a43

Browse files
Added brain neuropils transformed into BANC space
1 parent 9f3d9ab commit bd28a43

File tree

5 files changed

+31
-4
lines changed

5 files changed

+31
-4
lines changed

R/data.R

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
#'
33
#' @name banc.surf
44
#' @docType data
5-
#' @description This is unsymmetrical and not a normalised version of the mesh.
6-
#' It is the outline of the dataset in native voxel space.
5+
#' @description `banc.surf` is unsymmetrical and not a normalised version of the mesh.
6+
#' It is the outline of the dataset in nanometers.`banc_neuropil.surf` represents the synaptic neuropil.
7+
#' Built from the BANC synapse coud, but not optimised to inlude 100% of bone fide presynapses.
8+
#' `banc_neuropils.surf` contains the standard Ito et al., 2014 brain neuropil volumes transformed into BANC space.
9+
#' `banc_al.surf` contains the standard Bates and Schlegel et al, 2021 right antennal lobe glomeruli brain neuropil volumes transformed into BANC space.
710
#'
811
#' @examples
912
#' \dontrun{
@@ -25,6 +28,12 @@
2528
#' @rdname banc.surf
2629
"banc_neck_connective.surf"
2730

31+
#' @rdname banc.surf
32+
"banc_neuropils.surf"
33+
34+
#' @rdname banc.surf
35+
"banc_al.surf"
36+
2837
## How it was obtained:
2938
# 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")
3039
# httr::stop_for_status(res)

data/banc_al.surf.rda

4.09 MB
Binary file not shown.

data/banc_neuropils.surf.rda

621 KB
Binary file not shown.

man/banc.surf.Rd

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/bancr-package.Rd

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)