aba_get_energy_array: Query the Allen Brain Atlas API to retrieve an ISH energy...

Description Usage Arguments Value Examples

View source: R/aba.R

Description

Query the Allen Brain Atlas API to retrieve an ISH energy array for an experiment ID

Usage

1

Arguments

id

ISH experiment id, like that generated by aba_find_gene_ids()

Value

A 3-dimensional array of energy values with dims = c(67, 41, 58).

Examples

1
2
3
4
library(dplyr)

pvalb_arr <- aba_find_gene_ids("Pvalb") %>%
  aba_get_energy_array()

hypercompetent/xstitch documentation built on July 22, 2019, 10:11 p.m.