R/saalfeld_reg.R
register_saalfeldlab_registrations.Rd
Register Saalfeld Lab registrations with nat.templatebrains
register_saalfeldlab_registrations( x = getOption("nat.jrcbrains.regfolder"), ... )
x | A folder containing downloaded Saalfeld lab registrations |
---|---|
... | Additional arguments passed to
|
A named logical vector indicating which of the subfolders was
successfully registered with nat.templatebrains
You must download the registrations from
https://www.janelia.org/open-science/jrc-2018-brain-templates using
download_saalfeldlab_registrations
. If you prefer you may
also download them manually to to a single folder, setting
options(nat.jrcbrains.regfolder)
to point to this folder in your
Rprofile
.
See Bogovic et al. (2018) https://doi.org/10.1101/376384
if (FALSE) { options(nat.jrcbrains.regfolder='/GD/projects/JFRC/JohnBogovic/jrc-2018-brain-templates') register_saalfeldlab_registrations() }