Register Saalfeld Lab registrations with nat.templatebrains

register_saalfeldlab_registrations(
  x = getOption("nat.jrcbrains.regfolder"),
  ...
)

Arguments

x

A folder containing downloaded Saalfeld lab registrations

...

Additional arguments passed to add_saalfeldlab_reglist and eventually to add_reglist

Value

A named logical vector indicating which of the subfolders was successfully registered with nat.templatebrains

Details

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.

References

See Bogovic et al. (2018) https://doi.org/10.1101/376384

See also

Examples

if (FALSE) { options(nat.jrcbrains.regfolder='/GD/projects/JFRC/JohnBogovic/jrc-2018-brain-templates') register_saalfeldlab_registrations() }