Fetch precomputed nblast scores between flycircuit neurons

flycircuit_nblast(query, target, normalisation = c("normalised", "mean",
  "raw"))

Arguments

query

Vectors of FlyCircuit identifiers (Neuron name, gene_name or integer idid are all acceptable since they will be processed by fc_gene_name).

target

Vectors of FlyCircuit identifiers (Neuron name, gene_name or integer idid are all acceptable since they will be processed by fc_gene_name).

normalisation

the type of normalisation procedure that should be carried out, selected from 'raw', 'normalised' or 'mean' (i.e. the average of normalised scores in both directions).