-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
NRRD0004 | ||
# Created by Nrrd_Writer at Thu Jul 12 12:15:03 EDT 2018 | ||
type: uint16 | ||
encoding: gzip | ||
endian: big | ||
dimension: 3 | ||
sizes: 1561 744 546 | ||
space dimension: 3 | ||
space directions: (0.38,0,0) (0,0.38,0) (0,0,0.38) | ||
space units: "microns" "microns" "microns" | ||
|
||
� |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.