read.neurons.fafb | R Documentation |
Use read.neurons.catmaid
to acquire neurons from a CATMAID instance.
In addition, include as meta-data certain annotations that these neurons have. To select which
annotations appear as entries in the neurons' meta-data, select 'meta-annotations' to appear as the
data field. By default, meta-annotations for developmental lineage identities are used,
to get the lineage / hemilineage to which a FAFB Drosophila neuron belongs.
read.neurons.fafb(
skids,
meta = c("neuron name", "whimsical name", "cell type", "cell body fiber",
"ItoLee_Lineage", "ItoLee_Hemilineage", "Hartenstein_Lineage",
"Hartenstein_Hemilineage", "transmitter", "tracing status", "hemibrain match",
"synonym", "paper", "citation"),
sub = ".*:",
OmitFailures = TRUE,
batch = FALSE,
catmaid_get_compact_skeleton = TRUE,
...
)
fafb_get_meta(
skids,
meta = c("neuron name", "whimsical name", "cell type", "cell body fiber",
"ItoLee_Lineage", "ItoLee_Hemilineage", "Hartenstein_Lineage",
"Hartenstein_Hemilineage", "transmitter", "tracing status", "hemibrain match",
"flywire id", "flywire xyz", "FAFB xyz", "synonym", "paper", "citation"),
sub = ".*:",
OmitFailures = TRUE,
...
)
skids |
One or more numeric skeleton ids or a character vector defining
a query (see |
meta |
a vector of meta-annotations to query.
The annotations labelled by these meta-annotations will appear as
entries in the |
sub |
what to remove from pulled annotations, to clean them up a little. Can be set to "" if you do not wish to remove anything. |
OmitFailures |
Whether to omit neurons for which |
batch |
numeric, if |
catmaid_get_compact_skeleton |
whether to use |
... |
Additional arguments passed to the |
## Not run:
# Get some information on a published neuron
## 11519370 was pubished first in Dolan et al. 2019
meta = fafb_get_meta("11519370")
# We can get all of the lineage annotations made in the FAFB dataset
## These come from two different naming schemes, one by Volker Hartenstein
## and another by the groups' of K. Ito and T. Lee.
fafb.neurons.lineage =
read.neurons.fafb("annotation:Lineage_annotated")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.