A connection to the vfb catmaid server for a given dataset
vfbcatmaid(dataset = c("fafb", "l1em", "fanc"), ...)
Character vector specifying dataset. See datasets section..
Additional arguments passed to catmaid_login
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
# \donttest{
vfbcatmaid("fafb")
# }
if (FALSE) {
vfbcatmaid("l1em")
vfbcatmaid("fanc")
}