aba_find_gene_ids: Query the Allen Brain Atlas API for experiment IDs based on...

Description Usage Arguments Value Examples

View source: R/aba.R

Description

Query the Allen Brain Atlas API for experiment IDs based on gene symbol.

Usage

1
aba_find_gene_ids(gene_symbol, plane = "coronal")

Arguments

gene_symbol

A character vector containing a gene symbol.

plane

The plane of the ISH experiment to search for. Options are "coronal" and "saggital". Default is "coronal".

Value

a character vector of valid experiment IDs

Examples

1
2
ids <- aba_find_gene_ids("Pvalb", "coronal"
)

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