View source: R/hemibrain_annotations.R
glomerulus | R Documentation |
Find the antennal lobe glomerulus for hemibrain body ids
glomerulus(bodyids, exclude.multi = FALSE)
bodyids |
Vector of bodyids or a search string passed to
|
exclude.multi |
When |
Note that this is based on the same hemibrain metadata used by
class2ids
. These were curated by Marta Costa, Elizabeth
Marin, Philipp Schlegel and Greg Jefferis in the Drosophila Connectomics
Group / MRC LMB in Cambridge.
bodyids
may contain duplicates and NA
values (in which case
NA_character_
will be returned).
A character vector of glomeruli named with the bodyids
. If no
glomerulus exists (or the bodyid was NA on input) NA_character_
is
returned.
class2ids
, pn.ids
,
## Not run:
table(glomerulus(class2ids('PN')), useNA='ifany')
table(glomerulus(class2ids('PN'), exclude.multi = TRUE), useNA='ifany')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.