R/reg_repos.R
download_jefferislab_registrations.Rd
Uses nat.templatebrains::download_reg_repo
to download git
repositories containing bridging and mirroring registrations for Drosophila
melanogaster, simulans and virilis template brains.
download_jefferislab_registrations(
repos = c("BridgingRegistrations", "MirrorRegistrations",
"DrosophilidBridgingRegistrations")
)
character vector of Jefferis Lab GitHub repositories to download from.
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
if (FALSE) {
# 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")
}