R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  # use the P1 all by all score matrix by default
  options(flycircuit.scoremat="p1scoremat")
  # set default neuron list
  options(nat.default.neuronlist="p1dps")

  invisible()
}
jefferis/p1neurons documentation built on May 19, 2019, 3:06 a.m.