View source: R/hemibrain_annotations.R
hemibrain_cbf | R Documentation |
Return consistent cell body fiber annotation for neurons
hemibrain_cbf(x, ..., meta = FALSE)
x |
A vector of bodyids, a query or a data.frame compatible with
|
... |
Additional arguments passed to |
meta |
Whether to return just the name of the cell body fibers (when
|
New style cell body fiber names are of the form ADL01
and
match the regular expression '([AP][DV][ML][0-9]+)'
. As of hemibrain
v1.0.1 these seem to be variably located in the cellBodyFiber and instance
fields and in some cases are missing from both.
a vector of new style cell body fiber names or a data.frame
(as returned by neuprint_get_meta
with an extra column
cbf
containing the preferred cell body fiber names).
neuprint_get_meta
, neuprint_ids
# these are all one lineage but some missing tract info
table(hemibrain_cbf("adPN"), useNA = 'ifany')
# Do these come from two different hemilineages?
table(hemibrain_cbf("lPN"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.