Skip to content

Commit

Permalink
Create JRC2018M.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis authored Aug 16, 2022
1 parent b086b35 commit 4875c86
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data-raw/JRC2018M.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
library(nat)
# JRC2018F.surf=read.hxsurf('data-raw/JRC2018_FEMALE_38um_iso_16bit3.smooth.surf')
# library(devtools)
# use_data(JRC2018F.surf, overwrite = T)

library(nat.templatebrains)
JRC2018M <-
as.templatebrain('data-raw/JRC2018_MALE_38um_iso_16bit.nrrd',
regName = 'JRC2018M',
type = 'Average template brain',
sex = 'M',
doi = 'https://doi.org/10.1101/376384',
description="Average template brain constructed from brains labelled with brp-SNAP presynaptic marker,
dehydrated, and mounted in DPX and then imaged by confocal microscope.
There were 26 male individuals (52 image with left-right flips)"
)

usethis::use_data(JRC2018M, overwrite = T)

0 comments on commit 4875c86

Please sign in to comment.