Description Usage Arguments Value Examples
Slice an Allen Brain Atlas ISH Array to return a matrix from a single plane.
1 | aba_slice_array(arr, slice, plane = "coronal")
|
arr |
The 3-dimensional ISH array to slice |
slice |
A numeric value for the slice to use. |
plane |
Which plane to return. Options are "coronal", "saggital", and "horizontal". Default is "coronal" |
A 2-dimensional array of ISH values
1 2 3 4 5 | library(dplyr)
pvalb_mat <- aba_find_gene_ids("Pvalb") %>%
aba_get_energy_array() %>%
aba_slice_array(42, "coronal")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.