Description Usage Arguments Value Examples
Query the Allen Brain Atlas API to retrieve an ISH energy array for an experiment ID
1 |
id |
ISH experiment id, like that generated by aba_find_gene_ids() |
A 3-dimensional array of energy values with dims = c(67, 41, 58).
1 2 3 4 | library(dplyr)
pvalb_arr <- aba_find_gene_ids("Pvalb") %>%
aba_get_energy_array()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.