A connection to the vfb catmaid server for a given dataset

vfbcatmaid(dataset = c("fafb", "l1em", "fanc"), ...)

Arguments

dataset

Character vector specifying dataset. See datasets section..

...

Additional arguments passed to catmaid_login

Datasets

The following three datasets are currently available

  • fafb The full adult female brain Drosophila dataset

  • l1em The L1 first instar larval Drosophila dataset

  • fanc The Full Adult female Nerve Cord Drosophila dataset

Examples

# \donttest{
vfbcatmaid("fafb")
# }
if (FALSE) {
vfbcatmaid("l1em")
vfbcatmaid("fanc")
}