download_jefferislab_registrations: Download (or update) and install Jefferis lab registrations

View source: R/reg_repos.R

download_jefferislab_registrationsR Documentation

Download (or update) and install Jefferis lab registrations

Description

Uses nat.templatebrains::download_reg_repo to download git repositories containing bridging and mirroring registrations for Drosophila melanogaster, simulans and virilis template brains.

Usage

download_jefferislab_registrations(
  repos = c("BridgingRegistrations", "MirrorRegistrations",
    "DrosophilidBridgingRegistrations")
)

Arguments

repos

character vector of Jefferis Lab GitHub repositories to download from.

References

For a full description and sample applications of these registrations, please see:

Combining genome-scale Drosophila 3D neuroanatomical data by bridging template brains James D. Manton, Aaron D. Ostrovsky, Lea Goetz, Marta Costa, Torsten Rohlfing, Gregory S. X. E. Jefferis bioRxiv doi: 10.1101/006353

See Also

https://github.com/jefferislab/BridgingRegistrations, https://github.com/jefferislab/MirrorRegistrations, and https://github.com/jefferislab/DrosophilidBridgingRegistrations.

download_reg_repo

Examples

## Not run: 
# to download just one of these repositories do e.g.:
download_jefferislab_registrations("Mirror")

# to download your own registration repositories for use do
download_reg_repo("https://github.com/myuser/myrepo")

## End(Not run)

natverse/nat.flybrains documentation built on Aug. 19, 2022, 7:51 a.m.