fc_glom: Antennal lobe glomerulus (where applicable) for FlyCircuit...

View source: R/ids.R

fc_glomR Documentation

Antennal lobe glomerulus (where applicable) for FlyCircuit identifiers

Description

These comes from manual annotations carried out for Costa et al.

Usage

fc_glom(x = NULL)

Arguments

x

A neuron identifier. When missing defaults to all neurons annotated with an ALGlomerulus tag.

Value

a character vector of glomerulus names, named by the neuron identifier

See Also

fc_neuron_type, fc_gene_name

Examples

fc_glom('FruMARCM-F000446_seg001')
# how many neurons annotated with any glomerulus
length(fc_glom())
# how many neurons annotated for each glomerulus
table(fc_glom())

jefferis/flycircuit documentation built on Feb. 4, 2023, 6:04 p.m.